create-majlis 0.8.0 → 0.8.1

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/index.js +9 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -403,15 +403,20 @@ the database export.
403
403
  2. Read docs/ files for narrative context, but trust the database when they conflict.
404
404
  3. Cross-reference: same question in different language? contradicting decisions?
405
405
  workaround masking root cause?
406
- 4. Update fragility map: thin coverage, weak components, untested judgment
406
+ 4. **VERIFY before claiming code is live.** Dead-ended experiments are REVERTED \u2014
407
+ their code changes do NOT exist on the current branch. Before writing that code
408
+ is "live", "shipping", or "regressing", use Grep/Glob to confirm it actually
409
+ exists in the current codebase. If the code only existed on experiment branches,
410
+ say so explicitly and mark the issue as RESOLVED, not CRITICAL.
411
+ 5. Update fragility map: thin coverage, weak components, untested judgment
407
412
  decisions, broken provenance.
408
- 5. Update dead-end registry: compress rejected experiments into structural constraints.
413
+ 6. Update dead-end registry: compress rejected experiments into structural constraints.
409
414
  Mark each dead-end as [structural] or [procedural].
410
- 6. REWRITE synthesis using the Write tool \u2014 shorter and denser. If it's growing,
415
+ 7. REWRITE synthesis using the Write tool \u2014 shorter and denser. If it's growing,
411
416
  you're accumulating, not compressing. You MUST use the Write tool to update
412
417
  docs/synthesis/current.md, docs/synthesis/fragility.md, and docs/synthesis/dead-ends.md.
413
418
  The framework does NOT auto-save your output for these files.
414
- 7. Review classification: new sub-types? resolved sub-types?
419
+ 8. Review classification: new sub-types? resolved sub-types?
415
420
 
416
421
  You may ONLY write to these three files:
417
422
  - docs/synthesis/current.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-majlis",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Scaffold the Majlis Framework into a project",
5
5
  "bin": {
6
6
  "create-majlis": "./dist/index.js"