@jakkrichm/create-nexus-devflow 2.6.2 → 2.8.0

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 (89) hide show
  1. package/README.md +5 -5
  2. package/dist/lib/antigravity-artifacts.d.ts +52 -0
  3. package/dist/lib/antigravity-artifacts.js +170 -0
  4. package/dist/lib/antigravity-artifacts.js.map +1 -0
  5. package/dist/lib/antigravity-hooks.d.ts +31 -0
  6. package/dist/lib/antigravity-hooks.js +85 -0
  7. package/dist/lib/antigravity-hooks.js.map +1 -0
  8. package/dist/lib/antigravity-plugin.d.ts +51 -0
  9. package/dist/lib/antigravity-plugin.js +179 -0
  10. package/dist/lib/antigravity-plugin.js.map +1 -0
  11. package/dist/lib/antigravity-scheduler.d.ts +39 -0
  12. package/dist/lib/antigravity-scheduler.js +95 -0
  13. package/dist/lib/antigravity-scheduler.js.map +1 -0
  14. package/dist/lib/branch-context.d.ts +1 -0
  15. package/dist/lib/branch-context.js +14 -9
  16. package/dist/lib/branch-context.js.map +1 -1
  17. package/dist/lib/current-work.js +10 -22
  18. package/dist/lib/current-work.js.map +1 -1
  19. package/dist/lib/doctor.js +34 -6
  20. package/dist/lib/doctor.js.map +1 -1
  21. package/dist/lib/findings.js +14 -10
  22. package/dist/lib/findings.js.map +1 -1
  23. package/dist/lib/mcp.js +3 -3
  24. package/dist/lib/mcp.js.map +1 -1
  25. package/dist/lib/openai-tools.d.ts +34 -0
  26. package/dist/lib/openai-tools.js +57 -0
  27. package/dist/lib/openai-tools.js.map +1 -0
  28. package/dist/lib/project-config.d.ts +55 -0
  29. package/dist/lib/project-config.js +228 -0
  30. package/dist/lib/project-config.js.map +1 -0
  31. package/dist/lib/status.d.ts +7 -0
  32. package/dist/lib/status.js +23 -1
  33. package/dist/lib/status.js.map +1 -1
  34. package/dist/lib/swarm-orchestrator.js +14 -8
  35. package/dist/lib/swarm-orchestrator.js.map +1 -1
  36. package/dist/lib/visual-subagent.d.ts +32 -0
  37. package/dist/lib/visual-subagent.js +98 -0
  38. package/dist/lib/visual-subagent.js.map +1 -0
  39. package/dist/lib/workflow-state.js +3 -1
  40. package/dist/lib/workflow-state.js.map +1 -1
  41. package/dist/scripts/prepare-template.js +0 -19
  42. package/dist/scripts/prepare-template.js.map +1 -1
  43. package/package.json +1 -1
  44. package/template/.agents/skills/audit/SKILL.md +7 -7
  45. package/template/.agents/skills/autopilot/SKILL.md +34 -58
  46. package/template/.agents/skills/brief/SKILL.md +1 -1
  47. package/template/.agents/skills/check/SKILL.md +4 -4
  48. package/template/.agents/skills/complete/SKILL.md +13 -46
  49. package/template/.agents/skills/continuous/SKILL.md +117 -0
  50. package/template/.agents/skills/convert-any-to-md/scripts/__pycache__/convert_any_to_md.cpython-314.pyc +0 -0
  51. package/template/.agents/skills/devflow/SKILL.md +12 -12
  52. package/template/.agents/skills/discovery/SKILL.md +2 -2
  53. package/template/.agents/skills/doctor/SKILL.md +15 -11
  54. package/template/.agents/skills/feature/SKILL.md +5 -6
  55. package/template/.agents/skills/fix/SKILL.md +2 -2
  56. package/template/.agents/skills/implement/SKILL.md +11 -12
  57. package/template/.agents/skills/release/SKILL.md +1 -1
  58. package/template/.agents/skills/report-html/SKILL.md +3 -3
  59. package/template/.agents/skills/rollback/SKILL.md +4 -6
  60. package/template/.agents/skills/status/SKILL.md +20 -27
  61. package/template/.agents/skills/try/SKILL.md +5 -6
  62. package/template/.claude/skills/audit/SKILL.md +7 -7
  63. package/template/.claude/skills/autopilot/SKILL.md +34 -58
  64. package/template/.claude/skills/brief/SKILL.md +1 -1
  65. package/template/.claude/skills/check/SKILL.md +4 -4
  66. package/template/.claude/skills/complete/SKILL.md +13 -46
  67. package/template/.claude/skills/continuous/SKILL.md +117 -0
  68. package/template/.claude/skills/convert-any-to-md/scripts/__pycache__/convert_any_to_md.cpython-314.pyc +0 -0
  69. package/template/.claude/skills/devflow/SKILL.md +12 -12
  70. package/template/.claude/skills/discovery/SKILL.md +2 -2
  71. package/template/.claude/skills/doctor/SKILL.md +15 -11
  72. package/template/.claude/skills/feature/SKILL.md +5 -6
  73. package/template/.claude/skills/fix/SKILL.md +2 -2
  74. package/template/.claude/skills/implement/SKILL.md +11 -12
  75. package/template/.claude/skills/release/SKILL.md +1 -1
  76. package/template/.claude/skills/report-html/SKILL.md +3 -3
  77. package/template/.claude/skills/rollback/SKILL.md +4 -6
  78. package/template/.claude/skills/status/SKILL.md +20 -27
  79. package/template/.claude/skills/try/SKILL.md +5 -6
  80. package/template/AGENTS.md +29 -23
  81. package/template/LICENSE +21 -21
  82. package/template/devflow/build-plan.md +18 -0
  83. package/template/devflow/config.json +33 -0
  84. package/template/devflow/context/ai-interaction.md +30 -16
  85. package/template/devflow/reference/feature-spec-template.md +2 -2
  86. package/template/devflow/reference/running-id-contract.md +0 -3
  87. package/template/devflow/context/current-feature.md +0 -3
  88. package/template/devflow/context/current-stage.md +0 -11
  89. package/template/devflow/context/findings.md +0 -10
@@ -9,14 +9,14 @@ Use this skill to guide the user on what to do next, inspect current workspace s
9
9
 
10
10
  ## Input
11
11
 
