You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(rules): add 316-zero-trust and fix stale rule references
- Add rules/316-zero-trust.mdc (alwaysApply: true, priority 316)
with Distinguished-Engineer voice covering identity, network,
data, workload, AI/agent, and audit under Zero Trust
- Add skills/zero-trust/ playbook (SKILL.md plus 5 references:
agent-design, mcp-hardening, injection-threat-model, hitl-gates,
threat-model-template)
- Rename stale rule numbers across 27 files (docs, examples,
commands, rule See-also sections) after the rules renumbering
- Rewrite mcp/cursor-rules-mcp/src/api/client.ts fileMap and
listAvailableRules against actual rule filenames and priorities;
add zero-trust entry under patterns
- Add 015-context-engineering.mdc and 316-zero-trust.mdc to the
always-apply tables in README and docs/HOW-TO-USE.md
- Fix "Plan/Build/Review" to "Plan/Implement/Review" in README,
HOW-TO-USE, and .cursorrules-example (matches 010-workflow.mdc)
- Update README Python floor 3.12+ to 3.14+ to match 200-python.mdc
- Register 316-zero-trust.mdc in rules/INDEX.md and README.md
Restores correctness of internal cross-references that broke when
the rules were renumbered, and adds a principles-first Zero Trust
rule intended to always load alongside 310-security.mdc.
Review current work progress without staging or committing. Fix issues, run quality checks, and propose commit messages following `100-core.mdc` and `110-git.mdc` standards.
7
+
Review current work progress without staging or committing. Fix issues, run quality checks, and propose commit messages following `100-core.mdc` and `130-git.mdc` standards.
8
8
9
9
> [!IMPORTANT]
10
10
> **Fix mode.** Fix errors and formatting issues, then report what was fixed.
@@ -143,7 +143,7 @@ Provide a structured summary:
143
143
144
144
**Only if no Critical issues found after fixes:**
145
145
146
-
Propose **one primary commit message** following `110-git.mdc` format:
146
+
Propose **one primary commit message** following `130-git.mdc` format:
147
147
148
148
```
149
149
<type>(<scope>): <short summary>
@@ -242,6 +242,6 @@ If CodeRabbit is available and configured:
242
242
**Integration:** This workflow aligns with:
243
243
244
244
-`100-core.mdc` Coding standards and Priority Framework
0 commit comments