Skip to content

Commit dd97d1a

Browse files
committed
docs: minor fixes — remove empty TODO.md, add epics to file-mirror.md
file-mirror.md now documents that epics share .tasks/ mirror directory. Updated store names (GraphManager → Store). Removed dead TODO.md.
1 parent f592deb commit dd97d1a

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

TODO.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/file-mirror.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44

55
## Overview
66

7-
Notes, tasks, and skills are mirrored as markdown files with YAML frontmatter:
7+
Notes, tasks, epics, and skills are mirrored as markdown files with YAML frontmatter:
88

9-
| Graph | Mirror path | File name |
9+
| Store | Mirror path | File name |
1010
|-------|------------|-----------|
11-
| KnowledgeGraph | `{projectDir}/.notes/{id}/` | `note.md` |
12-
| TaskGraph | `{projectDir}/.tasks/{id}/` | `task.md` |
13-
| SkillGraph | `{projectDir}/.skills/{id}/` | `skill.md` |
11+
| KnowledgeStore | `{projectDir}/.notes/{id}/` | `note.md` |
12+
| TasksStore | `{projectDir}/.tasks/{id}/` | `task.md` |
13+
| EpicsStore | `{projectDir}/.tasks/{id}/` | `task.md` |
14+
| SkillsStore | `{projectDir}/.skills/{id}/` | `skill.md` |
1415

15-
The graph is the **primary data store**. Mirror files are a secondary representation for:
16+
> **Note**: Epics share the `.tasks/` mirror directory alongside tasks. Both use `task.md` as the file name.
17+
18+
The SQLite store is the **primary data store**. Mirror files are a secondary representation for:
1619
- Git tracking and version control
1720
- IDE editing (with reverse sync)
1821
- Portability

0 commit comments

Comments
 (0)