tree-ring-memory
v0.3.10Local-first memory lifecycle, project bootstrap, and receipt-backed harness guidance for coding agents using Tree Ring Memory v0.15+.
By TerminallyLazyLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tree-ring-memory for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add tree-ring-memory@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “tree-ring-memory” remain stable.
- Codex:
tree-ring-memory@agent-plugin-marketplace→tree-ring-memory@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/TerminallyLazy/tree-ring-memory-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json└── skills/tree-ring-memory/SKILL.md
Included Skills1
Guides AI agents in using Tree Ring Memory for durable recall, project decisions, user preferences, warnings, future seeds, privacy-safe memory capture, and lifecycle-aware forgetting.
Plugin manifests1
{
"name": "tree-ring-memory",
"version": "0.3.10",
"description": "Local-first memory lifecycle, project bootstrap, and receipt-backed harness guidance for coding agents using Tree Ring Memory v0.15+.",
"author": {
"name": "TerminallyLazy",
"url": "https://github.com/TerminallyLazy"
},
"homepage": "https://github.com/TerminallyLazy/Tree-Ring-Memory",
"repository": "https://github.com/TerminallyLazy/tree-ring-memory-codex-plugin",
"license": "MIT",
"keywords": [
"codex",
"memory",
"agent-memory",
"multi-agent",
"harness-activation",
"idempotency",
"local-first",
"recall",
"sqlite",
"skills"
],
"skills": "./skills/",
"hooks": "./hooks/codex-hooks.json",
"interface": {
"displayName": "Tree Ring Memory",
"shortDescription": "Local-first memory lifecycle guidance for Codex agents.",
"longDescription": "Tree Ring Memory gives coding agents a lifecycle-aware practice for verified project-local setup, project recall, durable decisions, receipt-backed harness readiness, same-host fan-out/fan-in, idempotent worker writes, coordinator-authorized shared publication, explicit forgetting, privacy-safe memory capture, and scope-preserving CLI updates using Tree Ring Memory v0.15 or newer.",
"developerName": "TerminallyLazy",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write",
"Interactive"
],
"websiteURL": "https://terminallylazy.github.io/Tree-Ring-Memory/",
"privacyPolicyURL": "https://github.com/TerminallyLazy/Tree-Ring-Memory/blob/main/plugins/tree-ring-memory/PRIVACY.md",
"termsOfServiceURL": "https://github.com/TerminallyLazy/Tree-Ring-Memory/blob/main/plugins/tree-ring-memory/TERMS.md",
"defaultPrompt": [
"Recall durable project context before changing release behavior.",
"Capture this validated lesson without storing a transcript.",
"Check Tree Ring harness readiness and explain any non-active state."
],
"brandColor": "#2F7D5C",
"composerIcon": "./assets/tree-ring-memory-logo.png",
"logo": "./assets/tree-ring-memory-logo.png"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tree-ring-memory on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tree-ring-memory)