bug fixing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user