Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
9 lines
693 B
Markdown
9 lines
693 B
Markdown
# ERROR BUDGET — 3-Level Escalation
|
|
|
|
Counter: each FAILED attempt on the SAME problem = +1. Success = reset.
|
|
|
|
- **Level 1 (attempt 2 failed)**: STOP. Rollback (`git stash`). Re-read plan. Formulate ALTERNATIVE. Explain to user before continuing.
|
|
- **Level 2 (attempt 3 failed)**: STOP. Approach exhausted. Run focused research. Audit affected module. Check `wrong-paths.md`. New plan with evidence grades → user approval → THEN code.
|
|
- **Level 3 (still stuck)**: ESCALATE. Tell user "more complex than initially thought". Suggest workaround / simplify scope / defer / redesign.
|
|
|
|
**Prohibited:** third attempt with same approach; skipping Level 1; silent research without notifying user.
|