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:
@@ -87,12 +87,10 @@ Always end with this exact format:
|
||||
|
||||
## Success Criteria
|
||||
|
||||
| Criterion | Requirement |
|
||||
|-----------|-------------|
|
||||
| **Paths** | ALL paths must be **absolute** (start with /) |
|
||||
| **Completeness** | Find ALL relevant matches, not just the first one |
|
||||
| **Actionability** | Caller can proceed **without asking follow-up questions** |
|
||||
| **Intent** | Address their **actual need**, not just literal request |
|
||||
- **Paths** — ALL paths must be **absolute** (start with /)
|
||||
- **Completeness** — Find ALL relevant matches, not just the first one
|
||||
- **Actionability** — Caller can proceed **without asking follow-up questions**
|
||||
- **Intent** — Address their **actual need**, not just literal request
|
||||
|
||||
## Failure Conditions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user