uniteTOlove.ca
Working notes — an internal document, published nearly verbatim with named redactions marked in place. Expect apparatus: decision codes, board references, first-person seat voice. Why we publish our working documents: how we share.

Operator's Guide

Rewritten in full 2026-07-27 (a core-docs refresh) by a delegated review pass, to bring the body current with the recorded "canon" re-founding — the previous full rewrite (2026-07-13) predates THE CANON, the LAYER4_ENGINE prompt family, the Strategy Jane seat, and the paste-prompt interface rule; it had drifted to two bolted-on header addenda instead of an integrated update. Prior version (2026-07-13 body + both addenda) preserved in full at archive (repo-internal). This is YOUR manual, not an executor contract (that's MIND.md). If you've forgotten how to drive this fleet, start here instead of scrolling back through any chat — chat is never the coordination channel, this repo is.

Contents

  1. How to start a session
  2. Giving a new CLI or LLM Desktop app access to the project
  3. The one rule
  4. Your accounts, right now
  5. Who's who (roles)
  6. The Desktop — RETIRED
  7. Dispatch coordination — running things from your phone
  8. Project intake — don't lose an idea
  9. How git actually works here
  10. Decisions: PROPOSED vs RATIFIED
  11. When Jane escalates to you, and beyond
  12. The dates that matter
  13. Where everything lives
  14. If you've forgotten everything: quick-start
  15. Identity firewall, one paragraph

1. How to start a session

Every surface below ends the same way: paste or open a `prompts/bootstrap_*.md` file (or say a shorthand trigger phrase and let the executor resolve it). You almost never type project context yourself — CLAUDE.md → MIND.md → the relevant state file is the entire briefing. Pick the surface based on what you're doing, not habit: terminal tools (Kimi CLI, Claude CLI) for anything that needs full git/file access; Claude Desktop's Cowork mode for quick sandboxed edits with no push risk; Claude Desktop's Code mode when you want the GUI but full repo access.

a recorded standing decision — the fleet never hands you a manual repo chore. No session should ever tell you to run `Commit Sweep.command`, type a shell line, or perform any other manual on-computer repo operation. Anything that genuinely needs on-computer execution (sweep verification, a git landing, a PR merge, an install, a checker run) arrives as ONE complete, self-contained Claude Code paste prompt — you open Claude Code, paste it, done. If any session ever asks you to run something yourself instead, that's a bug in that session, not a thing you need to figure out how to do.

Kimi CLI

Already installed (binary on your PATH) with credentials already set up — run `kimi --version` to confirm before assuming a reinstall is needed.

cd [operational detail withheld]   # your repo root — see your own shell history/Finder for the exact path
git fetch origin
git worktree add -b kimi/<task-name> [operational detail withheld] origin/main
cd [operational detail withheld]
kimi

Then paste the task, e.g. `Read prompts/bootstrap_jane_code.md in this repo and follow it exactly.` Kimi runs read-only actions automatically; it asks before anything that changes files or runs git. Clean up afterward from the main repo (not from inside the worktree): `git worktree remove [operational detail withheld]`. Official docs (re-check periodically, this tool moves fast): `kimi.com/code/docs`. Only trust installs from the official source — unofficial `kimi-cli`-named repos on GitHub are not the real project.

Claude CLI (Claude Code)

Simplest start, for a single session:

cd [operational detail withheld]   # your repo root — see your own shell history/Finder for the exact path
claude

then paste the bootstrap prompt or say a shorthand (§1's shortcut table below). For an isolated session that won't collide with anything else running — recommended whenever you're firing more than one thing at once, or when Jane herself is fanning out background dispatches:

cd [operational detail withheld]   # your repo root — see your own shell history/Finder for the exact path
git fetch origin
git worktree add -b claude/<task-name> [operational detail withheld] origin/main
cd [operational detail withheld]
claude

Claude Code on the real filesystem is the one surface exempt from the Cowork FUSE-mount caution (§9) — it can read, commit, and push directly once authenticated, no extra setup per session.

Claude Desktop — Code mode

Open Claude Desktop, point it at the repo folder (or an existing worktree) the same way you'd open any project — full filesystem/git access, same class as Claude CLI, just the GUI instead of a terminal. Use this when you want to see file diffs/previews inline rather than in a terminal pager. Same paste-a-bootstrap-prompt convention applies.

Claude Desktop — Cowork mode

Desktop → Cowork tab → point it at the repo (mounted, not a plain clone). Cannot push, full stop, unless you paste a repo-scoped PAT into that specific chat (§9) — by design, never done in this project (FUSE rule, a recorded standing decision/a recorded standing decision). Good for: quick read/draft work, judgment questions, anything that doesn't need to land in git same-session. A Cowork session's edits sit in the mounted folder uncommitted until a Claude Code session (or a PAT-equipped Cowork session) lands them.

Shortcuts — say the phrase, any Jane resolves it

These are recognized automatically the moment CLAUDE.md is in context (any session rooted at the repo). Pasted cold into a session that hasn't picked it up yet (a fresh Cowork chat, an account where the working directory isn't the repo root), paste prompts/SHORTHANDS.md's matching entry instead — same effect. This table mirrors CLAUDE.md's live trigger list; if the two ever disagree, CLAUDE.md wins (it's the one auto-loaded every session).

You sayWhat happens
"start jane" / "boot jane" / "new jane"Boots the Planning track (prompts/bootstrap_jane_successor.md) — cross-track judgment, task creation. This boot file is a tombstoned pointer: Planning's real seat is now Founder (see §5)
"start code jane" / "new code jane"Boots the Code track (prompts/bootstrap_jane_code.md) — `tools/`, tests, CI, git/worktree hygiene, local capture/extraction tooling
"start research jane" / "new research jane"Boots the Research track (prompts/bootstrap_jane_research.md) — Atlas/Ledger/Scout/Lane-M/Lane-V, backgrounders
"start movement jane" / "new movement jane"Boots the Movement track (prompts/bootstrap_jane_movement.md) — charter support, contribution pipeline, coordinator kits, outreach execution
"boot founder" / "start founder"Boots Founder (strategy/canon/LAYER4_ENGINE/FOUNDER.md) — the canon-era judgment seat: ratification walks, architecture/firewall calls, dispatches the other four engine prompts
"boot strategy jane" / "start strategy jane" / "strategy jane"Boots Strategy Jane (prompts/bootstrap_jane_strategy.md, a recorded standing decision) — the high-level thinker seat. Explicitly NOT Founder: non-execution by constitution, proposes memos and decision cards only, never fires/mints/edits
"new jane: `<mission>`" / "new code jane: `<mission>`" / etc.Boots the named track, but scopes its state-file read to `<mission>` and checks `git branch -a`/`git worktree list` for anything already mid-flight on it, instead of reading everything
"new project" / "new project: `<name>`"Logs your ask verbatim to state/PROJECTS.md first, then scopes/plans/produces the dispatch prompt(s) — see §8
"status ping" / "quick status" / "ping"Fixed-shape, minimum-token status block: local background scripts, HEAD, unmerged-branch count, last session log line — zero file reads beyond live checks
"start fleet review" / "boot fleet review"Standing review/integrate pass: lands reviewed Kimi branches, triages branch hygiene. One pass only
any "desktop ..." phraseDEAD — the Desktop is retired. Nothing boots; see §6.
"boot build jane: develop project `<name>`"Generalized project factory (prompts/bootstrap_project_factory.md) — engineering / movement-site / ops / research-program profiles
"develop program: `<name>`" / "develop program `<name>`"Research-only program factory (prompts/bootstrap_program_factory.md) — distinct from the line above
"health check"Runs `python3 tools/repo_health_check.py` directly — no prompt file needed

If a phrase doesn't map cleanly, say so rather than guessing — "did you mean X or Y" once beats dispatching the wrong thing.

2. Giving a new CLI or LLM Desktop app access to the project

You'll periodically want to try a new tool (another coding CLI, a different desktop LLM app) against this repo — for a one-off review, or to actually let it contribute. The pattern is the same regardless of which tool it is; only the access level changes.

Root pointer files make onboarding non-Claude tools trivial now. Two files sit at the repo root purely so a tool's own auto-loaded convention file lands on the same spine as everything else: LLMs.md and AGENTS.md. Both say the same one thing — read CLAUDE.md then MIND.md and follow both exactly, same as any Claude session would. Neither file duplicates any actual rule (one fact, one home); if you ever see one grow past a pointer, that's a bug. Practically: if a tool auto-loads AGENTS.md (many agentic CLIs do) or a file named similarly to LLMs.md, it will find its way to the real contract with zero extra setup from you.

Review-only access (read the repo, answer questions, draft — never commits):

  1. Give it a plain local clone or worktree of the repo — no GitHub credentials needed at all for read-only work. If it's already running on this Mac, the cheapest path is a fresh worktree off the same local repo (same pattern as Kimi/Claude CLI above): `git worktree add [operational detail withheld] origin/main` (no `-b`/new branch needed if it's never going to commit).
  2. Point it at CLAUDE.md first (auto-recognized trigger phrases), which defers to MIND.md, which points to the right state file. Tell it explicitly: "read CLAUDE.md then MIND.md, then follow whichever `state/NOW*.md` file that points you to — don't ask me for project context, it's all in the repo." That's the entire briefing for any tool, same as every executor here.
  3. Nothing else to grant — review access needs no PAT, no write permissions, no special onboarding.

No repo access at all (a phone app, a browser-only tool, anything you can't point at a clone): paste it PORTABLE_MIND.md — a self-contained bootstrap (v2.2) that carries the who/what/why and the distilled canon without needing to read a single repo file. It carries no live counts or statuses by design (any number in it is a snapshot, not a promise) and has its own short repo-access section at the bottom naming the same root pointer files, for when the tool later does get repo access.

Contribution access (it will actually edit files and commit):

  1. Same clone/worktree as above, but on its own branch: `git worktree add -b <tool-name>/<task> [operational detail withheld] origin/main`.
  2. Push access is the one real gate. If the tool runs directly against the real filesystem with its own authenticated `git`/`gh` (like Claude CLI or Kimi CLI do), no extra step — it can commit and push once you've confirmed it's authenticated to the right GitHub account. If the tool works through a mounted/synced virtual filesystem rather than a plain local clone (the same shape as Claude Desktop's Cowork mode), treat it exactly like Cowork: it should not attempt any git command against that mount, including read-only ones (a recorded standing decision/a recorded standing decision — this was a real, repeatedly- observed failure mode, not theoretical caution) — its edits sit uncommitted until a plain-filesystem session lands them, or you paste a repo-scoped PAT into that specific session if it needs to push directly (never store the PAT anywhere persistent).
  3. Git identity: commits in this repo use the author name `The Unknown Soldier` with a `noreply`-style GitHub email — configure any new contributing tool's `git config user.name`/ `user.email` to match before its first commit, so history stays consistent (not required for review-only tools that never commit).
  4. Tell it the guardrails, explicitly, before it does anything (this is the actual "onboarding" — there's no config file that enforces this automatically): identity firewall (§15 — no real name, no retired brand names, no fingerprint labels, ever, in content/filenames/commits); no force-push, no `git reset --hard` against shared history; never merge/delete a duplicate-row backlog or anything else this guide calls operator-gated without asking you first; never ask you to run a manual repo chore yourself (a recorded standing decision, above) — it should hand you a paste prompt instead; if it's going to dispatch further sub-agents of its own, point it at prompts/PROMPT_CONVENTION.md for the expected shape.
  5. First real task should be small and reviewable — a single bounded fix, not a large unsupervised sweep — until you've seen how it behaves against this repo's conventions at least once.

3. The one rule

Every executor — every Claude chat, every Cowork session, Kimi, anything — reads MIND.md then its track's state file (state/NOW.md for Planning, state/NOW_CODE.md for Code, state/NOW_RESEARCH.md for Research — see §5) at the start of every session, and writes back to that file + state/SESSIONS.md at the end. You never need to relay context between chats by hand. If a session "closed clean," its output is in the repo, not lost in that chat window. Your job is gardener, not courier: open sessions, paste prompts, answer the occasional judgment question, periodically sweep for PATs/merges.

Two more front doors worth knowing now, on top of the state files: strategy/KEY_PROJECTS.md §0 is the organized project-management view — what exists, where, what status, across every cluster — and it explicitly points at, rather than restates, the other registries (§13 has the full map). strategy/canon/CANON_README.md is the map of the production spine for anything research/content-shaped: vision (LAYER1) → scoreboard (LAYER2_MAP) → method (LAYER3) → the five engine prompts (LAYER4). If you're ever unsure "what are we building and where," start at strategy/KEY_PROJECTS.md §0; if you're unsure "how does a piece of content actually get made and verified," start at strategy/canon/CANON_README.md.

4. Your accounts, right now

claude-swap — installed 2026-08-04 (K3 L1.3, BATCH-B(c)/a recorded standing decision). Credential-swap for the official CLI (github.com/realiti4/claude-swap) — rotates between logged-in Claude Code accounts and can auto-switch before a 5h/7d window runs out. Installed via `pipx install claude-swap` (binaries: `claude-swap`, `cswap`). The one command you'll actually use day to day:

cswap list

shows every managed account's usage and reset times at a glance — run it any time you want to know which account has quota left before starting a session. To add an account: log into Claude Code with it, then run `cswap add`. To switch: `cswap switch <num|email>`, or let it rotate for you with `cswap auto` (foreground) — see the README for the full command set. Verified working this session (`cswap list`/`cswap status` both run correctly, Account 1 = [operational detail withheld] registered) — one caveat found, not fixed here: this review's captured credential reports "re-login needed — refresh token dead," so the automatic-switch machinery isn't provably wired end-to-end yet. If `cswap list` ever shows that same "re-login needed" line for an account you're trying to rotate onto, log into Claude Code with it directly first, then re-run `cswap add` before trusting `cswap switch`/`cswap auto` against it.

5. Who's who (roles)

The canon-era engine seats — where judgment and production actually route now. Since the canon re-founding, research/content production runs on THE CANON (strategy/canon/CANON_README.md), and its LAYER4_ENGINE prompt family is the working roster for that spine, at `strategy/canon/LAYER4_ENGINE/`:

SeatWhat it doesBoots via
FOUNDERThe judgment seat — orchestrates the other four, holds ratification walks, architecture/firewall calls, render-class approvals. Runs on the higher-effort tier (thinking on)."boot founder"
CLOSURE_TRAINProduction — takes a scoped issue/piece from open to closed through the canon's method.dispatched by Founder
independent verificationIndependent verification/seal pass — the canon's version of the old Lane-V discipline.dispatched by Founder
RENDERTurns ratified CORE substance into an audience-tuned door (public page, candidate brief, org letter, etc.) — never disagrees with CORE.dispatched by Founder
CURATORRegenerates the scoreboard (`LAYER2_MAP.md`), sweeps for stranded work, keeps registries honest.dispatched by Founder

Each of the five reads only GOAL/CORE + MAP + METHOD to orient — they're deliberately narrow. "Boot founder" is now the real Planning-track boot; the old prompts/bootstrap_jane_successor.md ("start jane") is a tombstoned pointer to it, kept only so the old trigger phrase still resolves somewhere sane.

The Jane tracks — day-to-day scope, still real and still separate from the canon seats:

RoleWhat it doesWhere it writes
Jane — PlanningCross-track judgment: architecture, firewall/fairness/legal flags, task creation, project intake. Rulings PROPOSED until you ratify. Its trigger now routes to Founder above.state/NOW.md, state/DECISIONS.md, state/PROJECTS.md
Jane — CodeOwns `tools/`, tests, CI, git/worktree hygiene, Desktop Orchestrator infrastructure.state/NOW_CODE.md, `tools/`
Jane — ResearchOwns the content pipeline: Atlas → Ledger → Data → Backgrounders → Briefs. Day-to-day production order is absorbed into CLOSURE_TRAIN above; this track still owns the connector/data layer underneath it.state/NOW_RESEARCH.md, `research/`
Jane — MovementMovement-facing content and outreach execution: charter support, contribution pipeline, coordinator kits, tribe map, engagement capture, press kit, distribution.state/NOW_MOVEMENT.md
Jane — StrategyThe high-level thinker seat: whole-board review, assumption-testing, independent reviews of any artifact/plan/pivot. Non-execution by constitution — proposes memos and state/DECISION_QUEUE.md §0 card drafts, never fires a lane, mints a decision, or edits canon/state/production files. Explicitly NOT Founder.its own dated `strategy/` memo + state/OPERATOR_LOG.md verbatim bank + one `SESSIONS.md` line

Supporting roles, unchanged in kind:

RoleWhat it doesWhere it writes
Kimi (CLI)A second model/tool in the fleet, same repo conventions. Has run dev-execution (review/merge supervision) and its own self-directed engineering roadmap.wherever its assigned task lands, same as any executor
Gate / MergeStanding roles (not yet fully automated) — PR review and merge discipline as multi-agent PRs scale up.GitHub PRs

Full architecture: strategy/V3_VERDICT_AND_ARCHITECTURE_2026-07-11.md. Full track-split rationale: state/DECISIONS.md a recorded standing decision. Full canon architecture: strategy/canon/CANON_README.md.

6. The Desktop — RETIRED (a recorded standing decision, 2026-08-04)

You retired it. There is nothing here to operate any more. Your words, on the record: "FINAL DECISION - DESKTOP IS NOW RETIRED - ARCHIVE ALL DESKTOP TASKS - ALL DESKTOP WORK IS TO BE PERFORMED LOCALLY."

What replaced it: nothing — the Mac just does the work. Bulk fetch, WARC capture, extraction and classification all run here, and that is not a downgrade you have to trust on faith: on 2026-08-03/04 the capture run went "no Desktop, no Ollama" and pulled 303 of 456 URLs, cutting the never-captured gap by two thirds. It was already the better path before the decision.

Why, in one line: 75% of every GPU-hour the box ever ran went into two lanes whose output never landed in a single committed artifact. Full measurement: strategy/2026-08-04_DESKTOP_VALUE_AUDIT.md.

What this means for you day to day:

Full record of what the retirement changed: strategy/2026-08-04_DESKTOP_RETIREMENT.md.

7. Dispatch coordination — running things from your phone

Two different Claude features let you work with this fleet away from your desk:

For this project's workflow — pasting a `prompts/bootstrap_*.md` file to kick off a new grind session — Dispatch is the fit. One real constraint: single persistent thread, no parallel Dispatch conversations, and your Mac has to actually be on.

Phone alerts (ntfy over Tailscale) — a recorded standing decision L1.2

Ends the tab-cycling problem: a push notification to your phone the moment a Code Jane session stops and needs you, or hits a permission prompt — no more re-checking Claude Code to see if it's idle. One-way (repo → phone only, no agent tokens spent), private (your own server over your own tailnet, never the public ntfy.sh), and inert until you do this setup — the hooks that fire it (`.claude/hooks/ntfy_alert.sh`, wired to `Stop`/`Notification` in `.claude/settings.json`) are a silent no-op on every machine where the one environment variable below isn't set.

Same a recorded standing decision discipline, adapted: this isn't a repo chore Claude Code can run for you (it ends with a tap on your phone), so it can't arrive as a Claude-Code paste prompt — but it's still ONE block, pasted once, into a Terminal on your Mac:

[operational detail withheld — one-time local setup script for phone push notifications over the operator's private network]

Then, on your phone (can't be scripted, two taps): install the ntfy app (App Store/Play Store) and Tailscale (if not already on this phone — it must be on the same tailnet as your Mac); open ntfy, "Add subscription," paste the printed URL. Every Stop/Notification alert from any Code Jane session on this Mac now buzzes your phone, over your own network only.

Every new terminal session picks up `NTFY_URL` automatically if your shell profile sources [operational detail withheld] (the same file this project's other secrets already live in); if it doesn't yet, add one line to your shell profile: `set -a; source [operational detail withheld]; set +a`. Claude Code itself inherits it from the environment it's launched in — no repo file ever names your topic.

Known limitation, disclosed: `ntfy serve`'s default config binds all interfaces, not only Tailscale's — the URL above only ever gets handed to your own phone, and the topic is an unguessable random string, but anyone who already knows both your Mac's Tailscale IP and the exact topic could still reach it if they were already on your tailnet (the same trust boundary this whole project already runs inside). If you want interface-level enforcement too, ntfy's own `listen-http` config option can be pinned to the Tailscale IP specifically — a manual follow-up, not part of this one-paste default.

8. Project intake — don't lose an idea

Say "new project" (or "new project: `<name>`") to any Jane, or just describe something bigger than a one-off dispatch. It runs the `NEW-PROJECT` shorthand (prompts/SHORTHANDS.md):

  1. Logs your ask verbatim to state/PROJECTS.md first, before any scoping — this step alone is the point: an idea said once in a chat that later closes doesn't silently disappear.
  2. Scopes it (in/out, which track(s)), plans it (a paragraph for something small, a real `strategy/` doc for something the size of a full sprint plan), and produces the actual ready-to-fire dispatch prompt(s) — not a description of what a prompt should say.

state/PROJECTS.md is now explicitly the append-only intake LOG, not the organized view — it says so at its own top. The organized, human-facing view of everything that's been intaken, scoped, and built is strategy/KEY_PROJECTS.md §0 (see §3 above). A row in PROJECTS.md can sit at `LOGGED` or `PLANNED` indefinitely; that's the point, it's a durable record you can glance at, not something that needs babysitting.

9. How git actually works here

Before trusting anything here about a specific surface's git/sync capability, read `state/EXECUTOR_CAPABILITIES.md` — the live capability matrix, kept current per-surface.

10. Decisions: PROPOSED vs RATIFIED

state/DECISIONS.md is append-only, one line per decision, newest at the bottom. It opens with a compact, domain-tagged quick-index (`[CROSS]`/`[CODE]`/`[RESEARCH]`) — skim that table first; only open a full paragraph entry below it if you need the detail. This exists specifically so a track-specific boot (§5) doesn't have to pay the token cost of reading every decision in full, including ones from a different track.

11. When Jane escalates to you, and beyond

Code Jane and Research Jane handle their own track's day-to-day dispatch and judgment; they flag to Founder (the canon-era Planning seat, §5) for anything cross-track or architecture-adjacent, and Founder flags to Account A only for a genuine architecture pivot, a contested-claim defensibility call, a fairness/legal read, or a firewall question with no clean precedent yet. Strategy Jane is a separate, parallel escalation path — ask for it directly whenever you want an independent second look at whether the current plan is even right, not just executed well; it never fires work itself, only proposes. Any seat flags for you directly whenever a decision needs your values, not just a rubber stamp — legal-adjacent calls, real-world action only you can take (credentials, physical files, revoking a token), a genuinely destructive/irreversible edit, or anything in the standing hard-limit list (any public publish/go-live click, money/spend, engagement decisions, substantive MIND.md changes, your own identity surfaces). Standing practice: never merge/delete catalog rows, even ones a session is fairly confident about, without your explicit go-ahead.

12. The dates that matter

No timelines are ever estimated here — only externally imposed dates:

13. Where everything lives

MIND.md                executor contract (not this file)
OPERATOR_GUIDE.md       this file — you, not executors
README.md               human-facing explanation of the repo (firewall-safe)
CLAUDE.md               auto-loaded trigger-phrase recognition (repo root)
LLMs.md / AGENTS.md     route non-Claude tools to CLAUDE.md — pointers only, nothing duplicated
PORTABLE_MIND.md        self-contained bootstrap for a tool with no repo access
state/NOW.md            Planning track — index + cross-cutting, the hot file for architecture/judgment
state/NOW_CODE.md       Code track — tools/, tests, CI, git/worktree hygiene, Desktop Orchestrator
state/NOW_RESEARCH.md   Research track — Atlas/Ledger/Scout/Lane-M/Lane-V, backgrounders
state/NOW_MOVEMENT.md   Movement track — outreach execution
state/PROJECTS.md       NEW-PROJECT intake LOG, verbatim, append-only (§8) — not the organized view
state/DECISIONS.md      ratification ledger, domain-tagged quick-index at top
state/DECISION_QUEUE.md what's waiting on you, as one-action cards (§0)
state/SESSIONS.md       one line per session, chronological, append-only — not meant to be read in
                        full at boot; this is where superseded NOW*.md history gets archived
strategy/               verdicts, architecture memos, sprint/campaign/weekly plans
strategy/KEY_PROJECTS.md  the Project Management front door (§0) — the organized "what exists,
                        where, what status" view; points at every other registry, restates nothing
strategy/canon/         THE CANON — the production spine for research/content:
                        CANON_README.md (the map) → LAYER0 (verbatim ground truth) →
                        LAYER1_VISION (CORE + audience renders) → LAYER2_MAP.md (the content
                        scoreboard, CURATOR-regenerated, never hand-edited) → LAYER3_METHOD.md
                        (production physics) → LAYER4_ENGINE/ (FOUNDER · CLOSURE_TRAIN ·
                        independent verification · RENDER · CURATOR prompts)
maps/                   corpus maps of your own material
library/                curated imports from old projects, provenance-tagged
research/               the v3 knowledge infrastructure (issue map, atlas, ledger, data, Desktop docs)
prompts/                PROMPT_CONVENTION.md + SHORTHANDS.md + every bootstrap prompt, ready to paste
tools/                  scripts: id allocation, health checks, report renderers, duplicate-
                        resolution/citation-drift/coverage checks, Desktop coding loop
inbox/                  raw capture, triaged weekly — use it for on-the-go notes
vault/                  gitignored, OPSEC-sensitive, never committed

Registries own facts; prose points, never restates. If you want live status/counts — what's built, what's sealed, what's still a gap, what's waiting on you — the answer always lives in one of: strategy/KEY_PROJECTS.md (the PM view), strategy/canon/LAYER2_MAP.md (the content scoreboard), state/NOW.md + its per-track siblings (session state), or state/DECISION_QUEUE.md (what's on you). This guide deliberately never repeats a number from any of those — a number written here would just go stale.

Recurring housekeeping, not a fixed list: rather than a hand-maintained checklist of open operator actions (which goes stale within a session or two, per the same a recorded standing decision discipline above), check state/DECISION_QUEUE.md §0 whenever you want to know what's actually waiting on you right now — it's ranked, cards are one action each, and it's kept current far more reliably than any static list in this file could be.

14. If you've forgotten everything: quick-start

  1. Open state/NOW.md (or `NOW_CODE.md`/`NOW_RESEARCH.md`/`NOW_MOVEMENT.md` if you know which track you want). It always tells you what's blocked, what's running, and what's next.
  2. Or, for the organized view instead of the session-state view: strategy/KEY_PROJECTS.md §0.
  3. To talk to Jane or Founder: paste the matching `prompts/bootstrap_*.md` into a new chat, or say a shorthand from §1's table if CLAUDE.md is already in context.
  4. To launch new execution work: check §1's shortcut table for a ready phrase, or say "new project" (§8) and let intake scope/plan/produce the prompt.
  5. If something feels like a big call (legal, firewall, architecture, or anything destructive): don't decide alone — ask, and expect to be told whether it's higher-effort-tier, Strategy-Jane-tier, or just needs your go-ahead.
  6. Never trust a fact you remember from an old chat over what the current state file says.

15. Identity firewall, one paragraph

[operational detail withheld] never appears in any file, commit, branch, or prompt in this repo — everywhere it's "the operator." Authorial identity for anything public-facing is The Unknown Soldier (also the git commit author identity used throughout this repo's history — configure any new contributing tool to match, per §2). Retired brand names never return. This research library is neutral civic infrastructure; any campaign/advocacy work is a separate project that only ever consumes published artifacts from here. If you paste something into a chat that has [operational detail withheld], a retired brand, or a live secret in it, expect the session to flag it before it touches a committed file — that's working as designed.


Questions for the operator

Broad questions to clarify or improve this territory. Answer any subset — in chat, or inline here.

  1. Which sections do you actually consult? Anything you repeatedly have to ask instead is the missing section — name it.
  2. Should state/EXECUTOR_CAPABILITIES.md fold into this guide (one manual) or stay separate (one file per concern)?
  3. Now that a real go-live slice exists, do you want a "public operations" section (corrections triage, announcement channels, response templates)?