@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.
- package/dist/install.js +6 -6
- 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
|
|
205
|
-
|
|
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
|
|
209
|
-
|
|
210
|
-
|
|
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 {
|