docs: sync stats (57 templates, 9800+ lines)
- Update CLAUDE.md with current values - Update README.md badges and line counts - Add Fresh Context Pattern reference in methodologies.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6f968dbfc5
commit
fb9689fed3
3 changed files with 14 additions and 11 deletions
|
|
@ -163,6 +163,7 @@ Meta-Agent (Orchestrator)
|
|||
| Name | What | Best For | Claude Fit |
|
||||
|------|------|----------|------------|
|
||||
| **Iterative Loops** | Autonomous refinement | Optimization | ⭐⭐⭐ Core |
|
||||
| **Fresh Context** | Reset per task, state in files | Long autonomous sessions | ⭐⭐⭐ Power users |
|
||||
| **Prompt Engineering** | Technique foundation | Everything | ⭐⭐⭐ Prerequisite |
|
||||
|
||||
**Iterative Refinement Loops** — Autonomous convergence:
|
||||
|
|
@ -176,6 +177,8 @@ Meta-Agent (Orchestrator)
|
|||
- Structured Prompts: XML tags for organization
|
||||
- Position Matters: For long docs, place question at end
|
||||
|
||||
**Fresh Context Pattern (Ralph Loop)** — Solves context rot by spawning fresh agent instances per task. State persists in git + progress files, not chat history. Ideal for long autonomous sessions (migrations, overnight runs). See [Ultimate Guide - Fresh Context Pattern](./ultimate-guide.md#fresh-context-pattern-ralph-loop) for implementation.
|
||||
|
||||
---
|
||||
|
||||
## SDD Tools Reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue