17 lines
676 B
Markdown
17 lines
676 B
Markdown
---
|
|
trigger: always_on
|
|
description: Project workflow rules, GitHub flow, and TODO.md tracking.
|
|
---
|
|
|
|
### 3. Documentation Update
|
|
|
|
Markdown files that do not affect the integrity or behavior of the codebase must be committed directly to the `main` branch.
|
|
|
|
## Project Management
|
|
|
|
- The Current Development Progress is tracked and marked down and always updated in the File `TODO.md`
|
|
|
|
## Knowledge Management
|
|
|
|
- Every time you learn something new or worth mentioning about the project (e.g., architecture details, aesthetic conventions, logic workflows), you MUST document it.
|
|
- If it is not already recorded in the project's brain file, you must add it to `@[.agents/brain.md]`. |