Archcore logo

Archcore

2

Make your AI agent code with your project's architecture, rules, and decisions.

2 rules

Add to Cursor
# .archcore/ File Operations You are working with files in the `.archcore/` directory. These are managed documents in the Archcore knowledge base. **Do not use Write or Edit tools on `.archcore/*.md` files.** Use the Archcore MCP tools instead: - To create: `create_document(type, filename, ...)` - To modify: `update_document(path, ...)` - To delete: `remove_document(path)` - To link: `add_relation(source, target, type)` Direct file writes bypass validation, templates, and the sync manifest.
Add to Cursor