@thedecipherist/mdd 1.5.10 → 1.5.11
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 +3 -3
- package/package.json +1 -1
package/dist/install.js
CHANGED
|
@@ -204,9 +204,9 @@ authoritative source of truth for what to build. Read it fully before writing an
|
|
|
204
204
|
**Learning from mistakes**
|
|
205
205
|
All code in this project is built via the MDD workflow. Whenever a bug, flaw, or gap
|
|
206
206
|
is found — or if a feature doc changes or gains new frontmatter fields — document why
|
|
207
|
-
it happened and how it could have been prevented. When a fix is identified, open a
|
|
208
|
-
|
|
209
|
-
|
|
207
|
+
it happened and how it could have been prevented. When a fix is identified, ask the user if you should open a GitHub issue on their
|
|
208
|
+
behalf at https://github.com/TheDecipherist/mdd/issues with a clear description of
|
|
209
|
+
the problem and a suggested fix so it can be patched in the workflow for all users
|
|
210
210
|
(best practices, security hardening, performance optimization).
|
|
211
211
|
|
|
212
212
|
**After an MDD patch is published**
|