qualia-framework 2.4.4 → 2.4.8

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 (61) hide show
  1. package/README.md +1 -1
  2. package/bin/cli.js +1 -1
  3. package/framework/agents/qualia-debugger.md +1 -1
  4. package/framework/agents/qualia-executor.md +4 -4
  5. package/framework/agents/qualia-plan-checker.md +2 -2
  6. package/framework/agents/qualia-roadmapper.md +2 -2
  7. package/framework/agents/qualia-verifier.md +1 -1
  8. package/framework/hooks/migration-validate.sh +13 -10
  9. package/framework/hooks/pre-deploy-gate.sh +14 -12
  10. package/framework/qualia-framework/VERSION +1 -1
  11. package/framework/qualia-framework/bin/collect-metrics.sh +8 -12
  12. package/framework/qualia-framework/bin/qualia-tools.js +1 -1
  13. package/framework/qualia-framework/references/decimal-phase-calculation.md +4 -4
  14. package/framework/qualia-framework/references/model-profile-resolution.md +1 -1
  15. package/framework/qualia-framework/references/phase-argument-parsing.md +3 -3
  16. package/framework/qualia-framework/references/planning-config.md +5 -5
  17. package/framework/qualia-framework/references/verification-patterns.md +1 -1
  18. package/framework/qualia-framework/templates/codebase/structure.md +10 -10
  19. package/framework/qualia-framework/templates/phase-prompt.md +10 -10
  20. package/framework/qualia-framework/workflows/add-phase.md +2 -2
  21. package/framework/qualia-framework/workflows/add-todo.md +3 -3
  22. package/framework/qualia-framework/workflows/audit-milestone.md +3 -3
  23. package/framework/qualia-framework/workflows/check-todos.md +2 -2
  24. package/framework/qualia-framework/workflows/complete-milestone.md +4 -4
  25. package/framework/qualia-framework/workflows/diagnose-issues.md +1 -1
  26. package/framework/qualia-framework/workflows/discovery-phase.md +5 -5
  27. package/framework/qualia-framework/workflows/discuss-phase.md +4 -4
  28. package/framework/qualia-framework/workflows/execute-plan.md +8 -8
  29. package/framework/qualia-framework/workflows/help.md +2 -2
  30. package/framework/qualia-framework/workflows/insert-phase.md +3 -3
  31. package/framework/qualia-framework/workflows/map-codebase.md +2 -2
  32. package/framework/qualia-framework/workflows/new-milestone.md +6 -6
  33. package/framework/qualia-framework/workflows/pause-work.md +2 -2
  34. package/framework/qualia-framework/workflows/plan-milestone-gaps.md +2 -2
  35. package/framework/qualia-framework/workflows/plan-phase.md +5 -5
  36. package/framework/qualia-framework/workflows/quick.md +2 -2
  37. package/framework/qualia-framework/workflows/remove-phase.md +2 -2
  38. package/framework/qualia-framework/workflows/research-phase.md +4 -4
  39. package/framework/qualia-framework/workflows/resume-project.md +2 -2
  40. package/framework/qualia-framework/workflows/set-profile.md +2 -2
  41. package/framework/qualia-framework/workflows/settings.md +2 -2
  42. package/framework/qualia-framework/workflows/update.md +10 -10
  43. package/framework/qualia-framework/workflows/verify-phase.md +5 -5
  44. package/framework/qualia-framework/workflows/verify-work.md +4 -4
  45. package/framework/scripts/sync-to-framework.sh +1 -1
  46. package/framework/skills/qualia-add-todo/SKILL.md +1 -1
  47. package/framework/skills/qualia-check-todos/SKILL.md +1 -1
  48. package/framework/skills/qualia-debug/SKILL.md +2 -2
  49. package/framework/skills/qualia-discuss-phase/SKILL.md +2 -2
  50. package/framework/skills/qualia-framework-audit/SKILL.md +1 -1
  51. package/framework/skills/qualia-list-phase-assumptions/SKILL.md +1 -1
  52. package/framework/skills/qualia-new-milestone/SKILL.md +4 -4
  53. package/framework/skills/qualia-optimize/SKILL.md +1 -1
  54. package/framework/skills/qualia-pause-work/SKILL.md +1 -1
  55. package/framework/skills/qualia-plan-milestone-gaps/SKILL.md +1 -1
  56. package/framework/skills/qualia-progress/SKILL.md +1 -1
  57. package/framework/skills/qualia-quick/SKILL.md +1 -1
  58. package/framework/skills/qualia-research-phase/SKILL.md +2 -2
  59. package/framework/skills/qualia-resume-work/SKILL.md +1 -1
  60. package/framework/skills/qualia-review/SKILL.md +1 -1
  61. package/package.json +1 -1
@@ -22,7 +22,7 @@ The phase boundary is FIXED — discussion clarifies HOW to implement, not WHETH
22
22
 
23
23
  Read the phase description from ROADMAP.md and any existing research.
24
24
 
25
- Reference: `~/.claude/qualia-engine/workflows/discuss-phase.md`
25
+ Reference: `~/.claude/qualia-framework/workflows/discuss-phase.md`
26
26
 
27
27
  ### 2. Identify Domain Gray Areas
28
28
 
@@ -65,7 +65,7 @@ Write decisions to `.planning/phases/{phase}-{slug}/{phase}-CONTEXT.md`:
65
65
  - Specific preferences expressed
66
66
  ```
67
67
 
68
- Template: `~/.claude/qualia-engine/templates/context.md`
68
+ Template: `~/.claude/qualia-framework/templates/context.md`
69
69
 
70
70
  ### 5. Handoff
71
71
 
@@ -486,7 +486,7 @@ Output as direct text (NOT via Bash):
486
486
 
487
487
  Date {date}
488
488
  Scope {full / specific dimension}
489
- Framework v{qualia-engine VERSION}
489
+ Framework v{qualia-framework VERSION}
490
490
 
491
491
  INVENTORY
492
492
  Agents {N} Teams {N}
@@ -22,7 +22,7 @@ Read:
22
22
  - `.planning/REQUIREMENTS.md` — Related requirements
23
23
  - Phase RESEARCH.md if it exists
24
24
 
25
- Reference: `~/.claude/qualia-engine/workflows/list-phase-assumptions.md`
25
+ Reference: `~/.claude/qualia-framework/workflows/list-phase-assumptions.md`
26
26
 
27
27
  ### 2. Analyze 5 Areas
28
28
 
@@ -25,11 +25,11 @@ Read:
25
25
  - `.planning/milestones/` — Previous milestone archives (if any)
26
26
  - `.planning/STATE.md` — Current state
27
27
 
28
- Reference: `~/.claude/qualia-engine/workflows/new-milestone.md`
28
+ Reference: `~/.claude/qualia-framework/workflows/new-milestone.md`
29
29
 
30
30
  ### 2. Questioning Phase
31
31
 
32
- Reference: `~/.claude/qualia-engine/references/questioning.md`
32
+ Reference: `~/.claude/qualia-framework/references/questioning.md`
33
33
 
34
34
  Ask targeted questions building on existing project knowledge:
35
35
  - What's the goal of this milestone?
@@ -50,7 +50,7 @@ Add new milestone section to existing PROJECT.md (don't overwrite).
50
50
 
51
51
  #### Create REQUIREMENTS.md
52
52
  Fresh requirements for this milestone:
53
- Template: `~/.claude/qualia-engine/templates/requirements.md`
53
+ Template: `~/.claude/qualia-framework/templates/requirements.md`
54
54
  - Milestone definition (v{next_version})
55
55
  - Functional requirements
56
56
  - Non-functional requirements
@@ -65,7 +65,7 @@ Reset phase tracking for the new milestone while preserving project-level info.
65
65
  #### Research (if conducted)
66
66
  Save to `.planning/research/` directory.
67
67
 
68
- UI/brand reference: `~/.claude/qualia-engine/references/ui-brand.md`
68
+ UI/brand reference: `~/.claude/qualia-framework/references/ui-brand.md`
69
69
 
70
70
  ### 5. Next Step
71
71
 
@@ -367,7 +367,7 @@ status: {clean|needs_attention|critical_issues}
367
367
 
368
368
  Commit:
369
369
  ```bash
370
- node ~/.claude/qualia-engine/bin/qualia-tools.js commit "docs: optimization report ({mode} mode, {critical} critical)" --files .planning/OPTIMIZE.md
370
+ node ~/.claude/qualia-framework/bin/qualia-tools.js commit "docs: optimization report ({mode} mode, {critical} critical)" --files .planning/OPTIMIZE.md
371
371
  ```
372
372
 
373
373
  **Present results:**
@@ -18,7 +18,7 @@ Save current session context so the next session can pick up exactly where you l
18
18
 
19
19
  Load `.planning/STATE.md` and check current phase status.
20
20
 
21
- Reference: `~/.claude/qualia-engine/workflows/pause-work.md`
21
+ Reference: `~/.claude/qualia-framework/workflows/pause-work.md`
22
22
 
23
23
  ### 2. Create `.continue-here.md`
24
24
 
@@ -21,7 +21,7 @@ ls -t .planning/v*-MILESTONE-AUDIT.md | head -1
21
21
 
22
22
  Read the most recent `v*-MILESTONE-AUDIT.md` file.
23
23
 
24
- Reference: `~/.claude/qualia-engine/workflows/plan-milestone-gaps.md`
24
+ Reference: `~/.claude/qualia-framework/workflows/plan-milestone-gaps.md`
25
25
 
26
26
  ### 2. Load Project Context
27
27
 
@@ -17,7 +17,7 @@ Check current progress, summarize state, and route to the most logical next acti
17
17
 
18
18
  Read `.planning/STATE.md`, `.planning/ROADMAP.md`, and check `git status --short`.
19
19
 
20
- Reference: `~/.claude/qualia-engine/workflows/progress.md`
20
+ Reference: `~/.claude/qualia-framework/workflows/progress.md`
21
21
 
22
22
  ### 2. Summarize Progress
23
23
 
@@ -19,7 +19,7 @@ Execute small tasks outside the normal phase workflow while maintaining Qualia q
19
19
 
20
20
  Read `.planning/STATE.md` for current project state.
21
21
 
22
- Reference: `~/.claude/qualia-engine/workflows/quick.md`
22
+ Reference: `~/.claude/qualia-framework/workflows/quick.md`
23
23
 
24
24
  ### 2. Complexity Check
25
25
 
@@ -27,7 +27,7 @@ Conduct structured research for a project phase, producing a RESEARCH.md that fe
27
27
 
28
28
  Use `qualia-tools.js` for state management:
29
29
  ```bash
30
- node ~/.claude/qualia-engine/bin/qualia-tools.js phase-op <phase>
30
+ node ~/.claude/qualia-framework/bin/qualia-tools.js phase-op <phase>
31
31
  ```
32
32
 
33
33
  Validate the phase exists in ROADMAP.md. Check if research already exists at `.planning/phases/{phase}-{slug}/{phase}-RESEARCH.md`.
@@ -47,7 +47,7 @@ Reference: `~/.claude/agents/qualia-phase-researcher.md`
47
47
 
48
48
  Model resolution:
49
49
  ```bash
50
- node ~/.claude/qualia-engine/bin/qualia-tools.js resolve-model qualia-phase-researcher
50
+ node ~/.claude/qualia-framework/bin/qualia-tools.js resolve-model qualia-phase-researcher
51
51
  ```
52
52
 
53
53
  ### 4. Research Output
@@ -15,7 +15,7 @@ Restore context from a previous session and route to the right next action.
15
15
 
16
16
  ### 1. Load State
17
17
 
18
- Reference: `~/.claude/qualia-engine/workflows/resume-project.md`
18
+ Reference: `~/.claude/qualia-framework/workflows/resume-project.md`
19
19
 
20
20
  Check for context sources in priority order:
21
21
 
@@ -211,7 +211,7 @@ Severity-scored findings with exact `file:line` references and fix recommendatio
211
211
 
212
212
  ## Shipping Checklist Scan
213
213
 
214
- After running all review agents, cross-reference findings against the relevant shipping checklist from `~/.claude/qualia-engine/references/completion-checklists.md`.
214
+ After running all review agents, cross-reference findings against the relevant shipping checklist from `~/.claude/qualia-framework/references/completion-checklists.md`.
215
215
 
216
216
  Detect project type and load the matching checklist:
217
217
  - **website** → "Website-Specific Checklist" + "Universal Checklist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qualia-framework",
3
- "version": "2.4.4",
3
+ "version": "2.4.8",
4
4
  "description": "Qualia Solutions — Claude Code Framework",
5
5
  "bin": {
6
6
  "qualia-framework": "./bin/cli.js"