Agent memory is fragmented
Each harness stores instructions, traces, and context in its own format, so useful knowledge is trapped in one tool.
A standard filesystem for storing reusable traces, context, sources, and knowledge across agent harnesses, codebases, workflows, and business domains.
agents-fs
portable AFS repository
Memory
7 paths/logs//lessons//items//fixes//steers//models/Operational
7 paths/audits//raw/<domain>/<folder>//plans//specs//lib/Source of truth
7 paths/sources//references//cookbook//knowledge//runbooks//research/Problem
AFS gives agents a portable way to share traces, context, knowledge, and source provenance without locking the team into one harness or database.
Each harness stores instructions, traces, and context in its own format, so useful knowledge is trapped in one tool.
Teams need a plain, portable structure that lets agents share traces, context, sources, and decisions without a platform migration.
External docs, links, copied references, source snapshots, and generated summaries need an obvious home with source history.
The standard
AFS separates memory, operations, and current source-of-truth material so context can be added without turning a repository or company workspace into an unstructured dump.
Durable history, facts, lessons, fixes, steering traces, and reflections that help agents improve across sessions.
/logs//lessons//items//fixes//steers//models//reflections/Work products, raw material, plans, specs, generated libraries, and domain-specific operating surfaces.
/audits//raw/<domain>/<folder>//plans//specs//lib//objects/<type>/Living documentation that represents the current canonical understanding of the codebase, company, workflows, and sources.
/sources//references//cookbook//knowledge//runbooks//research//context/AFS stays useful through normal files, folders, Markdown, grep, pull requests, and backups.
Codex, Claude Code, Cursor, Notion Agents, OpenClaw, Hermes, and local tools can share the same durable context.
Logs, lessons, fixes, and plans preserve work-in-time evidence; specs, runbooks, and knowledge hold current truth.
Root files such as AGENTS.md, USER.md, VISION.md, LOOPS.md, and TASTE.md keep direction readable before agents act.
Root Markdown files
The folder standard stores evidence and knowledge. Root Markdown files define operating rules, product direction, taste, loops, values, risk, and current status.
Brain
Vision
Loops
Taste
Memory rules
Playbook
Agent rules
Planning
Specifications
Agent style
User context
Design system
The new use-afs skill carries the standard, usage instructions, compatibility bridges, validation scripts, migration helpers, and hooks for agent harnesses that support them.
Inspect the current folder and choose root, docs/, or agents-fs/ placement automatically.
npm run afs:createRecord the provided standard or GitHub URL in sources/ and still choose the safest install placement automatically.
npm run afs:create -- https://example.com/afs-standardCreate a personal or company AFS repository named agents-fs and push it to GitHub when gh is authenticated.
npm run afs:create -- --mode standalone --githubCreate the full AFS shell inside docs/ so the application source tree stays separate from agent context.
npm run afs:create -- --mode docsCheck for removed paths, missing recommended shell files, and misplaced large root-style Markdown files inside context/.
npm run afs:validate -- .Move legacy external documentation contents into sources/ without overwriting existing source material.
npm run afs:migrate -- .Compatibility
Compatibility is implemented as plain Markdown bridge templates. Gbrain and QMD support is best-effort and file-based until official integration surfaces are available.
AFS can expose GBRAIN.md and BRAIN.md as adapter surfaces so Gbrain-style knowledge can point back to portable files and sources.
AFS can expose QMD.md as a query and decision bridge that maps QMD-style notes back to specs, plans, knowledge, and source provenance.
Any harness that can read files and write Markdown can use AFS without a proprietary database or hosted service.