@tgoodington/intuition 10.10.1 → 10.10.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tgoodington/intuition",
|
|
3
|
-
"version": "10.10.
|
|
3
|
+
"version": "10.10.2",
|
|
4
4
|
"description": "Domain-adaptive workflow system for Claude Code: prompt, outline, assemble specialist teams, detail with domain experts, build with format producers, test code output. Supports v8 compat (design, engineer, build) and v9 specialist workflows with 14 domain specialists and 6 format producers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -383,10 +383,9 @@ After reporting results:
|
|
|
383
383
|
- Tell the user: "Build complete. Code was produced — test phase needed. Run `/clear` then `/intuition-test`"
|
|
384
384
|
|
|
385
385
|
**If no code was produced** (no code-writer):
|
|
386
|
-
- Read `.project-memory-state.json`. Target active context. Set: `status` → `"
|
|
386
|
+
- Read `.project-memory-state.json`. Target active context. Set: `status` → `"implementing"`, `workflow.build.completed` → `true`, `workflow.build.completed_at` → current ISO timestamp, `workflow.test.skipped` → `true`, `workflow.implement.started` → `true`. Set on root: `last_handoff` → current ISO timestamp, `last_handoff_transition` → `"build_to_implement"`. Write back. If `workflow.implement` object does not exist, initialize it first: `{ "started": true, "completed": false, "completed_at": null }`.
|
|
387
387
|
- Check for generated specialists in `{context_path}/generated-specialists/` (Glob: `*.specialist.md`). For each found, use AskUserQuestion: "Save **[display_name]** to your personal specialist library?" Options: "Yes — save to ~/.claude/specialists/" / "No — discard". If yes, copy via Bash.
|
|
388
|
-
-
|
|
389
|
-
- Tell the user: "Workflow complete. Run `/clear` then `/intuition-start` to see project status."
|
|
388
|
+
- Tell the user: "Build complete. No code produced — test phase not needed. Run `/clear` then `/intuition-implement`"
|
|
390
389
|
|
|
391
390
|
## FAST TRACK PROTOCOL
|
|
392
391
|
|