12
- - **No argument (`devflow`, `/devflow`, `$devflow`, or `status`)**: Inspect current workspace state (active run in `devflow/context/current-stage.md`, active living spec in `devflow/context/current-feature.md`, active discovery in `devflow/discoveries/`, pending ideas in `devflow/ideas.md`, open findings in `devflow/context/findings.md`, and project overview in `devflow/context/project-overview.md`) and recommend the exact next action.
12
+ - **No argument (`devflow`, `/devflow`, `$devflow`, or `status`)**: Inspect current workspace state (active tasks in `devflow/context/{xxx-slug}/`, active discovery in `devflow/discoveries/`, pending ideas in `devflow/ideas.md`, and project overview in `devflow/context/project-overview.md`) and recommend the exact next action.
13
13
  - **With user request (`devflow "<request>"`)**: Classify the user's intent and guide them to the matching DevFlow workflow stage or companion command path.
14
14
 
15
- ## The Unified Living Spec Architecture (DevFlow 2.5.0)
15
+ ## The Task-Isolated Living Spec Architecture
16
16
 
17
- Nexus-DevFlow uses a **Single Unified Living Spec Model**:
17
+ Nexus-DevFlow uses a **Task-Isolated Living Spec Model**:
18
18
  - **The 4-Stage Lifecycle**: `/feature` (or `/fix`) ➔ `/implement` ➔ `/check` ➔ `/complete`
19
- - Driven by a **Single Living Spec (`devflow/context/current-feature.md`)** that integrates architectural depth (Define, Spec, Plan, Execution Log, Multi-Lane QA, and Release Digest) into one clear living document.
19
+ - Driven by a **Task-Isolated Living Spec (`devflow/context/{xxx-slug}/spec.md`)** that integrates architectural depth (Define, Spec, Plan, Execution Log, Multi-Lane QA, and Release Digest) into dedicated task workspaces without root bottleneck.
20
20
  - **Pre-Flight Inception Engine**: Companion skills (`/discovery`, `/idea`, `/grill`, `/brainstorm`) feed directly into `/feature`.
21
21
 
22
22
  ---
@@ -26,13 +26,13 @@ Nexus-DevFlow uses a **Single Unified Living Spec Model**:
26
26
  When invoked without an argument (or when determining the next step), inspect:
27
27
 
28
28
  1. **Project Setup Baseline**: Read `devflow/context/project-overview.md` and `devflow/context/coding-standards.md`. If empty or default placeholders, recommend `onboard` (for fresh projects) or `adopt` (for existing codebases).
29
- 2. **Active Delivery Run**: Read `devflow/context/current-stage.md` and `devflow/context/current-feature.md`.
30
- - If `current-feature.md` has incomplete checklist tasks (`- [ ]`) -> Recommend `/implement`.
31
- - If all tasks are completed (`- [x]`) but no passing verification evidence in Section 5 -> Recommend `/check`.
32
- - If verification evidence passed in Section 5 -> Recommend `/complete`.
29
+ 2. **Active Delivery Runs**: Scan `devflow/context/{xxx-slug}/` subdirectories.
30
+ - If active `spec.md` has incomplete checklist tasks (`- [ ]`) -> Recommend `/implement [id]`.
31
+ - If all tasks are completed (`- [x]`) but no passing verification evidence in Section 5 -> Recommend `/check [id]`.
32
+ - If verification evidence passed in Section 5 -> Recommend `/complete [id]`.
33
33
  3. **Active Discovery**: Check `devflow/discoveries/` for open discovery notes.
34
34
  4. **Pending Ideas Inbox**: Check `devflow/ideas.md`. If items exist under `## 📌 Pending Ideas`, summarize them in a **💡 Pending Ideas (Inbox)** list with their IDs (`[IDEA-xxx]`), feasibility, and mention that they can be started with `/feature IDEA-xxx` or `/discovery IDEA-xxx`.
35
- 5. **Audit Findings Ledger**: Check `devflow/context/findings.md` for open high-severity findings.
35
+ 5. **Audit Findings Ledger**: Check `devflow/context/{xxx-slug}/findings.md` for open high-severity findings.
36
36
 
37
37
  ### Default State Recommendations
38
38
  - If no run is active and user wants to start a feature -> Recommend `/feature <name>`.
@@ -55,7 +55,7 @@ When invoked without an argument (or when determining the next step), inspect:
55
55
  | **"Execute implementation tasks"** | `implement` | `/implement` | **Core Loop**: `/implement` -> `/check` |
56
56
  | **"Run QA verification & check"** | `check` | `/check` | **Core Loop**: `/check` -> `/complete` |
57
57
  | **"Complete run & git merge"** | `complete` | `/complete` | **Core Loop**: `/complete` |
58
- | **"Generate HTML dashboard report"**| `report-html` | `/report:html` | **Standalone**: Converts `current-feature.md` or archive to HTML |
58
+ | **"Generate HTML dashboard report"**| `report-html` | `/report:html` | **Standalone**: Converts living spec or archive to HTML |
59
59
  | "Setup DevFlow on fresh/new project" | `onboard` | `onboard` / `setup` | `onboard` -> `/feature` |
60
60
  | "Adopt DevFlow on existing codebase" | `adopt` | `adopt` / `bootstrap` | `adopt` -> `/feature` |
61
61
  | "Check setup health & diagnostics" | `doctor` | `doctor` / `health` | `doctor` |
@@ -72,8 +72,8 @@ When invoked without an argument (or when determining the next step), inspect:
72
72
  ## Available Skills Sitemap
73
73
 
74
74
  ### 1. Mainline Living Spec Loop (4 Steps)
75
- - `feature` (`/feature`, `/spec`) - Define, spec, and plan in `current-feature.md`
76
- - `fix` (`/fix`) - Document an ad-hoc bug or change in `current-feature.md`
75
+ - `feature` (`/feature`, `/spec`) - Define, spec, and plan in `devflow/context/{xxx-slug}/spec.md`
76
+ - `fix` (`/fix`) - Document an ad-hoc bug or change in `devflow/context/{xxx-slug}/spec.md`
77
77
  - `implement` (`/implement`) - Execute planned checklist tasks with TDD
78
78
  - `check` (`/check`) - Senior QA review, multi-lane verification, record evidence
79
79
  - `complete` (`/complete`) - Safety pass, release digest, git merge, close run
@@ -76,7 +76,7 @@ devflow/discoveries/{DISCOVERY_ID}-{slug}/discovery.md
76
76
  ### Decision & Approval Gate:
77
77
  Set one visible decision:
