godpowers 2.3.0 → 2.4.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.
- package/CHANGELOG.md +61 -0
- package/README.md +28 -16
- package/RELEASE.md +35 -27
- package/SKILL.md +26 -3
- package/agents/god-debugger.md +44 -8
- package/agents/god-executor.md +28 -0
- package/agents/god-quality-reviewer.md +23 -1
- package/agents/god-spec-reviewer.md +6 -0
- package/bin/install.js +6 -0
- package/lib/README.md +5 -2
- package/lib/agent-cache.js +25 -3
- package/lib/code-intelligence.js +161 -0
- package/lib/command-families.js +375 -0
- package/lib/dashboard.js +54 -20
- package/lib/extensions.js +6 -13
- package/lib/feature-awareness.js +2 -2
- package/lib/host-capabilities.js +4 -0
- package/lib/install-profiles.js +1 -0
- package/lib/planning-systems.js +7 -4
- package/lib/quick-proof.js +5 -2
- package/lib/release-surface-sync.js +4 -1
- package/lib/route-quality-sync.js +42 -12
- package/lib/router.js +32 -0
- package/lib/workflow-helper-groups.js +50 -0
- package/lib/workflow-runner.js +6 -1
- package/package.json +2 -2
- 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 +26 -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 +2 -1
- 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/routing/recipes/add-feature-mid-arc-pause.yaml +6 -0
- package/routing/recipes/brownfield-onboarding.yaml +5 -2
- package/routing/recipes/extension-authoring.yaml +32 -0
- package/routing/recipes/greenfield-fast.yaml +3 -0
- package/routing/recipes/production-broken.yaml +4 -0
- package/routing/recipes/release-maintenance.yaml +3 -0
- package/routing/recipes/returning-after-break.yaml +3 -0
- package/routing/recipes/weekly-health-check.yaml +2 -0
- package/schema/routing.v1.json +62 -4
- package/schema/workflow.v1.json +14 -0
- package/skills/god-discuss.md +10 -5
- package/skills/god-doctor.md +9 -3
- package/skills/god-extension-scaffold.md +66 -0
- 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-version.md +2 -2
- package/skills/god.md +61 -12
- 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/routing/god-prd.yaml
CHANGED
|
@@ -4,6 +4,13 @@ metadata:
|
|
|
4
4
|
command: /god-progress
|
|
5
5
|
description: Deliverable progress at the requirement and increment level
|
|
6
6
|
tier: 0
|
|
7
|
+
family: continue
|
|
8
|
+
trigger-precedence:
|
|
9
|
+
- trigger: what's done
|
|
10
|
+
prefer: /god-status
|
|
11
|
+
when: operational-status-request
|
|
12
|
+
fallback: /god-progress
|
|
13
|
+
reason: Operational state goes to status while deliverable completion stays in progress.
|
|
7
14
|
|
|
8
15
|
prerequisites:
|
|
9
16
|
required:
|
package/routing/god-quick.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-reconcile
|
|
5
5
|
description: Multi-artifact reconciliation across PRD/ARCH/ROADMAP/STACK/etc.
|
|
6
6
|
tier: 0
|
|
7
|
+
family: maintain
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -32,6 +33,11 @@ execution:
|
|
|
32
33
|
|
|
33
34
|
success-path:
|
|
34
35
|
next-recommended: varies-by-verdict
|
|
36
|
+
outcome:
|
|
37
|
+
type: verdict-based
|
|
38
|
+
label: Verdict-based next route
|
|
39
|
+
reason: The next route depends on the returned verdict.
|
|
40
|
+
allowed-next: [/god-status, /god-next, /god-discuss]
|
|
35
41
|
alternatives:
|
|
36
42
|
- command: /god-feature
|
|
37
43
|
when: status-is-enhancement-or-new
|
package/routing/god-redo.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-redo
|
|
5
5
|
description: Re-run a tier and downstream
|
|
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-repair.yaml
CHANGED
package/routing/god-repo.yaml
CHANGED
package/routing/god-restore.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-resume-work
|
|
5
5
|
description: Restore from handoff
|
|
6
6
|
tier: 0
|
|
7
|
+
family: continue
|
|
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-review.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-roadmap-check
|
|
5
5
|
description: Reconcile intent against ROADMAP.md before feature work
|
|
6
6
|
tier: 1
|
|
7
|
+
family: maintain
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -23,6 +24,11 @@ execution:
|
|
|
23
24
|
|
|
24
25
|
success-path:
|
|
25
26
|
next-recommended: varies-by-verdict
|
|
27
|
+
outcome:
|
|
28
|
+
type: verdict-based
|
|
29
|
+
label: Verdict-based next route
|
|
30
|
+
reason: The next route depends on the returned verdict.
|
|
31
|
+
allowed-next: [/god-status, /god-next, /god-discuss]
|
|
26
32
|
alternatives:
|
|
27
33
|
- command: /god-feature
|
|
28
34
|
when: status-is-enhancement-or-new
|
package/routing/god-roadmap.yaml
CHANGED
package/routing/god-scan.yaml
CHANGED
package/routing/god-skip.yaml
CHANGED
package/routing/god-smite.yaml
CHANGED
package/routing/god-spike.yaml
CHANGED
package/routing/god-sprint.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-sprint
|
|
5
5
|
description: Sprint plan / status / retro
|
|
6
6
|
tier: 0
|
|
7
|
+
family: collaborate
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -16,6 +17,11 @@ execution:
|
|
|
16
17
|
|
|
17
18
|
success-path:
|
|
18
19
|
next-recommended: /god-feature or /god-story
|
|
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-feature, /god-story]
|
|
19
25
|
|
|
20
26
|
failure-path:
|
|
21
27
|
on-error: /god-doctor
|
package/routing/god-stack.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-stack
|
|
5
5
|
description: Pick technology stack
|
|
6
6
|
tier: 1
|
|
7
|
+
family: start
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -30,7 +31,7 @@ standards:
|
|
|
30
31
|
gate-on-failure: pause-for-user
|
|
31
32
|
|
|
32
33
|
success-path:
|
|
33
|
-
next-recommended: /god-
|
|
34
|
+
next-recommended: /god-repo
|
|
34
35
|
conditional-next:
|
|
35
36
|
- condition: ui-detected
|
|
36
37
|
next: /god-design
|
package/routing/god-status.yaml
CHANGED
package/routing/god-stories.yaml
CHANGED
package/routing/god-story.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-suite-status
|
|
5
5
|
description: Side-by-side status of all suite repos
|
|
6
6
|
tier: 0
|
|
7
|
+
family: collaborate
|
|
7
8
|
|
|
8
9
|
prerequisites:
|
|
9
10
|
required:
|
|
@@ -16,6 +17,11 @@ execution:
|
|
|
16
17
|
|
|
17
18
|
success-path:
|
|
18
19
|
next-recommended: /god-suite-sync or /god-suite-patch
|
|
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-suite-sync, /god-suite-patch]
|
|
19
25
|
|
|
20
26
|
failure-path:
|
|
21
27
|
on-error: /god-doctor
|
package/routing/god-sync.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-test-extension
|
|
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-thread.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-thread
|
|
5
5
|
description: Persistent context threads
|
|
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-trace.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-trace
|
|
5
5
|
description:
|
|
6
6
|
tier: 0
|
|
7
|
+
family: operate
|
|
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-undo.yaml
CHANGED
package/routing/god-upgrade.yaml
CHANGED
package/routing/god-version.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god-workstream
|
|
5
5
|
description: Parallel workspace management
|
|
6
6
|
tier: 0
|
|
7
|
+
family: collaborate
|
|
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.yaml
CHANGED
|
@@ -4,6 +4,7 @@ metadata:
|
|
|
4
4
|
command: /god
|
|
5
5
|
description: Front door: free-text intent matcher
|
|
6
6
|
tier: 0
|
|
7
|
+
family: start
|
|
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
|
|
@@ -11,6 +11,12 @@ triggers:
|
|
|
11
11
|
- "mid development"
|
|
12
12
|
- "pause arc"
|
|
13
13
|
- "feature during build"
|
|
14
|
+
- "add a feature"
|
|
15
|
+
- "feature addition"
|
|
16
|
+
- "add a feature during the current project run"
|
|
17
|
+
- "add a feature without breaking the current project run"
|
|
18
|
+
- "without breaking current project run"
|
|
19
|
+
- "do not disturb current work"
|
|
14
20
|
state-conditions:
|
|
15
21
|
- "lifecycle-phase == in-arc"
|
|
16
22
|
|
|
@@ -11,6 +11,9 @@ triggers:
|
|
|
11
11
|
- "inherit codebase"
|
|
12
12
|
- "legacy code"
|
|
13
13
|
- "understand existing"
|
|
14
|
+
- "audit an existing repo"
|
|
15
|
+
- "audit existing repo"
|
|
16
|
+
- "audit existing codebase"
|
|
14
17
|
state-conditions:
|
|
15
18
|
- "has-package-json"
|
|
16
19
|
|
|
@@ -24,10 +27,10 @@ sequences:
|
|
|
24
27
|
why: "Deep history, decisions, conventions, risks"
|
|
25
28
|
- command: "/god-reconstruct"
|
|
26
29
|
why: "Reverse-engineer PRD/ARCH/ROADMAP/STACK from code"
|
|
27
|
-
- command: "/god-tech-debt"
|
|
28
|
-
why: "Categorize and prioritize debt"
|
|
29
30
|
- command: "/god-audit"
|
|
30
31
|
why: "Score reconstructed artifacts"
|
|
32
|
+
- command: "/god-tech-debt"
|
|
33
|
+
why: "Categorize and prioritize debt"
|
|
31
34
|
- command: "/god-feature"
|
|
32
35
|
why: "Now safe to add new work with reconciliation"
|
|
33
36
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
apiVersion: godpowers/v1
|
|
2
|
+
kind: Recipe
|
|
3
|
+
metadata:
|
|
4
|
+
name: extension-authoring
|
|
5
|
+
category: extension
|
|
6
|
+
description: "Create, test, install, and verify a Godpowers extension pack"
|
|
7
|
+
|
|
8
|
+
triggers:
|
|
9
|
+
intent-keywords:
|
|
10
|
+
- "create extension pack"
|
|
11
|
+
- "create an extension pack"
|
|
12
|
+
- "author extension pack"
|
|
13
|
+
- "new extension pack"
|
|
14
|
+
- "scaffold extension"
|
|
15
|
+
- "build extension pack"
|
|
16
|
+
- "extend godpowers"
|
|
17
|
+
- "make a pack"
|
|
18
|
+
|
|
19
|
+
sequences:
|
|
20
|
+
default:
|
|
21
|
+
description: "Create, test, install, and verify a Godpowers extension pack"
|
|
22
|
+
steps:
|
|
23
|
+
- command: "/god-extension-scaffold --name=@godpowers/my-pack --output=."
|
|
24
|
+
why: "Create the manifest, package, README, skill, and optional agent or workflow skeleton"
|
|
25
|
+
- command: "/god-test-extension <pack-dir>"
|
|
26
|
+
why: "Run contract tests before install or publish"
|
|
27
|
+
- command: "/god-extension-add <pack-dir>"
|
|
28
|
+
why: "Install the passing pack into the active runtime"
|
|
29
|
+
- command: "/god-extension-list"
|
|
30
|
+
why: "Verify the installed pack appears with its provided commands"
|
|
31
|
+
|
|
32
|
+
default-sequence: default
|