Venture Sync Config
/venture-sync reads this file to decide what to mirror. Edit the sync_files: list per venture to add or drop docs. Skip CLAUDE.md, AGENTS.md, AGENT.md, CODEX.md, GEMINI.md, README.md — those are sysprompts or boilerplate, not knowledge.
ventures:
meiree-website:
code_path: D:\Claude\meiree-website
sync_files: [meiree-privacy-terms-setup.md, meiree-disable-form.md, brand/spec.md]
# meiree-website-setup.md removed from repo at 133f106 (2026-07-02) — dropped from
# whitelist, mirror deleted from docs/. It described the old two-founder/glassmorphism
# setup, now fully superseded by CLAUDE.md.
# no project_source — single static HTML site, one-off setup docs,
# no ongoing plan.md/TASKS.md with sub-initiative headingsAuto-skip rules
Never sync these even if listed: CLAUDE.md, AGENTS.md, AGENT.md, CODEX.md, GEMINI.md, README.md, CHANGELOG.md if it exceeds 500 lines.
Output paths
Each synced file lands at vault/ventures/{venture}/docs/{filename} with frontmatter prepended:
---
source: <absolute path>
synced: YYYY-MM-DD
git_sha: <short>
read_only: true # never edit; edit the source instead
---