78
78
  - `Proceed`: Enough value and evidence exist to define delivery work:
79
- - Handoff to `/feature {discovery_id}` or `/fix {discovery_id}` to create the Single Living Spec in `devflow/context/current-feature.md`.
79
+ - Handoff to `/feature {discovery_id}` or `/fix {discovery_id}` to create the Task-Isolated Living Spec in `devflow/context/{xxx-slug}/spec.md`.
80
80
  - `Defer`: The idea remains relevant but timing or evidence is not ready.
81
81
  - `Reject`: The idea should not proceed under current framing.
82
82
 
@@ -85,5 +85,5 @@ Set one visible decision:
85
85
  ## Next Workflow Recommendations
86
86
 
87
87
  - **From Macro Project Mode**: Run `/overview` to compile context into `devflow/context/project-overview.md`.
88
- - **From Micro Pre-Flight (Approved Proceed)**: Run `/feature {discovery_id}` or `/fix {discovery_id}` to start the Single Living Spec lifecycle.
88
+ - **From Micro Pre-Flight (Approved Proceed)**: Run `/feature {discovery_id}` or `/fix {discovery_id}` to start the Task-Isolated Living Spec lifecycle.
89
89
  - **From Micro Pre-Flight (Defer / Reject)**: No next command needed.
@@ -30,10 +30,10 @@ Gather these, then summarize. Do not dump file contents.
30
30
  1. **Required DevFlow files**
31
31
  - Confirm `AGENTS.md`, `devflow/project-plan.md`,
32
32
  `devflow/build-plan.md`, and `devflow/context/` exist.
33
- - Confirm `devflow/context/coding-standards.md`,
34
- `devflow/context/ai-interaction.md`,
35
- `devflow/context/current-feature.md`, and
36
- `devflow/context/project-overview.md` exist.
33
+ - Confirm `devflow/context/project-overview.md`,
34
+ `devflow/context/coding-standards.md`,
35
+ `devflow/context/ai-interaction.md`, and
36
+ `devflow/context/glossary.md` exist.
37
37
  - Confirm `devflow/history/features/` and `devflow/history/fixes/` exist.
38
38
  When the rollback skill is installed, also check
39
39
  `devflow/history/rollbacks/`. A missing rollback folder on a legacy
@@ -48,6 +48,14 @@ Gather these, then summarize. Do not dump file contents.
48
48
  - If `.gitignore` marks DevFlow workflow files as local-only, still require
49
49
  the files to exist on disk. Ignored but present is healthy; ignored and
50
50
  missing means the local workflow needs to be restored.
51
+ - Read `devflow/config.json` when present. Missing is healthy and means
52
+ built-in defaults. When present, require a regular non-symbolic-link JSON
53
+ file with `schemaVersion: 1`. Reject unknown keys and unsupported values.
54
+ Report the effective workflow, git, verification, regular quality-gate,
55
+ Continuous quality-gate, and Continuous Mode settings. Confirm each audit,
56
+ check, and try-guide gate uses its supported values and defaults to `manual`.
57
+ An invalid config is a setup blocker for mutating workflow skills because
58
+ they must not guess which policy to follow.
51
59
  2. **Tool adapters**
52
60
  - Read `.nexus/nexus-devflow.json` when present and report its exact
53
61
  logical adapters: Codex, Claude Code, GitHub Copilot, Antigravity, and OpenCode.
@@ -121,16 +129,12 @@ Gather these, then summarize. Do not dump file contents.
121
129
  - If either planning file appears newer than the overview by filesystem time,
122
130
  call the overview possibly stale and suggest `/overview` before feature work.
123
131
  7. **Current workflow state**
124
- - Check whether `devflow/context/current-feature.md` is the reset stub or an
125
- active feature, fix, or rollback spec.
132
+ - Scan `devflow/context/{xxx-slug}/` for active task directories and specs.
126
133
  - If a spec is active, report checked and unchecked implementation steps.
127
- - If `current-feature.md` is the reset stub but git has source or workflow
134
+ - If no active task directory exists in `devflow/context/` but git has source or workflow
128
135
  changes, warn that work is happening without an active spec.
129
136
  - Flag active spec on `main`, all spec steps checked but no completion, or a
130
- branch that does not match `feature/`, `fix/`, or `rollback/` for the spec
131
- type. For a feature, also flag a mismatch with the next unchecked
132
- build-plan item. For a rollback, confirm its target is a checked item and do
133
- not compare it to the next unchecked item.
137
+ branch that does not match `feature/{xxx-slug}`, `fix/{xxx-slug}`, or `rollback/{xxx-slug}`.
134
138
  8. **Git**
135
139
  - Report current branch, clean vs dirty working tree, rough changed-file count,
136
140
  last commit subject, and whether the branch is ahead of upstream.
@@ -116,9 +116,8 @@ build plan starts high-level.
116
116
 
117
117
  ## Step 3 - write the spec
118
118
 
119
- For the one (sub-)feature being built now, write a full spec to
120
- `devflow/context/current-feature.md` (create `devflow/context/` if needed), following
121
- `reference/feature-spec-template.md`. Fill every section:
119
+ For the one (sub-)feature being built now, allocate sequential ID (`xxx-slug`) and create a dedicated workspace at `devflow/context/{xxx-slug}/`. Write the full living spec to
120
+ `devflow/context/{xxx-slug}/spec.md`, following `reference/feature-spec-template.md`. Also initialize `stage.md` and `findings.md` in that folder. Fill every section:
122
121
  - Goal, Problem Statement, and In/Out of scope
123
122
  - Acceptance Criteria (AC-1, AC-2, ...)
124
123
  - Small build steps as atomic 2-5 min checklist items (`- [ ]`, supporting `[TDD-Red]`, `[TDD-Green]`, `[TDD-Refactor]` triplets for functional logic)
@@ -178,7 +177,7 @@ code exists. Run the draft against these questions:
178
177
  test when a `test` command is declared in `AGENTS.md`, UI/integration rides on
179
178
  screenshot + build?
180
179
 
181
- Apply the fixes to `current-feature.md`. Then stop and present the spec, leading
180
+ Apply the fixes to `devflow/context/{xxx-slug}/spec.md`. Then stop and present the spec, leading
182
181
  with a short **"what the critique changed"** note - the splits, gaps, or scope
183
182
  cuts you made (or "nothing - the draft held up"). That note is the point: it shows
184
183
  the gate working before a line of code is written.
