Continual Memory Policy Model — AI skill for Claude Code
Experimental local-first memory-policy research for Codex and Claude Code, with delayed feedback and gated adapter learning.
How to install Continual Memory Policy Model
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open codejunkie99/continual-memory-policy-model and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Continual Memory Policy Model does
Experimental local-first memory-policy research for Codex and Claude Code, with delayed feedback and gated adapter learning.
Alternatives in AI
- Open Science — Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux 1.5k ★
- Abu Cowork — Open-source alternative to Claude Cowork — a local-first AI agent desktop app · multi-model · self-evolving sk 349 ★
- Engrim — The Universal Cross-Model Episodic Memory Standard 219 ★
README
Continual Memory Policy Model
[](#experimental-status-and-safety) [](pyproject.toml) [](LICENSE)
[!CAUTION] **Experimental research software.** This repository is not a production memory service, medical or legal record system, or autonomous online-learning system. The included evaluations use small, partly authored trajectories. Keep human review, privacy controls, evaluation gates, and rollback in the loop.
An executable research scaffold for a small model that decides **what an AI agent should remember**. Facts stay in an external SQLite memory store. The policy chooses `WRITE`, `UPDATE`, `DELETE`, `LINK`, `COMPACT`, or `NOOP`, then learns periodically from what happened after those choices.

The idea in one minute
The project separates two kinds of learning:
- Memory changes immediately. A conversation can add, revise, connect, combine, retire, or ignore information in the external database.
- Model weights change later. Outcomes are collected into a training buffer. A candidate LoRA adapter is trained, tested, and promoted only after an explicit human decision.
That means a useful memory can be written at step 40, recalled at step 8,000, and receive delayed credit when the later task succeeds. A harmful or stale memory can receive negative credit. Credit is an inspectable heuristic, not proof that the memory caused the result.
What people see
The **Memory Center** is a local, read-only UI for everyday inspection. It uses plain language first and keeps the technical evidence one level deeper.

The UI includes:
- Home: what is
Related Skills
Dynamic Architectures
Dynamic/morphogenetic neural networks - grow, prune, adapt topology during training. Continual learning, gradi
Capy Cortex
Autonomous memory and learning system for AI coding agents. LLM-powered knowledge extraction, triple fusion re
Zenith
Self-hosted, local-first AI workspace on your own Ollama models — chat, a Claude-Code-class coding agent, deep
Enfold
Enfold. Every memory enfolds the whole. Local, private long-term memory for AI agents: one SQLite brain shared
Wigi LLM
Physical control surface for local LLM fleets — WigiDash buttons.json launcher for one-touch llama.cpp model s
Coverctl
Coverage feedback for AI coding agents — every language, every change. Domain-aware policy enforcement via MCP
Related Agents
Learning Adapter
Use this agent for dynamic improvement through experience and feedback. Specializes in continuous learning, st
Hcs Hook Integrator
Wires Claude Code + Codex hooks to the HCS substrate without embedding policy in hook bodies. Maintains .claud
Ade
Agent sessions routinely outlast the machine that started them, and checking a Claude Code or Codex run from a