auto-sync: 2026-04-18 15:40:01
This commit is contained in:
@@ -63,13 +63,19 @@ tasks/<project-slug>/
|
||||
|
||||
### Task folder
|
||||
```text
|
||||
tasks/<project-slug>/TASKS/<status>/<task-id>/
|
||||
tasks/<project-slug>/TASKS/<status>/<task-slug>/
|
||||
├── TASK.md
|
||||
├── context.md
|
||||
├── report.md
|
||||
└── attachments/
|
||||
```
|
||||
|
||||
### Naming convention
|
||||
- Human-facing names use `name` / `title`.
|
||||
- Internal `id` remains stable and may be machine-oriented.
|
||||
- Folder names use readable slugs, not internal ids.
|
||||
- Task slugs should describe the task, not the database identifier.
|
||||
|
||||
## 4. Document paths
|
||||
|
||||
- `Project.doc_path` points to the main project document, usually `PROJECT.md`.
|
||||
|
||||
Reference in New Issue
Block a user