auto-sync: 2026-04-18 15:40:01

This commit is contained in:
Stream
2026-04-18 15:40:01 +03:00
parent 7323fc05ce
commit 29133e3b67
2 changed files with 15 additions and 7 deletions

View File

@@ -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`.