1
0
forked from jason/echo

Phase 5: group-voice docs, onboarding runbook, CHORUS icon — v2.0.0-rc.1

The final phase of CHORUS-PLAN.md. Code- and doc-complete for group use;
rc pends live deployment at chorusapi.mpm.to.

- Repo README rewritten for CHORUS: group model (schema 5), concurrency
  posture, configuration, baked-build onboarding, layout, testing, 2.0
  version history (ECHO history referenced at the fork tag).
- Operator→member voice sweep across SKILL.md (incl. the trigger
  description, now group-aware), all references, 8 command docs, plugin
  README; member preferences / semantic layer / triage guidance describe
  the group model.
- docs/ONBOARDING.md: member runbook — vault stand-up, per-member config,
  bake, deliver, self-onboarding first load, norms, offboarding.
- docs/USAGE.md rewritten as the member usage guide.
- New icon: chorus-icon.svg + 1024/512/64 PNGs (three voices, one center).
- Removed ECHO-era assets (icons, spec PDF, perf briefs); ECHO planning
  docs retired to docs/history/. All preserved at echo-fork-point.
- eval/README documents test_multimember.py. Manifest -> 2.0.0-rc.1;
  rebuilt chorus-memory.plugin.

Verified: routing-sync, 25/25 unit, scaffold, 5 mock e2e suites,
run_eval metrics green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 15:41:58 -05:00
parent 1a7690426f
commit f2bfd70dd4
36 changed files with 324 additions and 807 deletions
+12 -10
View File
@@ -216,17 +216,19 @@ messages carry the existing entity's author, `recall --author`,
`load --all-members`, concurrency docs (operating-contract.md) rewritten for
N writers. Two-member e2e suite committed as `eval/test_multimember.py`.
### Phase 5 — Docs, onboarding & eval (23 days)
SKILL.md full rewrite (operator → member voice; drop the "single owner"
safety rule, replace with group rules: don't edit another member's
`preferences.md` except via their session; shared notes are fair game),
8 command docs, README. Onboarding runbook: per-member baked builds. Extend
`eval/`: two-member mock scenarios (concurrent capture, interleaved daily-log
appends, index race, cross-member dedup gate, member-scoped load) + rerun the
retrieval/durability metrics. New icon.
### Phase 5 — Docs, onboarding & eval (23 days) — DONE
SKILL.md rewrite (operator → member voice; group safety rules: don't edit
another member's namespace, shared notes are fair game), 8 command docs, repo +
plugin READMEs, `docs/USAGE.md` member guide. Onboarding runbook
(`docs/ONBOARDING.md`): per-member baked builds end to end. Eval: the
two-member scenarios shipped early (Phase 4) as `eval/test_multimember.py`;
all metrics re-run green. New icon (`chorus-icon.svg` + PNGs).
**Total: roughly 915 working days**, shippable at every phase boundary
(1 = rename, 2 = attribution, 3 = groups).
**Total: roughly 915 working days planned — all five phases delivered
2026-07-21 (v2.0.0-rc.1).** Remaining before 2.0.0 final: stand up the live
vault at `chorusapi.mpm.to` (Obsidian + Local REST API + proxy), bootstrap it,
bake and deliver the first member artifacts (see `docs/ONBOARDING.md`) — plus
the deferred auth proxy as its own later project (decision #3).
---