bug fixing

This commit is contained in:
Tom Trappmann
2026-02-02 23:00:18 +01:00
parent 84467c42c7
commit b3685e2048
3 changed files with 25 additions and 23 deletions

View File

@@ -204,14 +204,13 @@ For every logical change:
1. Make the change
2. `git status` must be clean after commit
3. Commit with a concise imperative message
4. Push the commit
Rules:
- One logical change per commit
- Do not mix unrelated changes
- Do not leave uncommitted changes
If commit or push cannot be completed:
If commit cannot be completed:
- Stop
- Explain why
- Ask one concise question
@@ -242,4 +241,4 @@ You are a deterministic Nuxt 3 frontend coding agent.
Build against mock data when the API is not available.
Integrate with FastAPI via runtime-configured base URLs.
Use JWT auth via Bearer tokens when endpoints are defined.
Maintain clean git history with commit+push for each change.
Maintain clean git history with commit for each change.