The format roughly follows Keep a Changelog. Versions are date-based (YYYY-MM-DD).
First version distributed to Cohort 01 of the Creator System cohort program.
Vault scaffolding
- 10-folder layered structure (
00_HOME/through10_META/) - 14 AI skills in
vault/.claude/commands/covering ingestion, synthesis, analysis, and maintenance - Page-type templates in
10_META/Templates/(Person, Project, Source Note, Decision, Output, Theme, Hub, Idea, Open Question, Project Framing Memo) - Vault constitution at
10_META/AGENTS.md— source hierarchy, naming conventions, frontmatter schemas, writing style - Onboarding flow in repo-root
CLAUDE.md—let's gotriggers personalization, first ingest, first canon page, git init
Ingestion tools (tools/)
- 6 pipelines:
photo-processor,takeout-processor,chatgpt-ingest,facebook-ingest,press-ingest,granola-ingest - Shared utilities in
_shared/ - README per tool with input format, run instructions, expected output
Documentation
README.md— front-door overview with quick startRECIPES.md— 23 step-by-step recipes organized by data typeStandard Operating Procedure.md— daily use, weekly maintenance, all workflows with manual fallbacksData Sources to Gather.md— what raw materials to collect
Internal release tooling (for maintainers, not end users)
scripts/check-release.sh— semantic block-list, empty-folders, wikilink resolution checksscripts/package-release.sh— deterministic zip builder with SHA256scripts/prepare-repo.sh— staging-and-audit tool.github/workflows/release-check.yml— CI runs the release check on every push
MIT LICENSE. Local-first. Plain text. Your data on your laptop.