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>
Config schema {owner,endpoint,key} -> {group, member, endpoint, key}:
- member (kebab-case slug, validated) is REQUIRED — who this machine
writes as; group is the descriptive team name. CHORUS_GROUP/
CHORUS_MEMBER env, config set --group/--member, doctor + config show
both with sources, NOT-CONFIGURED (78) without a valid member.
- capture stamps author: <member> on every note (_build_note); bootstrap
gains {{MEMBER}} substitution and stamps the seeded anchors; all 8
scaffold templates + canonical frontmatter docs gain author:.
- New missing-author lint check: agent_written notes must carry author:
(bootstrap marker exempt — plugin-owned).
- Lock owner is now <member>-<client>-<pid> (auto_owner); offline-queue
records carry a member field for audit.
- build.py --bake-key bakes group/member/endpoint/key (--group/--member;
member required + slug-validated) for per-member artifacts.
- Manifest -> 2.0.0-alpha.2; rebuilt chorus-memory.plugin.
Verified: 25/25 unit (+config/member checks), scaffold suite (+6 new
member/config assertions), routing-sync, 4 mock e2e (+capture-stamps-
author), run_eval metrics unchanged, +8 phase-2 smoke checks green.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Full review of the ECHO v1.5.1 architecture plus the phased plan to
convert the plugin to multi-member (group) memory: identity model,
schema-5 member namespacing, concurrency posture, rename map, and the
five settled design decisions (shared rollups, group-visible prefs,
shared-key first, /chorus-* commands, per-member + group inboxes).
Deployment endpoint: chorusapi.mpm.to.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>