Per CHORUS-PLAN.md Phase 0 (and ROADMAP-2.0): versioned build artifacts
no longer live in the tree — future CHORUS versions ship as Gitea
releases. The 14 historical ECHO artifacts (0.6.0–1.5.1) remain
retrievable at the echo-fork-point tag and in the parent jason/echo
repo. Only the current pointer (echo-memory.plugin) stays tracked;
.gitignore updated to enforce this for echo-memory-* and future
chorus-memory-* builds.
Baseline verified green before any conversion work:
- test_echo_client.py 25/25, test_v1_scaffold.py pass
- eval suites (features / offline-queue / patch-semantics / reflect) pass
- run_eval.py: 0 silent write failures, 0 lost/duplicated offline writes
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>
Learned removing the retired archive/ and _agent/outputs/ trees: DELETE
cannot remove directories; the last-file deletion leaves empty folders
that the REST listing 404s (falsely reading as gone) while Obsidian
still shows them — manual cleanup required. Noted in api-reference.md
(Deleting Files) and linked to the TODO-1.6 retired-tree lint item.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Vault sanity check found archive/ and _agent/outputs/ (retired/unrouted
pre-0.6 trees) surviving in the live vault with only seed READMEs; the
permissive leaf-readme route matches before the retired-path check, so
/echo-health never flags them.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- docs/history/echo-improvements-prompt.md (ROADMAP-2.0 §5 box ticked)
- README repository layout brought to 1.5.1 reality: root docs
(CHANGELOG/TODO-1.6/ROADMAP-2.0/docs/history), build.py + dist/
(gitignored, secret-bearing), current eval harness contents, hooks/,
and the full scripts/ roster (recall/reflect/triage/queue/
concurrency/quality/output/doctor/hook modules) with the legacy
commands/ dir annotated as the TODO-1.6 migration target. Also
restores the eval-descriptor fix lost in the prior commit (edit was
applied in memory but never written back).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- TODO-1.6.md: skills-format migration of the eight slash commands
(allowed-tools, disable-model-invocation, de-duped $ECHO block),
plugin.json homepage, vault link repoints, and an open section for
findings from 1.5.x live testing.
- ROADMAP-2.0.md: packaging & structure major — repo artifact policy
(Gitea releases, prune versioned zips), delete legacy commands/ dir,
codex-as-build-target if ever needed, eval refresh to current
metrics. Includes a disposition table absorbing every open
MAINTENANCE.md item, so that checklist is removed.
- Delete "codex plugin/": drifted derived tree; operator decision to
regenerate from the canonical source after 2.0 if Codex use returns.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Live 1.5.0 use caught the gate blocking a decision note over the single
vault-common token "echo" (min-normalized overlap gives any one-token
entity a 1.0 score). New echo_index.gate_candidates() + token_df():
- gate blocks same-kind candidates only; cross-kind name collisions
(a decision titled after its project) warn instead of blocking
- a lone shared token blocks only when unique to that entity (df == 1);
multi-token overlaps still block
fuzzy_candidates (advisory warnings) and exit-76/--merge-into/--force
semantics unchanged. +3 offline unit tests, gate e2e cases restructured
+2 new; verified live both directions. All suites green.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Promotes the previously session-local search-first write rule into the
canonical plugin and applies items 2-7 from echo-skill-improvements memory:
1. Loading Step 4 and a new mandatory pre-write search section now require
POST /search/simple/?query=<slug> across all four project lifecycle
subfolders before creating any slug-addressed note.
2. Daily-note Agent Log uses a resilient PATCH procedure that auto-creates
the daily note from the template if missing and adds the heading if
absent before patching.
3. New Style Rule: `created:` is the earliest known date, not "today";
preserve it on merges.
4. New Project Lifecycle section: incubating / active / on-hold / archived,
with the rule that folder and frontmatter.status must agree.
5. Session filename pinned to YYYY-MM-DD-HHMM-<slug>.md (lex-sortable);
existing files left as-is.
6. Loading Step 3: read only the ~5 most recent sessions by reverse lex
sort instead of the full list.
7. `source_notes` defined as a backward link to inputs; forward links
belong in `## Related` in the body.
Repo layout: promotes the previously zipped-only plugin to a tracked
source tree at echo-memory.plugin.src/. The .plugin zip is rebuilt
from source on each version bump.
Bumps plugin.json to 0.3.0.