Skip to content

v2.2.0 — absorption, ground rule, installer fixes

Choose a tag to compare

@shakystar shakystar released this 10 Jun 06:21
· 62 commits to main since this release
0bef4f0

Additive minor. Theme: making memorize the project's single source of truth in practice.

  • memorize memory import (#69): agent-driven absorption of pre-existing context — the agent distills its own harness memory / your doc folders into memorize; provenance-tagged, idempotent, contradiction-checked.
  • Ground-rule planting (#68): install claude/codex plant the single-source-of-truth contract as a marker-managed block in CLAUDE.md/AGENTS.md (cleanly reversed by uninstall) + a one-line reminder in every startup injection.
  • ARCHITECTURE.md: the full technical story (CLS two-layer memory, watermark-idempotent consolidation, retrieval-time forgetting, live share, cross-machine convergence).
  • One-line installer fixes, both caught in live end-to-end testing: Windows PowerShell 5.1 quoting crash (aborted every 5.1 install) and a raw npm EACCES death on stock Linux Node (now preflighted with the npm-recommended no-sudo fix).

Full notes: CHANGELOG.md