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
|
@@ -62,12 +62,9 @@ jobs:
|
|
|
62
62
|
tier: 0
|
|
63
63
|
needs: feature-soft-launch
|
|
64
64
|
uses: god-orchestrator@^1.0.0
|
|
65
|
-
local-
|
|
66
|
-
- source-sync-
|
|
67
|
-
-
|
|
68
|
-
- repo-surface-sync
|
|
69
|
-
- checkpoint-sync
|
|
70
|
-
- pillars-sync-plan
|
|
65
|
+
local-helper-groups:
|
|
66
|
+
- source-sync-closeout
|
|
67
|
+
- standard-closeout
|
|
71
68
|
with:
|
|
72
69
|
action: final-sync
|
|
73
70
|
dashboard: action-brief
|
package/workflows/full-arc.yaml
CHANGED
|
@@ -107,17 +107,11 @@ jobs:
|
|
|
107
107
|
tier: 0
|
|
108
108
|
needs: launch
|
|
109
109
|
uses: god-orchestrator@^1.0.0
|
|
110
|
-
local-
|
|
111
|
-
-
|
|
112
|
-
- source-sync-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
- route-quality-sync
|
|
116
|
-
- recipe-coverage-sync
|
|
117
|
-
- release-surface-sync
|
|
118
|
-
- host-capabilities
|
|
119
|
-
- checkpoint-sync
|
|
120
|
-
- pillars-sync-plan
|
|
110
|
+
local-helper-groups:
|
|
111
|
+
- runtime-awareness-closeout
|
|
112
|
+
- source-sync-closeout
|
|
113
|
+
- standard-closeout
|
|
114
|
+
- release-readiness-closeout
|
|
121
115
|
with:
|
|
122
116
|
action: final-sync
|
|
123
117
|
dashboard: action-brief
|
|
@@ -62,12 +62,9 @@ jobs:
|
|
|
62
62
|
tier: 0
|
|
63
63
|
needs: hotfix-postmortem-trigger
|
|
64
64
|
uses: god-orchestrator@^1.0.0
|
|
65
|
-
local-
|
|
66
|
-
- source-sync-
|
|
67
|
-
-
|
|
68
|
-
- repo-surface-sync
|
|
69
|
-
- checkpoint-sync
|
|
70
|
-
- pillars-sync-plan
|
|
65
|
+
local-helper-groups:
|
|
66
|
+
- source-sync-closeout
|
|
67
|
+
- standard-closeout
|
|
71
68
|
with:
|
|
72
69
|
action: final-sync
|
|
73
70
|
dashboard: action-brief
|
package/workflows/hygiene.yaml
CHANGED
|
@@ -38,9 +38,9 @@ jobs:
|
|
|
38
38
|
tier: 0
|
|
39
39
|
needs: [hygiene-audit, hygiene-deps, hygiene-docs]
|
|
40
40
|
uses: god-orchestrator@^1.0.0
|
|
41
|
+
local-helper-groups:
|
|
42
|
+
- repo-maintenance-closeout
|
|
41
43
|
local-helpers:
|
|
42
|
-
- repo-doc-sync
|
|
43
|
-
- repo-surface-sync
|
|
44
44
|
- host-capabilities
|
|
45
45
|
- checkpoint-sync
|
|
46
46
|
with:
|
|
@@ -76,13 +76,11 @@ jobs:
|
|
|
76
76
|
tier: 0
|
|
77
77
|
needs: migration-contract
|
|
78
78
|
uses: god-orchestrator@^1.0.0
|
|
79
|
+
local-helper-groups:
|
|
80
|
+
- source-sync-closeout
|
|
81
|
+
- standard-closeout
|
|
79
82
|
local-helpers:
|
|
80
|
-
- source-sync-back
|
|
81
|
-
- repo-doc-sync
|
|
82
|
-
- repo-surface-sync
|
|
83
83
|
- host-capabilities
|
|
84
|
-
- checkpoint-sync
|
|
85
|
-
- pillars-sync-plan
|
|
86
84
|
with:
|
|
87
85
|
action: final-sync
|
|
88
86
|
dashboard: action-brief
|
|
@@ -34,11 +34,8 @@ jobs:
|
|
|
34
34
|
tier: 0
|
|
35
35
|
needs: postmortem-runbook-update
|
|
36
36
|
uses: god-orchestrator@^1.0.0
|
|
37
|
-
local-
|
|
38
|
-
-
|
|
39
|
-
- repo-surface-sync
|
|
40
|
-
- checkpoint-sync
|
|
41
|
-
- pillars-sync-plan
|
|
37
|
+
local-helper-groups:
|
|
38
|
+
- standard-closeout
|
|
42
39
|
with:
|
|
43
40
|
action: final-sync
|
|
44
41
|
dashboard: action-brief
|
|
@@ -62,12 +62,9 @@ jobs:
|
|
|
62
62
|
tier: 0
|
|
63
63
|
needs: refactor-deploy
|
|
64
64
|
uses: god-orchestrator@^1.0.0
|
|
65
|
-
local-
|
|
66
|
-
- source-sync-
|
|
67
|
-
-
|
|
68
|
-
- repo-surface-sync
|
|
69
|
-
- checkpoint-sync
|
|
70
|
-
- pillars-sync-plan
|
|
65
|
+
local-helper-groups:
|
|
66
|
+
- source-sync-closeout
|
|
67
|
+
- standard-closeout
|
|
71
68
|
with:
|
|
72
69
|
action: final-sync
|
|
73
70
|
dashboard: action-brief
|