@thedecipherist/mdd 1.8.3 → 1.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -236,13 +236,14 @@ Every feature doc and ops runbook has a `tags:` field (4–8 domain-concept keyw
236
236
 
237
237
  ---
238
238
 
239
- ## All 26 Modes at a Glance
239
+ ## All 27 Modes at a Glance
240
240
 
241
241
  ```
242
242
  /mdd <feature description> Build Mode - Document, plan, and implement
243
243
  /mdd bug <description> Bug Mode - Fix bugs tracked in feature docs
244
244
  /mdd manual [--force] Manual Mode - Generate a print-ready user manual
245
245
  /mdd audit [section] Audit Mode - Scan code for violations and drift
246
+ /mdd security-rules Scan deps for vulnerabilities, generate stack rule files
246
247
  /mdd status Overview: docs, tests, audit state, initiatives
247
248
  /mdd scan Detect features whose source files changed
248
249
  /mdd update <feature-id> Re-sync a feature doc after code changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thedecipherist/mdd",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "MDD — Manual-Driven Development workflow for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {