@@ -39,13 +39,13 @@ npm run dev:client-demo
3939
4040Read the relevant Intent Node before working in that area:
4141
42- - ` src/types/CLAUDE .md ` - Type definitions and contracts
43- - ` src/core/CLAUDE .md ` - ServerOrchestrator, DynamicToolManager, ToolRegistry
44- - ` src/mode/CLAUDE .md ` - ModuleResolver, validation utilities
45- - ` src/server/CLAUDE .md ` - createMcpServer, createPermissionBasedMcpServer
46- - ` src/http/CLAUDE .md ` - FastifyTransport, endpoints, SSE
47- - ` src/session/CLAUDE .md ` - SessionContextResolver, ClientResourceCache
48- - ` src/permissions/CLAUDE .md ` - PermissionResolver, access control
42+ - ` src/types/AGENTS .md ` - Type definitions and contracts
43+ - ` src/core/AGENTS .md ` - ServerOrchestrator, DynamicToolManager, ToolRegistry
44+ - ` src/mode/AGENTS .md ` - ModuleResolver, validation utilities
45+ - ` src/server/AGENTS .md ` - createMcpServer, createPermissionBasedMcpServer
46+ - ` src/http/AGENTS .md ` - FastifyTransport, endpoints, SSE
47+ - ` src/session/AGENTS .md ` - SessionContextResolver, ClientResourceCache
48+ - ` src/permissions/AGENTS .md ` - PermissionResolver, access control
4949
5050### Maintaining the Intent Layer
5151
@@ -55,7 +55,7 @@ Read the relevant Intent Node before working in that area:
5555- ** Change component behavior** → Update the affected Intent Node's description
5656- ** Add new components** → Add them to the Key Components section
5757- ** Discover an anti-pattern** → Add it to the Anti-patterns section
58- - ** Create a new module** → Create a corresponding ` CLAUDE .md` Intent Node
58+ - ** Create a new module** → Create a corresponding ` AGENTS .md` Intent Node
5959
6060Intent Nodes should remain concise (~ 100 lines max). Focus on what an agent needs to know to work safely in that area.
6161
0 commit comments