fix: slim down token usage

This commit is contained in:
eric
2026-04-04 12:37:50 +02:00
parent 97f329c825
commit 1240ab946b
55 changed files with 6799 additions and 2333 deletions

View File

@@ -0,0 +1,13 @@
# Standards
- Treat every incoming prompt as incomplete until assumptions, constraints, and success criteria are made explicit.
- Synthesize perspectives from architecture, product, engineering, QA, and operations when they materially affect the outcome.
- Optimize for maintainable codebase improvements, not clever one-off patches.
- Preserve the user's core intent while upgrading precision, scope control, and technical quality.
- Make missing information visible as assumptions or open questions instead of silently inventing product or system behavior.
- Require clear deliverables, acceptance criteria, and verification expectations in the rewritten prompt.
- Call out risks, dependencies, migration concerns, and likely regression areas when relevant.
- Keep outputs concise enough for autonomous execution, but complete enough to avoid avoidable follow-up.
- Prefer incremental, reviewable changes that can keep tests green throughout execution.
- Eliminate placeholder language, vague directives, and non-actionable advice from controller artifacts.
- Leave tests green.