| Entry | General term for any vault file. Typed entries (card, note, reference, track, checkpoint, context, experiment, …) are durable and live in their home folder. Untyped entries are raw captures that live in the inbox only. | vault-wide |
| Superseded marker | superseded: true in frontmatter, with optional superseded_by: "[[...]]", marks an entry obsolete while keeping it on disk. Distinct from status: status tracks project lifecycle; superseded marks content replaced by another entry. consult excludes superseded entries by default (--include-superseded restores them). search/list/get/backlinks include them with a [superseded] label and BM25 downrank; --no-superseded excludes them. | frontmatter |
| Inbox | Staging area for new captures awaiting triage: raw link-stubs and freshly created references, cards, and notes alike live here before the user files each to its folder. Classification is by the type: field, not the folder, so a typed item counts as its type from creation. | 00 inbox/ |
| Reference | Pointer to an external source (article, book, video, talk). Captured and classified with tags, no analysis. Distinct from a card: a reference holds the source, a card holds the idea drawn from it. | 00 inbox/ → 10 references/ |
| Card | One concept distilled from one or more external references, in your own words. One is by extension (объём — the set of things a concept covers): a card may compose subordinate concepts by [[link]] but must not state two concepts of the same extension (coordinate, соподчинённые) — split those into separate cards. The reference: field records its sources and marks the file as a card. Distinct from a note: a card distils external sources, a note is original. | 00 inbox/ → 20 cards/ |
| Note | Original thinking, free-form; carries no reference: field. Stands alone or links ideas across cards and references. Distinct from a card: a note is original, a card distils external sources. Work-specific notes use 31 work notes/ (same format). | 00 inbox/ → 30 notes/, 31 work notes/ |
| Goal | High-level aspiration with success criteria. Nests via the goal: field on a child goal. Distinct from a project: the goal is the why, the project is a deliverable that advances it. | 41 projects/ |
| Project | Concrete deliverable linked to a goal. Has result, status, optional deadline. Single file, or a subfolder when work fans out. Distinct from a track: the project is the unit of intent, the track is the unit of working memory across sessions. | 41 projects/<project>/ |
| Project context | Stable per-project framing (purpose, conventions, links) read by vault-query --project <name> context. Distinct from a track: context is durable framing, a track is rolling state. | 41 projects/<project>/context.md |
| Track | Rolling per-project work artifact (sections: Direction, Decisions, Backlog, Log). One file per multi-session effort, appended across the sessions it spans. Owned by the /track skill. Distinct from a checkpoint: a track accumulates state in place; a checkpoint was a one-shot snapshot. | 41 projects/<project>/track-<slug>.md |
| Experiment | Captured behavior test of an existing thing against a falsifiable claim. Frontmatter type: experiment, verdict (confirmed/refuted/inconclusive), date, optional project wikilink. Owned by the /experiment skill. Distinct from a track: an experiment is one decided question, a track is a multi-session effort. | 35 experiments/ |
| Checkpoint (legacy — replaced by track) | Single-session snapshot recording decisions, frictions, cost, lines written. New work goes to track; existing files remain reachable via vault-query get (resolves the path; Read it). Programmatically treated as superseded: consult excludes all checkpoints by default. | 41 projects/<project>/ |
| Weekly log | ISO-week file with Focus, Tasks, Backlog, Activity sections. Tasks wikilink to projects; Activity is auto-appended by a git post-commit hook. Distinct from a track: a weekly log spans all projects for one week, a track spans one project across all weeks. | 41 projects/block-buster/YYYY-wWW.md |
| Base | Obsidian Base file — a saved cross-vault query rendered as a table/board view. Distinct from a search: a base is a persistent named view; a search is a one-shot query. | 90 bases/ |