# mnemon-harness beta review notes

> Source: <https://gist.github.com/Grivn/3ea4f09f978f6115d14a6e344b03e89f>
> Published: 2026-05-31 12:26:01+00:00

This is a temporary personal note for beta review context, not a roadmap.

`mnemon-harness`

is an experimental beta for project-local host-agent lifecycle state.
It is source-built, separate from the stable `mnemon`

CLI, not production-ready,
and has no compatibility guarantee. Commands, file layouts, schemas, projected
surfaces, and behavior may change in breaking ways before a stable release.

Mnemon is a local, LLM-supervised persistent memory CLI for host agents. The
stable `mnemon`

CLI focuses on memory operations such as setup, remember, link,
recall, search, status, and retention.

`mnemon-harness`

is a separate experimental beta track in the same repository.
It explores project-local lifecycle state around host agents without replacing
those hosts. The release branch is intentionally public-safe: internal planning,
raw validation artifacts, generated site HTML, and detailed future plans are not
part of the beta branch.

- Repository:
[https://github.com/mnemon-dev/mnemon](https://github.com/mnemon-dev/mnemon) - Stable Mnemon README:
[https://github.com/mnemon-dev/mnemon/blob/master/README.md](https://github.com/mnemon-dev/mnemon/blob/master/README.md) - Release branch, once pushed:
[https://github.com/mnemon-dev/mnemon/tree/release/harness-beta-public-v2](https://github.com/mnemon-dev/mnemon/tree/release/harness-beta-public-v2) - Harness README, once branch is pushed:
[https://github.com/mnemon-dev/mnemon/blob/release/harness-beta-public-v2/harness/README.md](https://github.com/mnemon-dev/mnemon/blob/release/harness-beta-public-v2/harness/README.md) - Harness usage guide, once branch is pushed:
[https://github.com/mnemon-dev/mnemon/blob/release/harness-beta-public-v2/docs/harness/USAGE.md](https://github.com/mnemon-dev/mnemon/blob/release/harness-beta-public-v2/docs/harness/USAGE.md) - License:
[https://github.com/mnemon-dev/mnemon/blob/master/LICENSE](https://github.com/mnemon-dev/mnemon/blob/master/LICENSE)

- lifecycle event log and status refresh
- Codex / Claude Code projection surfaces
- projection envelope and readback verification
- profile, goal, eval, proposal, apply, and audit commands
- coordination topology events
- TUI review console

- production readiness
- automatic apply
- full multi-agent runtime
- broad team/org scope composition
- hosted sync or app UI
- compatibility across beta versions

For now, leave feedback on the release MR or open concrete repository issues for reproducible bugs. This Gist is context for review, not an issue tracker.
