II.
Topic JSON
Structured · livetopic:instruction-file-standard
Instruction File Standard json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:instruction-file-standard",
"_kind": "Topic",
"_file": "domain/topics/topics-knowledge-patterns.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Instruction File Standard",
"description": "Instruction File Standard as a cross-cutting topic — the convergence\nand divergence of agent instruction file formats across coding agents.\nCovers CLAUDE.md (Claude Code, Pi), AGENTS.md (Codex, Amp, OpenCode),\n.cursorrules and .cursor/rules/*.mdc (Cursor), .clinerules (Cline),\n.windsurfrules (Windsurf), .roorules (Roo Code), and .continuerules\n(Continue). The proliferation of agent-specific instruction files\ncreates a maintenance burden for projects that support multiple agents.\nCross-agent compatibility is emerging: Cursor added AGENTS.md support,\nPi adopted CLAUDE.md. The open question is whether the ecosystem will\nconverge on a single standard or maintain per-agent formats with\ntranslation layers.\n"
},
"outgoingEdges": [
{
"from": "topic:instruction-file-standard",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:instruction-file-standard",
"to": "specialization:ai-agents-conversational",
"kind": "applies_to"
},
{
"from": "topic:instruction-file-standard",
"to": "topic:auto-memory",
"kind": "related_topics"
},
{
"from": "topic:instruction-file-standard",
"to": "topic:memory-scoping",
"kind": "related_topics"
}
],
"incomingEdges": [
{
"from": "domain:knowledge-management",
"to": "topic:instruction-file-standard",
"kind": "contains"
},
{
"from": "topic:unified-agent-memory",
"to": "topic:instruction-file-standard",
"kind": "related_topics"
}
]
}