@@ -201,8 +200,8 @@ Tell the user to review and adjust. This skill plans; it never starts building.
201
200
  ## When a (sub-)feature is done
202
201
 
203
202
  Check its box in `build-plan.md` (and the parent item once all its sub-items are
204
- checked), archive the finished `devflow/context/current-feature.md` to
205
- `devflow/history/features/NN-name.md`, then run `/feature` again for the next one.
203
+ checked), archive the finished `devflow/context/{xxx-slug}/spec.md` to
204
+ `devflow/history/features/{xxx-slug}.md`, delete the run workspace `devflow/context/{xxx-slug}/`, then run `/feature` again for the next one.
206
205
 
207
206
  ## Formatting
208
207
 
@@ -21,14 +21,14 @@ it creates a dedicated run folder at `devflow/context/{xxx-slug}/` (e.g. `059-fi
21
21
  A description of the bug or change, for example `/fix "password reset email never
22
22
  sends"`. If the user just reported the problem in chat, use that.
23
23
 
24
- The input may also be a finding ID from `devflow/context/findings.md`, alone
24
+ The input may also be a finding ID from `devflow/context/{xxx-slug}/findings.md` (or previous findings), alone
25
25
  or with a description, for example `/fix F-03`.
26
26
 
27
27
  ## Step 1 - write the fix spec
28
28
 
29
29
  Pull context from `devflow/context/project-overview.md` and `devflow/context/coding-standards.md`,
30
30
  calculate the next sequential running ID (e.g. `059-fix-slug`),
31
- then write a short spec to `devflow/context/{xxx-slug}/spec.md` (and update `devflow/context/current-feature.md`). Keep it lighter than a feature spec:
31
+ then write a short spec to `devflow/context/{xxx-slug}/spec.md`. Also initialize `stage.md` and `findings.md` in that folder. Keep it lighter than a feature spec:
32
32
 
33
33
  - **Title** - the bug or change in a few words.
34
34
  - **Type:** Fix (so `/complete` logs it to `devflow/history/fixes/`, not `devflow/history/features/`).
@@ -13,7 +13,7 @@ Where this sits in the workflow:
13
13
  reviewed) merge + log)
14
14
 
15
15
  `/feature`, `/fix`, or `/rollback` wrote the spec to
16
- `devflow/context/{xxx-slug}/spec.md` (or `devflow/context/current-feature.md`) and stopped.
16
+ `devflow/context/{xxx-slug}/spec.md` and stopped.
17
17
  This skill turns that spec into code, following the build loop in
18
18
  `devflow/context/ai-interaction.md`, without vibe coding: small steps, a visible diff plus
19
19
  a plain-English explanation for each, testing, and iteration until it works, all
@@ -24,11 +24,11 @@ checkpoint after each step; the work-level commit, merging, and logging are
24
24
  ## Multi-Run Target Resolution
25
25
 
26
26
  - **Given an ID or name** (e.g. `/implement 12`, `/implement 012`, `/implement kanban`) -> locates the matching run folder `devflow/context/{xxx-slug}/`, checks out `feature/{xxx-slug}`, and loads only that run's `spec.md`.
27
- - **With no argument** (`/implement`) -> checks current git branch, or auto-picks if only 1 spec is active, or prompts the user if multiple specs are queued.
27
+ - **With no argument** (`/implement`) -> checks current git branch matching `feature/{xxx-slug}`, or auto-picks if only 1 spec is active in `devflow/context/`, or prompts the user if multiple specs are queued.
28
28
 
29
29
  ## Before you start
30
30
 
31
- Read the target spec from `devflow/context/{xxx-slug}/spec.md` (or `devflow/context/current-feature.md`). If it has no real spec (still the stub, or its
31
+ Read the target spec from `devflow/context/{xxx-slug}/spec.md`. If it has no real spec (missing or its
32
32
  status is already complete), stop and tell the user to run `/feature` (for a
33
33
  planned feature), `/fix` (for an ad-hoc bug or change), or `/rollback` (for a
34
34
  completed feature reversal) first. Pull the
@@ -45,13 +45,12 @@ feature was started earlier and interrupted (often a cleared context). The spec
45
45
  its ticked steps are files, so pick up where it left off: read which steps are done,
46
46
  check the git branch and `git status`/log to see what is committed and what is still
47
47
  in the working tree, then continue from the **first unchecked step** instead of
48
- starting over. No separate save/load is needed - the project instructions load
49
- `current-feature.md` every session.
48
+ starting over.
50
49
 
51
50
  ## Step 1 - branch
52
51
 
53
- Create and check out a branch named from the spec: `feature/<name>` for a feature,
54
- `fix/<name>` for a fix, or `rollback/<name>` for a Type: Rollback spec. If the
52
+ Create and check out a branch named from the spec: `feature/{xxx-slug}` for a feature,
53
+ `fix/{xxx-slug}` for a fix, or `rollback/{xxx-slug}` for a Type: Rollback spec. If the
55
54
  project isn't a git repo yet, say so and ask the user to run `git init` first;
56
55
  the loop needs branches. On resume, the branch already exists - check it out
57
56
  instead of creating a new one.
@@ -60,7 +59,7 @@ instead of creating a new one.
60
59
 
61
60
  For a rollback spec, do not hand-delete the old feature and do not run a whole
62
61
  commit `git revert`. Completed feature commits also contain Blueprint history and
63
- plan bookkeeping, while `current-feature.md` now contains the active rollback
62
+ plan bookkeeping, while `devflow/context/{xxx-slug}/spec.md` now contains the active rollback
64
63
  spec. Reversing the whole commit would damage that state.
65
64
 
66
65
  Before the first rollback build step:
@@ -133,9 +132,9 @@ Work through the spec's build steps in order, one at a time. For each step:
133
132
  Repeat until it works and the user approves. Nothing is committed until the
134
133
  user is happy with the step.
135
134
  6. **Mark it done, then prompt to move on.** Once the step is approved, check that
136
- step off (`- [x]`) in `devflow/context/current-feature.md` so progress survives a context
135
+ step off (`- [x]`) in `devflow/context/{xxx-slug}/spec.md` so progress survives a context
137
136
  clear. If the step repaired a finding tracked in
138
- `devflow/context/findings.md`, set that finding's status to `fixed` now too
137
+ `devflow/context/{xxx-slug}/findings.md`, set that finding's status to `fixed` now too
139
138
  and note the repair in its **Resolution** line. Never set `closed`: a repair
140
139
  is re-reviewed by `/audit` before it clears, because a fix can introduce a
141
140
  worse defect than the one it removed. Then offer a short choice, noting that checkpoints are optional since
@@ -164,12 +163,12 @@ pass before any commit.
164
163
 
165
164
  ## Step 3 - hand off to /complete
166
165
 
167
- Before handing off, check `devflow/context/findings.md`. A P0 or P1 finding
166
+ Before handing off, check `devflow/context/{xxx-slug}/findings.md`. A P0 or P1 finding
168
167
  still `open` or `fixed` there means `/complete` will refuse the merge, so close
169
168
  the loop now:
170
169
 
171
170
  - Repair each `open` P0 or P1 as an extra reviewed step. First append it to the
172
- spec's build steps in `current-feature.md` (`- [ ] Repair F-03 - <title>`) so
171
+ spec's build steps in `devflow/context/{xxx-slug}/spec.md` (`- [ ] Repair F-03 - <title>`) so
173
172
  the repair is on the record and survives a context clear, then run the same
174
173
  loop as Step 2: smallest change, diff, plain-English explanation, evidence.
175
174
  Check the step off and mark the finding `fixed` together.
@@ -46,7 +46,7 @@ Read:
46
46
  - `devflow/project-plan.md`
47
47
  - `devflow/build-plan.md`
48
48
  - `devflow/context/project-overview.md`
49
- - `devflow/context/current-feature.md`
49
+ - `devflow/context/{xxx-slug}/spec.md` (when a task is active)
50
50
  - package or build files such as `package.json`, lockfiles, framework config,
51
51
  Dockerfile, `render.yaml`, `vercel.json`, `.env.example`, and README files
52
52
  - git branch and working tree status
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: report-html
3
- description: "[devflow] Standalone HTML Report Generator - render an interactive standalone HTML dashboard from current-feature.md or history archives on demand."
3
+ description: "[devflow] Standalone HTML Report Generator - render an interactive standalone HTML dashboard from devflow/context/{xxx-slug}/spec.md or history archives on demand."
4
4
  argument-hint: "[{running-id or workspace path}]"
5
5
  ---
6
6
 
@@ -8,7 +8,7 @@ argument-hint: "[{running-id or workspace path}]"
8
8
 
9
9
  $ARGUMENTS
10
10
 
11
- Standalone companion command to generate an interactive, self-contained HTML report dashboard on demand from `current-feature.md`, task-specific context `devflow/context/{xxx-slug}/spec.md`, or archived history files in `devflow/history/`.
11
+ Standalone companion command to generate an interactive, self-contained HTML report dashboard on demand from task-specific context `devflow/context/{xxx-slug}/spec.md`, or archived history files in `devflow/history/`.
12
12
 
13
13
  > [!NOTE]
14
14
  > HTML reports are **never automatically generated** during normal mainline stages (`/complete`). Use this command whenever you or stakeholders wish to view or share an interactive web report.
@@ -26,7 +26,7 @@ When invoked:
26
26
 
27
27
  ### 1. Identify Target Run
28
28
  1. Locate target markdown document:
29
- - Active Living Spec: `devflow/context/current-feature.md` or `devflow/context/{xxx-slug}/spec.md`
29
+ - Active Living Spec: `devflow/context/{xxx-slug}/spec.md`
30
30
  - Archived History: `devflow/history/{features|fixes|rollbacks}/{xxx-slug}.md`
31
31
  2. Parse spec sections, checklist steps, QA evidence, and verification logs.
32
32
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: rollback
3
- description: "[devflow] Plan a safe reversal of a completed Blueprint feature using its archived spec and squashed git commit. Finds the exact feature commit, reviews later commits for dependency risk, writes a Type: Rollback spec to devflow/context/current-feature.md, and stops for review before /implement applies any code change. Use when the user runs /rollback, asks to remove or undo a completed feature, or wants to return the app to its pre-feature behavior without erasing Blueprint history."
3
+ description: "[devflow] Plan a safe reversal of a completed Blueprint feature using its archived spec and squashed git commit. Finds the exact feature commit, reviews later commits for dependency risk, writes a Type: Rollback spec to devflow/context/{xxx-slug}/spec.md, and stops for review before /implement applies any code change. Use when the user runs /rollback, asks to remove or undo a completed feature, or wants to return the app to its pre-feature behavior without erasing Blueprint history."
4
4
  ---
5
5
 
6
6
  # rollback - safely reverse a completed feature
@@ -33,14 +33,12 @@ the feature was removed.
33
33
 
34
34
  ## Step 0 - preflight
35
35
 
36
- Read `AGENTS.md`, `devflow/build-plan.md`,
37
- `devflow/context/current-feature.md`, the completed feature archives, and git
36
+ Read `AGENTS.md`, `devflow/build-plan.md`, the completed feature archives, and git
38
37
  state.
39
38
 
40
39
  Stop before writing when:
41
40
 
42
41
  - the directory is not a git repository
43
- - `current-feature.md` already holds active work
44
42
  - the working tree is dirty, including unrelated untracked work
45
43
  - the current branch is not the local main or default branch
46
44
  - the target is not a checked build-plan feature with a matching archive
@@ -107,8 +105,8 @@ remediation or explicitly plan the dependent rollbacks.
107
105
 
108
106
  ## Step 4 - write the rollback spec
109
107
 
110
- Write `devflow/context/current-feature.md` using
111
- `reference/rollback-spec-template.md`. Fill in:
108
+ Allocate sequential ID (`xxx-slug`) and create `devflow/context/{xxx-slug}/`. Write `devflow/context/{xxx-slug}/spec.md` using
109
+ `reference/rollback-spec-template.md`. Also initialize `stage.md` and `findings.md` in that folder. Fill in:
112
110
 
113
111
  - target feature, archive, exact commit, and parent commit
114
112
  - user's reason
@@ -34,14 +34,13 @@ state.
34
34
  1. **Build plan** - `devflow/build-plan.md`. Count checked vs unchecked leaf
35
35
  items. Name the next unchecked leaf, the same target `/feature` would pick,
36
36
  and note if a parent item was split into sub-items (`4a`, `4b`, ...).
37
- 2. **Current work** - `devflow/context/current-feature.md`. Is something in
38
- progress, or is it the reset stub? If a feature, fix, or rollback spec is
39
- present, report its type and name, which build steps are checked, and the
40
- first unchecked step where `/implement` resumes.
41
- 3. **Findings** - `devflow/context/findings.md`. Count findings by status and
37
+ 2. **Current work & Spec Queue** - scan `devflow/context/{xxx-slug}/`. Is something in
38
+ progress? If a feature, fix, or rollback spec is
39
+ present, report its type, name, running ID, which build steps are checked, and the
40
+ first unchecked step where `/implement` resumes. If multiple tasks are queued, list the active spec queue.
41
+ 3. **Findings** - `devflow/context/{xxx-slug}/findings.md`. Count findings by status and
42
42
  report open and fixed counts next to build-plan progress. Call out any P0 or
43
- P1 still `open` or `fixed` by ID, since those block `/complete`. A missing
44
- file means no findings.
43
+ P1 still `open` or `fixed` by ID, since those block `/complete`.
45
44
  4. **Overview freshness** - if `devflow/context/project-overview.md` is missing,
46
45
  or if `project-plan.md` or `build-plan.md` appears newer than it by filesystem
47
46
  time, mention that `/overview` should run before new feature work.
@@ -49,38 +48,32 @@ state.
49
48
  changes, roughly how many files changed, last commit subject, and whether the
50
49
  branch is ahead of its remote. If the directory is not a git repo, say so and
51
50
  skip this part rather than failing.
52
- 6. **Progress drift** - flag active spec on `main`, a spec in progress but no
53
- matching `feature/`, `fix/`, or `rollback/` branch, all spec steps checked but
54
- not completed, or disagreement between `build-plan.md` and
55
- `current-feature.md`. A rollback legitimately targets a checked build-plan
56
- item until `/complete` unchecks it, so do not compare it to the next unchecked
57
- feature.
51
+ 6. **Progress drift** - flag active task on `main`, a spec in progress but no
52
+ matching `feature/{xxx-slug}`, `fix/{xxx-slug}`, or `rollback/{xxx-slug}` branch, all spec steps checked but
53
+ not completed, or disagreement between `build-plan.md` and active specs.
58
54
 
59
55
  ## Output
60
56
 
61
57
  A short, scannable summary, not a wall of text. Aim for something like:
62
58
 
63
- Status: Building feature 4 - PDF export
64
- Plans: Overview current. Build plan 3 of 9 complete.
65
- Current work: Step 2 of 3 done. Next step: Download PDF button.
66
- Findings: 1 open P2 (F-04), 1 fixed P1 awaiting re-review (F-02).
67
- Git: branch feature/pdf-export, 3 uncommitted files, last commit "feat: widen export helper".
68
- Watch: F-02 is fixed but not re-reviewed; it blocks /complete until /audit closes it.
59
+ Status: Building feature 061 - Pure Multi-Run Architecture
60
+ Plans: Overview current. Build plan 13 of 14 complete.
61
+ Current work: Step 2 of 4 done. Next step: Update Directives & Documentation.
62
+ Findings: 0 blockers in 061-pure-multi-run-task-isolated-architecture/findings.md.
63
+ Git: branch feature/061-pure-multi-run-task-isolated-architecture, 3 uncommitted files.
69
64
 
70
- Next action: run /implement for Step 3.
65
+ Next action: run /implement 061 for Task 2.
71
66
 
72
67
  End with a single suggested next action, chosen in this order:
73
68
 
74
69
  - The overview is missing or stale and no feature is in progress -> `/overview`.
75
- - A spec is in progress with unchecked steps -> `/implement` and name the step.
76
- - A spec is in progress and all implementation steps are checked -> `/check` if
70
+ - A spec is in progress with unchecked steps -> `/implement [id]` and name the step.
71
+ - A spec is in progress and all implementation steps are checked -> `/check [id]` if
77
72
  proof is not recorded, `/try` if the user wants a manual review path,
78
- `/implement` when a P0 or P1 finding is still `open` (the repair is an extra
73
+ `/implement [id]` when a P0 or P1 finding is still `open` (the repair is an extra
79
74
  reviewed step), `/audit` when one is `fixed` and awaiting re-review (both
80
- block `/complete`), otherwise `/complete`.
81
- - `current-feature.md` is the reset stub and a P0 or P1 finding is `open` ->
82
- `/fix <finding id>`; when one is `fixed`, `/audit` to re-review and close it.
83
- - `current-feature.md` is the reset stub and unchecked build-plan items remain ->
75
+ block `/complete`), otherwise `/complete [id]`.
76
+ - No active tasks in `devflow/context/` and unchecked build-plan items remain ->
84
77
  `/feature` and name the next build-plan item.
85
78
  - All build-plan items are checked -> say the current milestone is complete;
86
79
  suggest hardening, release, or docs when appropriate, or
@@ -23,10 +23,10 @@ merge, push, or run destructive commands.
23
23
  Optional scope:
24
24
 
25
25
  - no argument: use the active feature, fix, or rollback in
26
- `devflow/context/current-feature.md`
26
+ `devflow/context/{xxx-slug}/spec.md`
27
27
  - `latest`: use the most recent archive under `devflow/history/features/`,
28
28
  `devflow/history/fixes/`, or `devflow/history/rollbacks/`
29
- - a step name or number: focus the guide on that current-feature step
29
+ - a step name or number: focus the guide on that active step
30
30
  - a path, route, or command: include it as the main thing to try
31
31
 
32
32
  If there is no active feature and no useful archive, ask what change the user
@@ -37,16 +37,15 @@ wants to try instead of guessing.
37
37
  Read:
38
38
 
39
39
  - `AGENTS.md`
40
- - `devflow/context/current-feature.md`
40
+ - `devflow/context/{xxx-slug}/spec.md` (or active task workspace)
41
41
  - `devflow/context/project-overview.md`
42
42
  - `devflow/context/coding-standards.md`
43
43
  - `devflow/build-plan.md`
44
44
  - latest files under `devflow/history/features/`,
45
- `devflow/history/fixes/`, and `devflow/history/rollbacks/`, if the current
46
- feature is reset
45
+ `devflow/history/fixes/`, and `devflow/history/rollbacks/`, if no task is active
47
46
  - git branch and working tree status
48
47
 
49
- Prefer the active spec. If `current-feature.md` is the reset stub, use the most
48
+ Prefer the active task spec. If no active task directory exists, use the most
50
49
  recent archived feature, fix, or rollback by filename or modification time and
51
50
  say that is what you used.
52
51
 
@@ -1,24 +1,30 @@
1
- # Nexus-DevFlow 2.6.2 (The 3-Pillars & Single Living Spec Model)
1
+ # Nexus-DevFlow (The 3-Pillars & Pure Task-Isolated Living Spec Model)
2
2
 
3
3
  Instructions for AI coding agents working in this project. This is the cross-tool entry point: Codex, Google Antigravity, Cursor, GitHub Copilot, Gemini CLI, Aider, Zed, Windsurf, and others read `AGENTS.md`. Claude Code reads `CLAUDE.md`, which imports this file (`@AGENTS.md`), so there is a single source of truth.
4
4
 
5
5
  ## What this is
6
6
 
7
- This project uses **Nexus-DevFlow**, an agentic workflow layer supporting **The 3-Pillars Workspace Architecture & Single Living Spec Model**:
8
- 1. **🔮 Future (Backlog)**: `devflow/ideas.md` — Centralized Idea Inbox with AI scoring.
9
- 2. **⚡ Present (Active Context)**: `devflow/context/` — Living Source of Truth & Active Work (`current-feature.md` Single Living Spec).
7
+ This project uses **Nexus-DevFlow**, an agentic workflow layer supporting **The 3-Pillars Workspace Architecture & Pure Task-Isolated Living Spec Model**:
8
+ 1. **🔮 Future (Backlog)**: `devflow/ideas.md`, `devflow/project-plan.md`, `devflow/build-plan.md` — Centralized Idea Inbox & Master Build Plan.
9
+ 2. **⚡ Present (Active Context)**: `devflow/context/` — Global Shared Source of Truth (`project-overview.md`, `coding-standards.md`, `ai-interaction.md`, `glossary.md`) & Active Task Workspaces (`devflow/context/{xxx-slug}/`).
10
10
  3. **📦 Past (History Archive)**: `devflow/history/` — Categorized delivery archives (`features/`, `fixes/`, `rollbacks/`, and `HISTORY.md`).
11
11
 
12
12
  To start a new project, scaffold the application first in an empty folder, then run `npx @jakkrichm/create-nexus-devflow` to overlay DevFlow onto your codebase.
13
13
 
14
14
  ## Read these for full context
15
15
 
16
+ - `devflow/config.json` - deterministic project workflow settings
16
17
  - `devflow/context/project-overview.md` - the project's source of truth
17
18
  - `devflow/context/coding-standards.md` - engineering conventions & rules to follow
18
19
  - `devflow/context/ai-interaction.md` - how to interact with the user on this project
19
- - `devflow/context/current-stage.md` - active discovery or running delivery state
20
- - `devflow/context/findings.md` - quality, security, and verification ledger
21
20
  - `devflow/context/glossary.md` - domain terms & architecture definitions
21
+ - `devflow/context/{xxx-slug}/` - active task living spec, stage, and findings ledger
22
+
23
+ ## Project configuration
24
+
25
+ `devflow/config.json` is the user-owned, machine-readable workflow policy for this project. Workflow skills read the relevant settings before acting. A missing file means built-in defaults. An invalid file falls back to defaults for read-only status reporting, but mutating workflow commands stop and point to `/doctor` instead of guessing.
26
+
27
+ `qualityGates.regular` controls automatic audit, check, and try-guide behavior for the normal workflow and Autopilot. `qualityGates.continuous` controls the same per-feature gates for Continuous Mode. Every gate defaults to `manual`.
22
28
 
23
29
  ## Tool-Specific Adapters & Execution Rules
24
30
 
@@ -32,34 +38,34 @@ Unused adapter families can be removed. Codex, Antigravity, GitHub Copilot, and
32
38
 
33
39
  ### Universal Invocation & Agent Directives:
34
40
 
35
- 1. **Canonical Command Names & AI Provider Invocation**: Each workflow stage and companion tool has exactly **one Canonical Name** (e.g. `feature`, `fix`, `implement`, `check`, `complete`, `discovery`, `idea`, `grill`, `brainstorm`, `devflow`, `doctor`, `overview`, `debug`, `onboard`, `adopt`, `try`, `rollback`, `ci`, `test`, `tests`, `autopilot`, `prototype`, `report-html`, `brief`, `audit`, `release`). The way you invoke commands depends on your AI Provider / Tool:
36
- - **Canonical Name (Plain text)**: Directly invoke or prompt the command by its standard name (e.g., `feature`, `implement`, `devflow`, `discovery`).
37
- - **Slash Prefix (`/`)**: For tools supporting slash commands (Claude Code, Google Antigravity, Gemini CLI), e.g., `/feature`, `/fix`, `/implement`, `/devflow`, `/discovery`.
38
- - **Dollar Prefix (`$`)**: For OpenAI Codex CLI or skill-invocation tools, e.g., `$feature`, `$fix`, `$devflow`, `$discovery`.
41
+ 1. **Canonical Command Names & AI Provider Invocation**: Each workflow stage and companion tool has exactly **one Canonical Name** (e.g. `feature`, `fix`, `implement`, `check`, `complete`, `continuous`, `discovery`, `idea`, `grill`, `brainstorm`, `devflow`, `doctor`, `overview`, `debug`, `onboard`, `adopt`, `try`, `rollback`, `ci`, `test`, `tests`, `autopilot`, `prototype`, `report-html`, `brief`, `audit`, `release`, `convert-any-to-md`). The way you invoke commands depends on your AI Provider / Tool:
42
+ - **Canonical Name (Plain text)**: Directly invoke or prompt the command by its standard name (e.g., `feature`, `implement`, `continuous`, `devflow`, `discovery`).
43
+ - **Slash Prefix (`/`)**: For tools supporting slash commands (Claude Code, Google Antigravity, Gemini CLI), e.g., `/feature`, `/fix`, `/implement`, `/continuous`, `/devflow`, `/discovery`.
44
+ - **Dollar Prefix (`$`)**: For OpenAI Codex CLI or skill-invocation tools, e.g., `$feature`, `$fix`, `$continuous`, `$devflow`, `$discovery`.
39
45
  2. **OpenAI Codex & Non-Native CLI Tools**: In environments without automatic background skill discovery (such as OpenAI Codex CLI, Aider, or generic terminals), **you MUST use your file reading tool to inspect `.agents/skills/<skill>/SKILL.md` before executing the stage** to strictly follow its schema, artifact contract, and quality gates.
40
46
  3. **Google Antigravity & Claude Code**: Native skill engines automatically discover and surface `.agents/skills/` and `.claude/skills/`.
41
- 4. **State-Aware Inspection**: When unsure what to do next, invoke `devflow` to automatically inspect `devflow/context/current-stage.md` and active context in `devflow/context/`.
42
- 5. **Default Artifact & Communication Language (Thai)**: All generated markdown stage artifacts (`current-feature.md`, `discovery.md`, etc.) and user communication MUST default to **Thai (`th`)**, while code, technical terms, file paths, and identifiers remain in English.
47
+ 4. **State-Aware Inspection**: When unsure what to do next, invoke `devflow` to automatically inspect active task directories in `devflow/context/{xxx-slug}/`, `devflow/discoveries/`, and `devflow/ideas.md`.
48
+ 5. **Default Artifact & Communication Language (Thai)**: All generated markdown stage artifacts (`spec.md`, `discovery.md`, etc.) and user communication MUST default to **Thai (`th`)**, while code, technical terms, file paths, and identifiers remain in English.
43
49
 
44
50
  ---
45
51
 
46
- ## ⚡ The Unified 4-Stage Living Spec Lifecycle
52
+ ## ⚡ The Unified 4-Stage Task-Isolated Living Spec Lifecycle
47
53
 
48
- All development tasks (from lean UI fixes to deep architectural epics) execute through the 4-step progressive lifecycle:
54
+ All development tasks execute through the 4-step progressive lifecycle:
49
55
 
50
56
  ```text
51
57
  /feature (หรือ /fix) ──▶ /implement ──▶ /check ──▶ /complete
52
58
  ```
53
59
 
54
- 1. **`feature` / `fix` (`/feature`, `/fix`, `/spec`)**:
55
- - **Purpose**: Combines Discover, Define, Spec, and Plan into one unified step. Checks Single Active Run Guardrail, allocates sequential ID (`xxx-slug`), and creates the **Single Living Spec (`devflow/context/current-feature.md`)** with 6 structured sections.
56
- - **Artifact**: `devflow/context/current-feature.md`
57
- 2. **`implement` (`/implement`)**:
58
- - **Purpose**: Incrementally executes checklist tasks with TDD discipline (Red-Green-Refactor) and appends diff evidence to `current-feature.md`.
59
- 3. **`check` (`/check`)**:
60
- - **Purpose**: Senior QA review, multi-lane verification matrix (Typecheck, Lint, Test suites, manual proof), and records empirical proof into `current-feature.md`.
61
- 4. **`complete` (`/complete`)**:
62
- - **Purpose**: Final safety pass, records Release Digest, automatically archives to `devflow/history/{features|fixes|rollbacks}/{xxx-slug}.md`, resets the stub, and performs git squash-merge.
60
+ 1. **`feature` / `fix` (`/feature`, `/fix`)**:
61
+ - **Purpose**: Combines Discover, Define, Spec, and Plan into one unified step. Allocates sequential ID (`xxx-slug`) and initializes the **Task-Isolated Living Spec (`devflow/context/{xxx-slug}/spec.md`)**, stage pointer (`stage.md`), and dedicated audit ledger (`findings.md`).
62
+ - **Artifact**: `devflow/context/{xxx-slug}/spec.md`
63
+ 2. **`implement` (`/implement [id]`)**:
64
+ - **Purpose**: Checks out `feature/{xxx-slug}` (or auto-detects from branch), incrementally executes checklist tasks in `devflow/context/{xxx-slug}/spec.md` with TDD discipline (Red-Green-Refactor), and appends diff evidence.
65
+ 3. **`check` (`/check [id]`)**:
66
+ - **Purpose**: Senior QA review, multi-lane verification matrix (Typecheck, Lint, Test suites, manual proof), and records empirical proof into `devflow/context/{xxx-slug}/spec.md` and findings into `findings.md`.
67
+ 4. **`complete` (`/complete [id]`)**:
68
+ - **Purpose**: Final safety pass, records Release Digest, automatically archives to `devflow/history/{features|fixes|rollbacks}/{xxx-slug}.md`, cleanly removes `devflow/context/{xxx-slug}/`, updates `HISTORY.md` and `build-plan.md`, and performs git squash-merge.
63
69
 
64
70
  ---
65
71
 
package/template/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Nexus-DevFlow contributors
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Nexus-DevFlow contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -99,3 +99,21 @@
99
99
  - [x] **12. Purge Legacy Deep-Track & Numbered Stage Artifacts (`DISC-20260826-002`)** `[Size: M]`
100
100
  - *Dependencies*: Feature 10, Feature 11
101
101
  - *Scope*: ล้างโค้ดตกค้างของ Deep-Track (สเตจ 00-70 เช่น `40-execute`, `50-verify`, `60-report`, `70-deliver`, `10-define`, `20-spec`, `30-plan`) ออกจาก package engine (`status.ts`, `current-work.ts`, `history.ts`), agent skills (`.agents/`, `.claude/`), automation scripts & tests ใน `scripts/`, และเอกสาร/mockup ให้เป็นปัจจุบันสมบูรณ์
102
+
103
+ ---
104
+
105
+ ## 🔄 Phase 13: Upstream AI Blueprint v0.14.0 Synchronization & Deterministic Config Engine
106
+
107
+ - [x] **13. Sync Upstream v0.14.0 (Deterministic Config & Continuous Mode)** `[Size: M]`
108
+ - *Dependencies*: Feature 12, DISC-20260826-003
109
+ - *Scope*: นำระบบ Deterministic Project Configuration (`devflow/config.json`) และสคิล Autonomous Multi-Feature Loop (`/continuous`) เข้าสู่ Nexus-DevFlow พร้อมอัปเกรด `project-config.ts`, `doctor`, `status`, `dashboard` และอัปเดต upstream baseline tracking สู่ v0.14.0
110
+
111
+ ---
112
+
113
+ ## ⚡ Phase 14: Pure Multi-Run Task-Isolated Architecture
114
+
115
+ - [x] **14. Pure Multi-Run Task-Isolated Architecture (`DISC-20260826-004`)** `[Size: M]`
116
+ - *Dependencies*: Feature 11, Feature 12, Feature 13
117
+ - *Scope*: ยกเลิกไฟล์ Single Living Spec ที่ Root (`current-feature.md`, `current-stage.md`, `findings.md`) อย่างสมบูรณ์ ปรับโครงสร้างสู่ Task-Isolated Subdirectories 100% (`devflow/context/{xxx-slug}/`), อัปเกรด Agent Directives, Core Context Resolver, Scaffolding Templates และ Workflow Skills ทั้งหมด
118
+
119
+