mindforge-cc 2.1.1 → 2.1.2

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 (84) hide show
  1. package/CHANGELOG.md +25 -6
  2. package/README.md +68 -43
  3. package/RELEASENOTES.md +26 -26
  4. package/bin/install.js +41 -41
  5. package/bin/installer-core.js +67 -26
  6. package/bin/wizard/setup-wizard.js +11 -24
  7. package/bin/wizard/theme.js +141 -0
  8. package/docs/PERSONAS.md +80 -48
  9. package/docs/References/config-reference.md +81 -0
  10. package/docs/architecture/README.md +54 -42
  11. package/docs/commands-reference.md +62 -15
  12. package/docs/getting-started.md +26 -18
  13. package/docs/skills-authoring-guide.md +39 -11
  14. package/docs/tutorial.md +83 -116
  15. package/docs/user-guide.md +72 -198
  16. package/package.json +1 -1
  17. package/.mindforge/memory/decision-library.jsonl +0 -0
  18. package/.mindforge/memory/knowledge-base.jsonl +0 -7
  19. package/.mindforge/memory/pattern-library.jsonl +0 -1
  20. package/.mindforge/memory/team-preferences.jsonl +0 -4
  21. package/.planning/browser-daemon.log +0 -32
  22. package/docs/mindforge-md-reference.md +0 -57
  23. package/docs/references/config-reference.md +0 -64
  24. /package/docs/{context → Context}/Master-Context.md +0 -0
  25. /package/docs/{references → References}/audit-events.md +0 -0
  26. /package/docs/{references → References}/checkpoints.md +0 -0
  27. /package/docs/{references → References}/commands.md +0 -0
  28. /package/docs/{references → References}/continuation-format.md +0 -0
  29. /package/docs/{references → References}/decimal-phase-calculation.md +0 -0
  30. /package/docs/{references → References}/git-integration.md +0 -0
  31. /package/docs/{references → References}/git-planning-commit.md +0 -0
  32. /package/docs/{references → References}/model-profile-resolution.md +0 -0
  33. /package/docs/{references → References}/model-profiles.md +0 -0
  34. /package/docs/{references → References}/phase-argument-parsing.md +0 -0
  35. /package/docs/{references → References}/planning-config.md +0 -0
  36. /package/docs/{references → References}/questioning.md +0 -0
  37. /package/docs/{references → References}/sdk-api.md +0 -0
  38. /package/docs/{references → References}/skills-api.md +0 -0
  39. /package/docs/{references → References}/tdd.md +0 -0
  40. /package/docs/{references → References}/ui-brand.md +0 -0
  41. /package/docs/{references → References}/user-profiling.md +0 -0
  42. /package/docs/{references → References}/verification-patterns.md +0 -0
  43. /package/docs/{references → References}/workstream-flag.md +0 -0
  44. /package/docs/{templates → Templates}/Agents/CLAUDE-MD.md +0 -0
  45. /package/docs/{templates → Templates}/Agents/COPILOT-INSTRUCTIONS.md +0 -0
  46. /package/docs/{templates → Templates}/Agents/DEBUGGER-PROMPT.md +0 -0
  47. /package/docs/{templates → Templates}/Agents/PLANNER-PROMPT.md +0 -0
  48. /package/docs/{templates/codebase → Templates/Codebase}/architecture.md +0 -0
  49. /package/docs/{templates/codebase → Templates/Codebase}/concerns.md +0 -0
  50. /package/docs/{templates/codebase → Templates/Codebase}/conventions.md +0 -0
  51. /package/docs/{templates/codebase → Templates/Codebase}/integrations.md +0 -0
  52. /package/docs/{templates/codebase → Templates/Codebase}/stack.md +0 -0
  53. /package/docs/{templates/codebase → Templates/Codebase}/structure.md +0 -0
  54. /package/docs/{templates/codebase → Templates/Codebase}/testing.md +0 -0
  55. /package/docs/{templates → Templates}/Execution/CONTINUE-HERE.md +0 -0
  56. /package/docs/{templates → Templates}/Execution/DISCUSSION-LOG.md +0 -0
  57. /package/docs/{templates → Templates}/Execution/PHASE-PROMPT.md +0 -0
  58. /package/docs/{templates → Templates}/Execution/STATE.md +0 -0
  59. /package/docs/{templates → Templates}/Execution/SUMMARY-COMPLEX.md +0 -0
  60. /package/docs/{templates → Templates}/Execution/SUMMARY-MINIMAL.md +0 -0
  61. /package/docs/{templates → Templates}/Execution/SUMMARY-STANDARD.md +0 -0
  62. /package/docs/{templates → Templates}/Execution/SUMMARY.md +0 -0
  63. /package/docs/{templates → Templates}/Profile/DEV-PREFERENCES.md +0 -0
  64. /package/docs/{templates → Templates}/Profile/USER-PROFILE.md +0 -0
  65. /package/docs/{templates → Templates}/Profile/USER-SETUP.md +0 -0
  66. /package/docs/{templates → Templates}/Project/DISCOVERY.md +0 -0
  67. /package/docs/{templates → Templates}/Project/MILESTONE-ARCHIVE.md +0 -0
  68. /package/docs/{templates → Templates}/Project/MILESTONE.md +0 -0
  69. /package/docs/{templates → Templates}/Project/PROJECT.md +0 -0
  70. /package/docs/{templates → Templates}/Project/REQUIREMENTS.md +0 -0
  71. /package/docs/{templates → Templates}/Project/RETROSPECTIVE.md +0 -0
  72. /package/docs/{templates → Templates}/Project/ROADMAP.md +0 -0
  73. /package/docs/{templates → Templates}/Quality/DEBUG.md +0 -0
  74. /package/docs/{templates → Templates}/Quality/UAT.md +0 -0
  75. /package/docs/{templates → Templates}/Quality/UI-SPEC.md +0 -0
  76. /package/docs/{templates → Templates}/Quality/VALIDATION.md +0 -0
  77. /package/docs/{templates → Templates}/Quality/VERIFICATION-REPORT.md +0 -0
  78. /package/docs/{templates/research → Templates/Research}/ARCHITECTURE.md +0 -0
  79. /package/docs/{templates/research → Templates/Research}/FEATURES.md +0 -0
  80. /package/docs/{templates/research → Templates/Research}/PITFALLS.md +0 -0
  81. /package/docs/{templates/research → Templates/Research}/STACK.md +0 -0
  82. /package/docs/{templates/research → Templates/Research}/SUMMARY.md +0 -0
  83. /package/docs/{templates → Templates}/System/CONFIG.json +0 -0
  84. /package/docs/{templates → Templates}/System/CONTEXT.md +0 -0
File without changes
File without changes
File without changes