handoff
For machines that ingest handoffs from multiple repos, copy .brigade/handoff-sources.example.json to .brigade/handoff-sources.json and list the repo roots and writer inboxes the canonical ingestor scans. brigade handoff doctor reports pending .claude/memory-handoffs/ and .codex/memory-handoffs/ files that are not covered by that local source list.
Doctor and lint
brigade handoff doctorreports pending writer-inbox handoffs that are not covered by the local source list, and can checkingestor.last_run_logfor stale runs, skipped malformed handoffs, and warning summaries hidden behind no-reply cron output.brigade handoff lintvalidates pending handoffs before ingest. Card actions requireTarget cardplusSuggested card contentand must omit document sections;no-cardactions require document sections and must omit card sections.
brigade handoff doctor
brigade handoff lint
Draft queue
brigade handoff listlists local Memory Handoff drafts from.claude/memory-handoffs/,.codex/memory-handoffs/, and configured source inboxes.brigade handoff show <handoff-id-or-path>shows lint status, target card or document, source import id, source fingerprint, scanner provenance, and stale age.brigade handoff archive <handoff-id-or-path>moves one reviewed draft into.brigade/handoffs/archive/and records closeout metadata in.brigade/handoffs/archive.jsonl.brigade handoff archive --all-reviewedarchives lint-valid drafts only. It does not run the canonical ingestor or edit memory.
brigade handoff list
brigade handoff show <handoff-id-or-path>
brigade handoff archive <handoff-id-or-path>
brigade handoff archive --all-reviewed
Ingest receipts and issues
brigade handoff runsandbrigade handoff run-show <run-id>read normalized local ingestion receipts from.brigade/handoffs/ingest-runs/.brigade handoff reconcileparses the configuredingestor.last_run_log, writes a normalized local receipt, and connects ingested, skipped, or failed outcomes back to draft and archive metadata. It does not run the ingestor or edit canonical memory.brigade handoff issuesgroups handoff-ingest warnings with repair guidance.brigade handoff import-issuesimports those issues as local work.brigade handoff sync-issuesimports new issues and closes stale local handoff tasks/imports once the latest scan no longer reports them.
brigade handoff runs
brigade handoff run-show <run-id>
brigade handoff reconcile
brigade handoff issues
brigade handoff import-issues
brigade handoff sync-issues
For handoff-ingest issues, prefer brigade handoff sync-issues over repeated raw imports. It imports only issue ids that have not already been seen locally and marks stale handoff-ingest imports/tasks resolved when the latest log no longer contains them.
The handoff template lives at <inbox>/TEMPLATE.md; brigade handoff-template prints it, and --target prefers a target’s installed template when present.