@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.
- package/README.md +2 -1
- 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
|
|
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
|