skip to content
FILESYSTEM.md

FILESYSTEM.md

A standardized, interoperable spec for Agent-Native Filesystems.

Think of FILESYSTEM.md as a README for agents: a dedicated, predictable place to define how AI coding agents interact with your project's filesystem.

📄 FILESYSTEM.md
# ANF workspace (minimal)

├── FILESYSTEM.md   # MUST
├── AGENTS.md       # SHOULD
├── TOOLS.md
├── SECURITY.md
├── SKILLS/
├── PROJECTS/
├── MEMORY/
   ├── daily/
   ├── observations/
   └── learned/
└── LOGS/

Start Here

Everything you need to evaluate, adopt, and contribute to FILESYSTEM.md.

Why FILESYSTEM.md?

The filesystem is the most natural abstraction layer for agentic systems. Rather than building complex memory APIs, leverage what LLMs already understand. Read why the industry is converging on this pattern →