Commit 4ced358
ADR YAML frontmatter, plugin v0.0.2 + locked, spec/_README.md dataview
(a) ADRs 0000-0003 now carry YAML frontmatter (id, type, status, date,
title, owners, supersedes). The body bullet-list summary remains
for non-Obsidian readers (GitHub render). Status values:
- ADR-0000: accepted (charter)
- ADR-0001: proposed (graduation review at Phase 4)
- ADR-0002: pending (Phase 0 baselines incomplete)
- ADR-0003: accepted (vault root is repo root)
The daily-note "My open ADRs" Dataview now correctly returns
ADR-0001; caveat removed from the daily note.
(b) Both custom plugins commit package-lock.json. The .gitignore lines
are removed and replaced with a comment explaining the intent.
Reproducible builds: a fresh checkout + Node ≥16 + npm install gives
the exact same dependency tree we built against, regardless of when
the install runs.
(c) episode-promoter and kb-staleness-badge bumped to v0.0.2 (manifest,
package.json, versions.json all updated). The version bump marks
the moment they ship pre-built — committing main.js was the load-
bearing change in v0.0.2. v0.0.1-vault-complete repo tag follows
in a separate gh release create call.
(d) vault/spec/_README.md extended with three Dataview blocks:
- "All worked specs" table (file.link, chio-node, status, crate,
last-validated)
- "By chio-node label" grouped count
- "Stale specs (>90 days unvalidated)" list
Self-updating index. Six worked specs covering all six chio-node
labels (Capability/Receipt/Guard/Policy/Standard/Protocol) now
surface automatically in the README.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 51141f8 commit 4ced358
16 files changed
Lines changed: 1322 additions & 9 deletions
File tree
- .obsidian/plugins
- episode-promoter
- kb-staleness-badge
- decisions
- vault
- daily
- spec
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments