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.
- package/README.md +1 -1
- package/bin/cli.js +1 -1
- package/framework/agents/qualia-debugger.md +1 -1
- package/framework/agents/qualia-executor.md +4 -4
- package/framework/agents/qualia-plan-checker.md +2 -2
- package/framework/agents/qualia-roadmapper.md +2 -2
- package/framework/agents/qualia-verifier.md +1 -1
- package/framework/hooks/migration-validate.sh +13 -10
- package/framework/hooks/pre-deploy-gate.sh +14 -12
- package/framework/qualia-framework/VERSION +1 -1
- package/framework/qualia-framework/bin/collect-metrics.sh +8 -12
- package/framework/qualia-framework/bin/qualia-tools.js +1 -1
- package/framework/qualia-framework/references/decimal-phase-calculation.md +4 -4
- package/framework/qualia-framework/references/model-profile-resolution.md +1 -1
- package/framework/qualia-framework/references/phase-argument-parsing.md +3 -3
- package/framework/qualia-framework/references/planning-config.md +5 -5
- package/framework/qualia-framework/references/verification-patterns.md +1 -1
- package/framework/qualia-framework/templates/codebase/structure.md +10 -10
- package/framework/qualia-framework/templates/phase-prompt.md +10 -10
- package/framework/qualia-framework/workflows/add-phase.md +2 -2
- package/framework/qualia-framework/workflows/add-todo.md +3 -3
- package/framework/qualia-framework/workflows/audit-milestone.md +3 -3
- package/framework/qualia-framework/workflows/check-todos.md +2 -2
- package/framework/qualia-framework/workflows/complete-milestone.md +4 -4
- package/framework/qualia-framework/workflows/diagnose-issues.md +1 -1
- package/framework/qualia-framework/workflows/discovery-phase.md +5 -5
- package/framework/qualia-framework/workflows/discuss-phase.md +4 -4
- package/framework/qualia-framework/workflows/execute-plan.md +8 -8
- package/framework/qualia-framework/workflows/help.md +2 -2
- package/framework/qualia-framework/workflows/insert-phase.md +3 -3
- package/framework/qualia-framework/workflows/map-codebase.md +2 -2
- package/framework/qualia-framework/workflows/new-milestone.md +6 -6
- package/framework/qualia-framework/workflows/pause-work.md +2 -2
- package/framework/qualia-framework/workflows/plan-milestone-gaps.md +2 -2
- package/framework/qualia-framework/workflows/plan-phase.md +5 -5
- package/framework/qualia-framework/workflows/quick.md +2 -2
- package/framework/qualia-framework/workflows/remove-phase.md +2 -2
- package/framework/qualia-framework/workflows/research-phase.md +4 -4
- package/framework/qualia-framework/workflows/resume-project.md +2 -2
- package/framework/qualia-framework/workflows/set-profile.md +2 -2
- package/framework/qualia-framework/workflows/settings.md +2 -2
- package/framework/qualia-framework/workflows/update.md +10 -10
- package/framework/qualia-framework/workflows/verify-phase.md +5 -5
- package/framework/qualia-framework/workflows/verify-work.md +4 -4
- package/framework/scripts/sync-to-framework.sh +1 -1
- package/framework/skills/qualia-add-todo/SKILL.md +1 -1
- package/framework/skills/qualia-check-todos/SKILL.md +1 -1
- package/framework/skills/qualia-debug/SKILL.md +2 -2
- package/framework/skills/qualia-discuss-phase/SKILL.md +2 -2
- package/framework/skills/qualia-framework-audit/SKILL.md +1 -1
- package/framework/skills/qualia-list-phase-assumptions/SKILL.md +1 -1
- package/framework/skills/qualia-new-milestone/SKILL.md +4 -4
- package/framework/skills/qualia-optimize/SKILL.md +1 -1
- package/framework/skills/qualia-pause-work/SKILL.md +1 -1
- package/framework/skills/qualia-plan-milestone-gaps/SKILL.md +1 -1
- package/framework/skills/qualia-progress/SKILL.md +1 -1
- package/framework/skills/qualia-quick/SKILL.md +1 -1
- package/framework/skills/qualia-research-phase/SKILL.md +2 -2
- package/framework/skills/qualia-resume-work/SKILL.md +1 -1
- package/framework/skills/qualia-review/SKILL.md +1 -1
- 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-
|
|
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-
|
|
68
|
+
Template: `~/.claude/qualia-framework/templates/context.md`
|
|
69
69
|
|
|
70
70
|
### 5. Handoff
|
|
71
71
|
|
|
@@ -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-
|
|
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-
|
|
28
|
+
Reference: `~/.claude/qualia-framework/workflows/new-milestone.md`
|
|
29
29
|
|
|
30
30
|
### 2. Questioning Phase
|
|
31
31
|
|
|
32
|
-
Reference: `~/.claude/qualia-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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"
|