Skip to content

Foxfire1st/ar-agents-remember-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

196 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agents-remember-md Memory Layer

This repository is the shared memory layer for the agents-remember-md code repository.

It is meant to be read beside the code, not instead of it. The code lives at:

What This Repository Shows

This memory repo is a working example of the Agents Remember memory model:

  • onboarding/ stores file-level and repo-level current-state knowledge.
  • memory.md records the ledger that maps code commits to memory commits.
  • system/ stores memory-layer settings, source registries, and tool notes.
  • docs/ is available for durable supporting documentation that is not tied to one source file.

The important property is that memory is versioned separately from code while still staying tied to exact code commits. Agents can inspect memory.md to see which memory commit was verified against which code commit.

How To Read It

Start with:

  1. memory.md to see the code-to-memory ledger.
  2. onboarding/overview.md for the repo-level map.
  3. Matching files under onboarding/ when reading source files in the code repo.

For example, source file:

skills/U-01-core-skills/C-09-git-worktree-manager/SKILL.md

has memory documentation at:

onboarding/skills/U-01-core-skills/C-09-git-worktree-manager/SKILL.md.md

Relationship To The Code Repo

The code repo owns behavior. This memory repo owns the durable explanation of that behavior.

When code changes, the corresponding onboarding files should be updated and committed here. The memory ledger should then record the final pair:

<code commit> | <memory commit>

That pairing is what lets later agents decide whether onboarding is current, stale, or unsafe to rely on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors