Project notes

Public archive

Public record.

5 newest public artifacts. The full record is filed by year.

Range
26 May 2026 to 23 Aug 2026
Artifacts
8
Source
GitHub

Latest public artifacts

AEM v0.2.0 compatibility

MaverickKB/aethermind

Coordinator aligns its bundled store with AEM v0.2

The source-available coordinator now writes new bundled continuity records in canonical layers.aem, reads existing layers.jsonl records as an unchanged prefix, and recognizes an existing AEM store without conversion. It accepts the public primitive and Hermes plugin through their 0.2 generation while retaining its explicit-root MCP contract.

Why it mattersA project can move its coordinator path toward the same append-only AEM record used by the public primitive without a destructive conversion or a stranded earlier history. The update also adds preservation, inspection, and rollback guidance for stores carrying either generation.

ScopeUntagged public source snapshot for the AEM v0.2.0 compatibility update. The coordinator package remains pre-release at 0.0.0, and this does not establish an automated migration, update channel, or upgrade guarantee. Preserve and verify a project’s own store before upgrading.

0.2.0 source update

MaverickKB/aethermind-primitive

Primitive 0.2.0 source update published

The public primitive adds ways to attach continuity to a concrete artifact or anchor, record pressure and routine events, mark supersessions and rollbacks, and produce scoped currentness and brief views. It also adds archive support and explicit capability reporting.

Why it mattersIt lets a project carry forward the reason and active state of a specific piece of work instead of leaving every continuity signal as a flat collection of notes. The original append-only 0.1 store and familiar commands remain usable.

ScopeUntagged public source snapshot labeled 0.2.0, not a claim that every agent, fork, or adapter supports the new methods. Existing 0.1 stores are readable, but projects should preserve and verify their own store before upgrading.

0.2.0 source update

MaverickKB/aethermind-hermes-plugin

Hermes adapter 0.2.0 source update published

The Hermes adapter brings the expanded continuity operations into the plugin: artifact- and anchor-aware layers, currentness and scoped briefs, routine events and archives, audit and plan checks, and more selective reads. Its lifecycle hooks and existing ten tool names remain in place.

Why it mattersIt gives a Hermes session more ways to orient around a specific artifact or current thread without making Hermes the definition of AetherMind. The underlying record remains project-local.

ScopeUntagged public source snapshot labeled 0.2.0. This remains an Apache-2.0 reference adapter, not a universal runtime guarantee; projects should preserve and verify their own continuity store before upgrading.

Source snapshot

MaverickKB/aethermind

AetherMind coordinator source published

The aethermind repository published a source-available local coordinator with CLI, provenance, support, privacy, and harness-contract material alongside the source.

Why it mattersIt makes the higher-level coordinator inspectable as its own public surface, rather than collapsing it into the smaller continuity primitive or a particular adapter.

ScopePre-release, source-available code. It is not the MIT primitive and does not establish the same behavior for every harness or environment.

Prototype snapshot

MaverickKB/hermes-continuity-control-plane

Local-frame control plane published

The hermes-continuity-control-plane repository published a standalone local-frame plugin with its architecture, manifest, release notes, and test surface.

Why it mattersIt gives readers a concrete, inspectable control-plane experiment without asking them to confuse one local implementation with the whole AetherMind project.

ScopePrototype material. It is not a universal runtime layer and does not claim that context resumption is solved for production use.