📄️ Overview
Cursor is the primary AI-assisted IDE for this project. Rather than relying on ad-hoc prompting, we maintain a structured configuration that gives the AI agent deep knowledge of our architecture, enforces our coding standards automatically, and provides specialized capabilities for domain-specific tasks.
📄️ Quality Gate Hooks
The hooks system is the backbone of automated code quality enforcement. Every file the agent edits is tracked, and when the conversation completes, a quality gate automatically triggers Code Marshal and Security Sentinel to review all changed code. Violations are fixed before the conversation ends.
📄️ Sub-Agents
Sub-agents are specialized AI agents that run as child processes of the main Cursor agent. Each one is scoped to a narrow domain with specific instructions, standards to enforce, and output formats. They are defined as markdown files in .cursor/agents/.
📄️ Rules
Cursor rules are .mdc files in .cursor/rules/ that inject context into every conversation (or pattern-matched conversations). They define what the agent knows about the project and what standards it must follow.
🗃️ Skills
10 items