cleanup repo

This commit is contained in:
2026-04-16 11:39:41 +02:00
parent 5f11dfcdc5
commit c79d5c8f0a
11 changed files with 122 additions and 24669 deletions

View File

@@ -57,7 +57,7 @@ Add regression tests for every gameplay bug fix when practical. If scene-level a
- Before beginning with the edit phase, always present a plan first. Only begin editing after the user approves the plan.
- Don't make assumptions in the plan. If necessary, ask all clarifying questions before presenting the final plan.
- After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary.
- After every iteration, run `jb cleanupcode --build=False $file1;$file2;...` for every file you touched.
- After every iteration, before committing, run `jb cleanupcode --build=False $file1;$file2;...` for every file you touched.
- After every iteration, if there's a relevant documentation for the current task, update it according to the change.
- Update the wording of touched concerns instead of introducing incremental change reports
- The documentation should always represent the current state in its entirety and not derail into a historical development log.