# projects/ Index

One subdirectory per active project.

## Project List

| Project | Status | Description |
|---------|--------|-------------|
<!-- Add entry here after adding a new project -->

## Standard Files Per Project

| File | Type | Purpose |
|------|------|---------|
| `TASKS.yaml` | Append + in-place edit | Structured task queue, machine-readable. New tasks appended, tags/completion status edited in-place (use `cortex-task` CLI, do not manually edit) |
| `STATUS.md` | Overwrite | Current state snapshot, updated after each operation |
| `ISSUES.md` | Append | Record issues affecting work efficiency |
| `experiments/` | Atomic file | One `.md` file per experiment (YAML frontmatter + body), `index.md` auto-generated |
| `knowledge/` | Atomic file | One `.md` file per knowledge entry, `index.md` auto-generated |
| `patterns/` | Atomic file | Cross-experiment patterns, `index.md` auto-generated |
| `_meta/` | Auto | `access-log.jsonl`: hook auto-recorded Read/Grep access log |
| `tasks-archive.md` | Append | Archive completed tasks (auto-archive >3 days after completion) |
| `decisions/` | Append | Project-level design decision records |
| `mission.md` | Stable | Goals and success conditions |
| `roadmap.md` | Stable | Roadmap and milestones |
