@thedecipherist/mdd 1.5.8 → 1.5.9

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/dist/install.js +6 -6
  2. package/package.json +1 -1
package/dist/install.js CHANGED
@@ -201,14 +201,14 @@ authoritative source of truth for what to build. Read it fully before writing an
201
201
  **Learning from mistakes**
202
202
  All code in this project is built via the MDD workflow. Whenever a bug, flaw, or gap
203
203
  is found — or if a feature doc changes or gains new frontmatter fields — document why
204
- it happened and how it could have been prevented. When a fix is made, patch the MDD
205
- workflow itself (\`~/projects/mdd\`) so the same issue cannot recur in future projects
204
+ it happened and how it could have been prevented. When a fix is identified, open a
205
+ GitHub issue at https://github.com/TheDecipherist/mdd/issues with a clear description
206
+ of the problem and a suggested fix so it can be patched in the workflow for all users
206
207
  (best practices, security hardening, performance optimization).
207
208
 
208
- **After patching MDD**
209
- From \`~/projects/mdd\`, run \`pnpm release\` this builds, publishes the npm package,
210
- and runs \`mdd update\` globally in one step. Then check if \`mdd update --install-local\`
211
- is needed for any active projects.
209
+ **After an MDD patch is published**
210
+ Run \`mdd update\` (global) or \`mdd update --install-local\` (project) to sync this
211
+ project to the latest version.
212
212
  `;
213
213
  function installHook(opts) {
214
214
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thedecipherist/mdd",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "MDD — Manual-Driven Development workflow for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {