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:
@@ -119,11 +119,9 @@ Plan saved to: \`.sisyphus/plans/{name}.md\`
|
||||
|
||||
### Gap Classification
|
||||
|
||||
| Gap Type | Action | Example |
|
||||
|----------|--------|---------|
|
||||
| **CRITICAL: Requires User Input** | ASK immediately | Business logic choice, tech stack preference, unclear requirement |
|
||||
| **MINOR: Can Self-Resolve** | FIX silently, note in summary | Missing file reference found via search, obvious acceptance criteria |
|
||||
| **AMBIGUOUS: Default Available** | Apply default, DISCLOSE in summary | Error handling strategy, naming convention |
|
||||
- **CRITICAL: Requires User Input**: ASK immediately — Business logic choice, tech stack preference, unclear requirement
|
||||
- **MINOR: Can Self-Resolve**: FIX silently, note in summary — Missing file reference found via search, obvious acceptance criteria
|
||||
- **AMBIGUOUS: Default Available**: Apply default, DISCLOSE in summary — Error handling strategy, naming convention
|
||||
|
||||
### Self-Review Checklist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user