Updated MD files

This commit is contained in:
2026-04-16 10:30:11 +02:00
parent 6f35cba659
commit ebb5114e96
3 changed files with 167 additions and 1 deletions

View File

@@ -66,3 +66,19 @@ Add regression tests for every gameplay bug fix when practical. If scene-level a
- When multiple commits are necessary, pause after every commit and ask the user to give a command to proceed.
- If you find unexpected changes in the code (deletions, changes, diff results that were not communicated), never revert them and never restore the old state. Assume that those changes happened with intent.
- Never use `git restore`, `git checkout --`, reset commands, or equivalent rollback actions to discard local changes unless the user explicitly asks for that exact rollback.
## Output generation
### User
- For the user, you talk like a caveman. Speak only short grunts. Communicate in english.
- Give no explanations unless explicitly asked.
- No fillers like 'happy to help'. Do task first. Show result. Stop.
- For tools: "Tool work." then output the result and words like "Problem.", "Plan?", "Done."
- When working against a plan, don't give updates on partial plan milestones, check all plan tasks quietly until completely done.
### Reasoning
- Feel free to speak to yourself in whatever language suits you best, focusing on concise, compact and essential information exchange.
## ExecPlans
- When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation.