godpowers 2.3.1 → 2.4.1
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/CHANGELOG.md +51 -0
- package/README.md +56 -12
- package/RELEASE.md +24 -39
- package/SKILL.md +26 -3
- package/bin/install.js +6 -0
- package/lib/README.md +3 -1
- package/lib/adoption-metrics.js +87 -0
- package/lib/command-families.js +375 -0
- package/lib/feature-awareness.js +1 -1
- package/lib/quick-proof.js +10 -1
- package/lib/release-surface-sync.js +4 -1
- package/lib/route-quality-sync.js +41 -13
- package/lib/router.js +32 -0
- package/lib/workflow-helper-groups.js +50 -0
- package/lib/workflow-runner.js +6 -1
- package/package.json +1 -1
- package/routing/god-add-backlog.yaml +1 -0
- package/routing/god-add-tests.yaml +1 -0
- package/routing/god-add-todo.yaml +1 -0
- package/routing/god-agent-audit.yaml +6 -0
- package/routing/god-arch.yaml +1 -0
- package/routing/god-archaeology.yaml +1 -0
- package/routing/god-audit.yaml +1 -0
- package/routing/god-automation-setup.yaml +1 -0
- package/routing/god-automation-status.yaml +1 -0
- package/routing/god-budget.yaml +6 -0
- package/routing/god-build-agent.yaml +1 -0
- package/routing/god-build.yaml +1 -0
- package/routing/god-cache-clear.yaml +6 -0
- package/routing/god-check-todos.yaml +6 -0
- package/routing/god-context-scan.yaml +6 -0
- package/routing/god-context.yaml +1 -0
- package/routing/god-cost.yaml +6 -0
- package/routing/god-debug.yaml +1 -0
- package/routing/god-deploy.yaml +1 -0
- package/routing/god-design-impact.yaml +6 -0
- package/routing/god-design.yaml +1 -0
- package/routing/god-discuss.yaml +12 -0
- package/routing/god-docs.yaml +1 -0
- package/routing/god-doctor.yaml +6 -0
- package/routing/god-dogfood.yaml +1 -0
- package/routing/god-explore.yaml +1 -0
- package/routing/god-export-otel.yaml +1 -0
- package/routing/god-extension-add.yaml +6 -0
- package/routing/god-extension-info.yaml +6 -0
- package/routing/god-extension-list.yaml +6 -0
- package/routing/god-extension-remove.yaml +6 -0
- package/routing/god-extension-scaffold.yaml +1 -0
- package/routing/god-extract-learnings.yaml +1 -0
- package/routing/god-fast.yaml +1 -0
- package/routing/god-feature.yaml +1 -0
- package/routing/god-graph.yaml +6 -0
- package/routing/god-harden.yaml +1 -0
- package/routing/god-help.yaml +6 -0
- package/routing/god-hotfix.yaml +1 -0
- package/routing/god-hygiene.yaml +1 -0
- package/routing/god-init.yaml +1 -0
- package/routing/god-intel.yaml +1 -0
- package/routing/god-launch.yaml +6 -0
- package/routing/god-lifecycle.yaml +12 -0
- package/routing/god-link.yaml +1 -0
- package/routing/god-lint.yaml +1 -0
- package/routing/god-list-assumptions.yaml +6 -0
- package/routing/god-locate.yaml +6 -0
- package/routing/god-logs.yaml +12 -0
- package/routing/god-map-codebase.yaml +1 -0
- package/routing/god-metrics.yaml +6 -0
- package/routing/god-migrate.yaml +1 -0
- package/routing/god-mode.yaml +6 -0
- package/routing/god-next.yaml +12 -0
- package/routing/god-note.yaml +1 -0
- package/routing/god-observe.yaml +1 -0
- package/routing/god-org-context.yaml +1 -0
- package/routing/god-party.yaml +1 -0
- package/routing/god-pause-work.yaml +6 -0
- package/routing/god-plant-seed.yaml +1 -0
- package/routing/god-postmortem.yaml +1 -0
- package/routing/god-pr-branch.yaml +1 -0
- package/routing/god-prd.yaml +1 -0
- package/routing/god-preflight.yaml +1 -0
- package/routing/god-progress.yaml +7 -0
- package/routing/god-quick.yaml +1 -0
- package/routing/god-reconcile.yaml +6 -0
- package/routing/god-reconstruct.yaml +1 -0
- package/routing/god-redo.yaml +6 -0
- package/routing/god-refactor.yaml +1 -0
- package/routing/god-repair.yaml +1 -0
- package/routing/god-repo.yaml +1 -0
- package/routing/god-restore.yaml +1 -0
- package/routing/god-resume-work.yaml +6 -0
- package/routing/god-review-changes.yaml +1 -0
- package/routing/god-review.yaml +1 -0
- package/routing/god-roadmap-check.yaml +6 -0
- package/routing/god-roadmap-update.yaml +1 -0
- package/routing/god-roadmap.yaml +1 -0
- package/routing/god-rollback.yaml +1 -0
- package/routing/god-scan.yaml +1 -0
- package/routing/god-set-profile.yaml +1 -0
- package/routing/god-settings.yaml +1 -0
- package/routing/god-skip.yaml +1 -0
- package/routing/god-smite.yaml +1 -0
- package/routing/god-spike.yaml +1 -0
- package/routing/god-sprint.yaml +6 -0
- package/routing/god-stack.yaml +1 -0
- package/routing/god-standards.yaml +1 -0
- package/routing/god-status.yaml +1 -0
- package/routing/god-stories.yaml +1 -0
- package/routing/god-story-build.yaml +1 -0
- package/routing/god-story-close.yaml +1 -0
- package/routing/god-story-verify.yaml +1 -0
- package/routing/god-story.yaml +1 -0
- package/routing/god-suite-init.yaml +1 -0
- package/routing/god-suite-patch.yaml +1 -0
- package/routing/god-suite-release.yaml +1 -0
- package/routing/god-suite-status.yaml +6 -0
- package/routing/god-suite-sync.yaml +1 -0
- package/routing/god-sync.yaml +1 -0
- package/routing/god-tech-debt.yaml +1 -0
- package/routing/god-test-extension.yaml +6 -0
- package/routing/god-test-runtime.yaml +1 -0
- package/routing/god-thread.yaml +6 -0
- package/routing/god-trace.yaml +6 -0
- package/routing/god-undo.yaml +1 -0
- package/routing/god-update-deps.yaml +1 -0
- package/routing/god-upgrade.yaml +1 -0
- package/routing/god-version.yaml +1 -0
- package/routing/god-workstream.yaml +6 -0
- package/routing/god.yaml +6 -0
- package/schema/routing.v1.json +62 -4
- package/schema/workflow.v1.json +14 -0
- package/skills/god-doctor.md +1 -1
- package/skills/god-help.md +38 -3
- package/skills/god-next.md +19 -2
- package/skills/god-status.md +13 -0
- package/skills/god-sync.md +1 -1
- package/skills/god.md +53 -1
- package/workflows/audit-only.yaml +2 -2
- package/workflows/bluefield-arc.yaml +3 -7
- package/workflows/brownfield-arc.yaml +4 -8
- package/workflows/deps-audit.yaml +2 -5
- package/workflows/docs-arc.yaml +2 -2
- package/workflows/feature-arc.yaml +3 -6
- package/workflows/full-arc.yaml +5 -11
- package/workflows/hotfix-arc.yaml +3 -6
- package/workflows/hygiene.yaml +2 -2
- package/workflows/migration-arc.yaml +3 -5
- package/workflows/postmortem.yaml +2 -5
- package/workflows/refactor-arc.yaml +3 -6
package/lib/workflow-runner.js
CHANGED
|
@@ -31,6 +31,7 @@ const path = require('path');
|
|
|
31
31
|
const parser = require('./workflow-parser');
|
|
32
32
|
const asyncFs = require('./fs-async');
|
|
33
33
|
const agentRefs = require('./agent-refs');
|
|
34
|
+
const helperGroups = require('./workflow-helper-groups');
|
|
34
35
|
|
|
35
36
|
/**
|
|
36
37
|
* @typedef {Object} WorkflowPlanStep
|
|
@@ -134,7 +135,8 @@ function plan(workflow, ctx = {}) {
|
|
|
134
135
|
review: job.review || null,
|
|
135
136
|
'on-pass': job['on-pass'] || null,
|
|
136
137
|
'on-fail': job['on-fail'] || null,
|
|
137
|
-
|
|
138
|
+
localHelperGroups: job['local-helper-groups'] || [],
|
|
139
|
+
localHelpers: helperGroups.expand(job['local-helper-groups'] || [], job['local-helpers'] || []),
|
|
138
140
|
with: job.with || null
|
|
139
141
|
});
|
|
140
142
|
}
|
|
@@ -221,6 +223,9 @@ function serializePlan(p) {
|
|
|
221
223
|
if (step.tier) lines.push(` tier: ${step.tier}`);
|
|
222
224
|
if (step.agent) lines.push(` agent: ${step.agent}`);
|
|
223
225
|
if (step.uses) lines.push(` uses: ${step.uses}`);
|
|
226
|
+
if (step.localHelperGroups && step.localHelperGroups.length) {
|
|
227
|
+
lines.push(` local-helper-groups: [${step.localHelperGroups.join(', ')}]`);
|
|
228
|
+
}
|
|
224
229
|
if (step.localHelpers && step.localHelpers.length) {
|
|
225
230
|
lines.push(` local-helpers: [${step.localHelpers.join(', ')}]`);
|
|
226
231
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "godpowers",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "AI-powered development system: 112 slash commands and 40 specialist agents that take a project from raw idea to hardened production. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"godpowers": "./bin/install.js"
|
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-agent-audit
|
|
5
5
|
description: Validate agents/*.md against agent contract
|
|
6
6
|
tier: 0
|
|
7
|
+
family: verify
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
package/routing/god-arch.yaml
CHANGED
package/routing/god-audit.yaml
CHANGED
package/routing/god-budget.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-budget
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: configure
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
package/routing/god-build.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-cache-clear
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: configure
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-check-todos
|
|
5
5
|
description: List pending todos; optionally route to one
|
|
6
6
|
tier: 0
|
|
7
|
+
family: capture
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-context-scan
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: maintain
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
package/routing/god-context.yaml
CHANGED
package/routing/god-cost.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-cost
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: configure
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
package/routing/god-debug.yaml
CHANGED
package/routing/god-deploy.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-design-impact
|
|
5
5
|
description: What-if analysis on DESIGN.md change
|
|
6
6
|
tier: 1
|
|
7
|
+
family: start
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -16,6 +17,11 @@ execution:
|
|
|
16
17
|
|
|
17
18
|
success-path:
|
|
18
19
|
next-recommended: /god-design or /god-sync
|
|
20
|
+
outcome:
|
|
21
|
+
type: requires-selection
|
|
22
|
+
label: User selection required
|
|
23
|
+
reason: The route offers multiple valid next commands and the user should choose one.
|
|
24
|
+
allowed-next: [/god-design, /god-sync]
|
|
19
25
|
|
|
20
26
|
failure-path:
|
|
21
27
|
on-error: /god-doctor
|
package/routing/god-design.yaml
CHANGED
package/routing/god-discuss.yaml
CHANGED
|
@@ -4,6 +4,13 @@ metadata:
|
|
|
4
4
|
command: /god-discuss
|
|
5
5
|
description: Pre-planning discussion
|
|
6
6
|
tier: 0
|
|
7
|
+
family: start
|
|
8
|
+
trigger-precedence:
|
|
9
|
+
- trigger: think through
|
|
10
|
+
prefer: /god-explore
|
|
11
|
+
when: broad-idea
|
|
12
|
+
fallback: /god-discuss
|
|
13
|
+
reason: Broad ideation starts in explore while concrete decisions stay in discuss.
|
|
7
14
|
|
|
8
15
|
prerequisites:
|
|
9
16
|
required:
|
|
@@ -18,6 +25,11 @@ execution:
|
|
|
18
25
|
|
|
19
26
|
success-path:
|
|
20
27
|
next-recommended: varies
|
|
28
|
+
outcome:
|
|
29
|
+
type: contextual
|
|
30
|
+
label: Context-specific next route
|
|
31
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
32
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
21
33
|
|
|
22
34
|
failure-path:
|
|
23
35
|
on-error: /god-doctor
|
package/routing/god-docs.yaml
CHANGED
package/routing/god-doctor.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-doctor
|
|
5
5
|
description: Diagnose install + state
|
|
6
6
|
tier: 0
|
|
7
|
+
family: recover
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -18,6 +19,11 @@ execution:
|
|
|
18
19
|
|
|
19
20
|
success-path:
|
|
20
21
|
next-recommended: varies
|
|
22
|
+
outcome:
|
|
23
|
+
type: contextual
|
|
24
|
+
label: Context-specific next route
|
|
25
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
26
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
21
27
|
|
|
22
28
|
failure-path:
|
|
23
29
|
on-error: /god-doctor
|
package/routing/god-dogfood.yaml
CHANGED
package/routing/god-explore.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-extension-add
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: extend
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-extension-info
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: extend
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-extension-list
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: extend
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-extension-remove
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: extend
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
package/routing/god-fast.yaml
CHANGED
package/routing/god-feature.yaml
CHANGED
package/routing/god-graph.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-graph
|
|
5
5
|
description: Build/query project knowledge graph
|
|
6
6
|
tier: 0
|
|
7
|
+
family: capture
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required: []
|
|
@@ -15,6 +16,11 @@ execution:
|
|
|
15
16
|
|
|
16
17
|
success-path:
|
|
17
18
|
next-recommended: varies
|
|
19
|
+
outcome:
|
|
20
|
+
type: contextual
|
|
21
|
+
label: Context-specific next route
|
|
22
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
23
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
18
24
|
|
|
19
25
|
failure-path:
|
|
20
26
|
on-error: /god-doctor
|
package/routing/god-harden.yaml
CHANGED
package/routing/god-help.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-help
|
|
5
5
|
description: Discoverable contextual help
|
|
6
6
|
tier: 0
|
|
7
|
+
family: configure
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -18,6 +19,11 @@ execution:
|
|
|
18
19
|
|
|
19
20
|
success-path:
|
|
20
21
|
next-recommended: varies
|
|
22
|
+
outcome:
|
|
23
|
+
type: contextual
|
|
24
|
+
label: Context-specific next route
|
|
25
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
26
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
21
27
|
|
|
22
28
|
failure-path:
|
|
23
29
|
on-error: /god-doctor
|
package/routing/god-hotfix.yaml
CHANGED
package/routing/god-hygiene.yaml
CHANGED
package/routing/god-init.yaml
CHANGED
package/routing/god-intel.yaml
CHANGED
package/routing/god-launch.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-launch
|
|
5
5
|
description: Launch the product
|
|
6
6
|
tier: 3
|
|
7
|
+
family: operate
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -31,6 +32,11 @@ standards:
|
|
|
31
32
|
|
|
32
33
|
success-path:
|
|
33
34
|
next-recommended: steady-state
|
|
35
|
+
outcome:
|
|
36
|
+
type: steady-state
|
|
37
|
+
label: Steady state
|
|
38
|
+
reason: The project run has completed and ongoing work should start from steady-state commands.
|
|
39
|
+
allowed-next: [/god-status, /god-feature, /god-hygiene]
|
|
34
40
|
|
|
35
41
|
post-success-actions:
|
|
36
42
|
- run: /god-scan
|
|
@@ -4,6 +4,13 @@ metadata:
|
|
|
4
4
|
command: /god-lifecycle
|
|
5
5
|
description: Show project phase
|
|
6
6
|
tier: 0
|
|
7
|
+
family: continue
|
|
8
|
+
trigger-precedence:
|
|
9
|
+
- trigger: where am i
|
|
10
|
+
prefer: /god-locate
|
|
11
|
+
when: checkpoint-or-handoff-exists
|
|
12
|
+
fallback: /god-lifecycle
|
|
13
|
+
reason: Resume artifacts go to locate while normal phase questions stay in lifecycle.
|
|
7
14
|
|
|
8
15
|
prerequisites:
|
|
9
16
|
required:
|
|
@@ -18,6 +25,11 @@ execution:
|
|
|
18
25
|
|
|
19
26
|
success-path:
|
|
20
27
|
next-recommended: varies
|
|
28
|
+
outcome:
|
|
29
|
+
type: contextual
|
|
30
|
+
label: Context-specific next route
|
|
31
|
+
reason: The next route depends on current disk state, command arguments, or user choice.
|
|
32
|
+
allowed-next: [/god-status, /god-next, /god-help]
|
|
21
33
|
|
|
22
34
|
failure-path:
|
|
23
35
|
on-error: /god-doctor
|
package/routing/god-link.yaml
CHANGED