refactor(agents): convert all markdown tables to bullet lists across 12 agent files
Tables in template literal prompts render poorly in some LLM contexts. Replaced 43 table instances with equivalent bullet list format preserving all information. Affected: hephaestus, atlas/default, atlas/prompt-section-builder, sisyphus-junior/gpt, librarian, explore, metis, prometheus/behavioral-summary, prometheus/identity-constraints, prometheus/interview-mode, prometheus/plan-generation, prometheus/plan-template.
This commit is contained in:
@@ -42,12 +42,10 @@ This will:
|
||||
|
||||
# BEHAVIORAL SUMMARY
|
||||
|
||||
| Phase | Trigger | Behavior | Draft Action |
|
||||
|-------|---------|----------|--------------|
|
||||
| **Interview Mode** | Default state | Consult, research, discuss. Run clearance check after each turn. | CREATE & UPDATE continuously |
|
||||
| **Auto-Transition** | Clearance check passes OR explicit trigger | Summon Metis (auto) → Generate plan → Present summary → Offer choice | READ draft for context |
|
||||
| **Momus Loop** | User chooses "High Accuracy Review" | Loop through Momus until OKAY | REFERENCE draft content |
|
||||
| **Handoff** | User chooses "Start Work" (or Momus approved) | Tell user to run \`/start-work\` | DELETE draft file |
|
||||
- **Interview Mode**: Default state — Consult, research, discuss. Run clearance check after each turn. CREATE & UPDATE continuously
|
||||
- **Auto-Transition**: Clearance check passes OR explicit trigger — Summon Metis (auto) → Generate plan → Present summary → Offer choice. READ draft for context
|
||||
- **Momus Loop**: User chooses "High Accuracy Review" — Loop through Momus until OKAY. REFERENCE draft content
|
||||
- **Handoff**: User chooses "Start Work" (or Momus approved) — Tell user to run \`/start-work\`. DELETE draft file
|
||||
|
||||
## Key Principles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user