godpowers 1.6.0 → 1.6.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/CHANGELOG.md +62 -0
- package/README.md +6 -4
- package/RELEASE.md +34 -32
- package/bin/install.js +83 -2
- package/lib/README.md +73 -21
- package/package.json +7 -3
- package/references/building/README.md +7 -9
- package/references/planning/README.md +11 -8
- package/references/shipping/README.md +11 -10
- package/skills/god-doctor.md +1 -1
- package/skills/god-version.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,66 @@ All notable changes to Godpowers will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.6.2] - 2026-05-16
|
|
9
|
+
|
|
10
|
+
Codex agent metadata compatibility patch. Keeps the public command surface
|
|
11
|
+
stable while making installed Godpowers specialist agents spawnable in Codex
|
|
12
|
+
sessions that require per-agent TOML metadata.
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- Added Codex agent metadata generation during `--codex` installs. Every
|
|
16
|
+
`agents/god-*.md` file now gets a matching `god-*.toml` file with name,
|
|
17
|
+
description, sandbox mode, and developer instructions.
|
|
18
|
+
- Added install smoke coverage that verifies all 39 Godpowers agents receive
|
|
19
|
+
Codex metadata.
|
|
20
|
+
- Added `--all` installer coverage for all 15 supported runtimes, including
|
|
21
|
+
Claude Code, Codex, and Pi.
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
- Codex runtime support now declares its agent metadata behavior explicitly in
|
|
25
|
+
the installer instead of relying on an inline special case.
|
|
26
|
+
- Non-Codex runtimes keep their existing markdown agent install format.
|
|
27
|
+
|
|
28
|
+
### Guardrails
|
|
29
|
+
- This patch does not add slash commands, agents, workflows, recipes, schemas,
|
|
30
|
+
or public artifact formats.
|
|
31
|
+
- The Codex metadata is generated from the existing agent markdown specs so the
|
|
32
|
+
Godpowers agent source of truth stays in `agents/*.md`.
|
|
33
|
+
|
|
34
|
+
## [1.6.1] - 2026-05-15
|
|
35
|
+
|
|
36
|
+
Release hardening patch. Keeps the 1.6 domain precision surface stable while
|
|
37
|
+
making package publication, release checks, and CI verification harder to drift.
|
|
38
|
+
|
|
39
|
+
### Added
|
|
40
|
+
- Added `npm run release:check`, which runs the full test suite, audit checks,
|
|
41
|
+
and package contents verification.
|
|
42
|
+
- Added `scripts/check-package-contents.js` to assert that the npm payload
|
|
43
|
+
includes load-bearing runtime files and excludes local-only development files.
|
|
44
|
+
- Added `docs/RELEASE-CHECKLIST.md` for versioning, verification, package
|
|
45
|
+
surface, tag, npm provenance, and post-release cleanup.
|
|
46
|
+
- Added an explicit plan-mode E2E smoke test for the `/god-mode` full-arc
|
|
47
|
+
workflow against the `todo-app` fixture.
|
|
48
|
+
|
|
49
|
+
### Changed
|
|
50
|
+
- CI now uses `npm ci`, runs audit checks, runs the E2E smoke path explicitly,
|
|
51
|
+
and keeps package checks aligned with local npm scripts.
|
|
52
|
+
- Test documentation now describes the current runtime and E2E smoke coverage
|
|
53
|
+
instead of stale scaffold-only plans.
|
|
54
|
+
- Runtime and reference README files now describe the implemented modules and
|
|
55
|
+
reference files instead of placeholder future work.
|
|
56
|
+
- Package tarballs are ignored by git, and package contents checks reject
|
|
57
|
+
generated tarballs.
|
|
58
|
+
- The release script now pushes the git tag and relies on the tag-triggered
|
|
59
|
+
GitHub Actions npm publish workflow for provenance.
|
|
60
|
+
|
|
61
|
+
### Guardrails
|
|
62
|
+
- This patch does not add new slash commands, agents, workflows, recipes, or
|
|
63
|
+
schemas.
|
|
64
|
+
- The 1.6 domain glossary behavior remains unchanged.
|
|
65
|
+
- Future npm publishes should use the tag-triggered GitHub workflow unless a
|
|
66
|
+
documented emergency requires a manual fallback.
|
|
67
|
+
|
|
8
68
|
## [1.6.0] - 2026-05-15
|
|
9
69
|
|
|
10
70
|
Domain precision release. Adds a Godpowers-native vocabulary layer so fuzzy or
|
|
@@ -32,6 +92,8 @@ roadmap, stack, docs, or lint artifacts.
|
|
|
32
92
|
reverse, surprising without context, and based on a real tradeoff.
|
|
33
93
|
- Public release metadata, package version, and README badge now point to
|
|
34
94
|
1.6.0.
|
|
95
|
+
- Release history now has a `v1.6.0` git tag matching the published npm
|
|
96
|
+
package.
|
|
35
97
|
|
|
36
98
|
### Guardrails
|
|
37
99
|
- The domain glossary is preparation context only. It does not replace PRD,
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/aihxp/godpowers/actions/workflows/ci.yml)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](CHANGELOG.md)
|
|
6
6
|
[](https://www.npmjs.com/package/godpowers)
|
|
7
7
|
|
|
8
8
|
**Ship fast. Ship right. Ship everything. Ship accountably.**
|
|
@@ -12,9 +12,10 @@ idea to hardened production. It runs as **slash commands inside your AI coding
|
|
|
12
12
|
tool** (Claude Code, Codex, Cursor, etc.) that orchestrate **specialist agents**
|
|
13
13
|
in fresh contexts to do the work.
|
|
14
14
|
|
|
15
|
-
Version 1.6.
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
Version 1.6.2 hardens Codex agent integration around the 1.6 domain precision
|
|
16
|
+
layer: Codex installs now include per-agent TOML metadata for all 39
|
|
17
|
+
Godpowers specialist agents, while release checks cover every supported
|
|
18
|
+
runtime surface.
|
|
18
19
|
|
|
19
20
|
It fuses four disciplines into one unified workflow:
|
|
20
21
|
|
|
@@ -46,6 +47,7 @@ T3 Code is transparently supported through the underlying agent.
|
|
|
46
47
|
The installer copies:
|
|
47
48
|
- Slash command skills to `<runtime>/skills/`
|
|
48
49
|
- Specialist agents to `<runtime>/agents/`
|
|
50
|
+
- Codex agent metadata to `<runtime>/agents/*.toml`
|
|
49
51
|
- SessionStart hook (Claude Code only) to `<runtime>/hooks/`
|
|
50
52
|
|
|
51
53
|
## Usage
|
package/RELEASE.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
# Godpowers 1.6.
|
|
1
|
+
# Godpowers 1.6.2 Release
|
|
2
2
|
|
|
3
|
-
Date: 2026-05-
|
|
3
|
+
Date: 2026-05-16
|
|
4
4
|
|
|
5
|
-
Godpowers 1.6.
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
Godpowers 1.6.2 hardens Codex agent integration around the stable 1.6 domain
|
|
6
|
+
precision release. The goal of this patch is to make every installed
|
|
7
|
+
Godpowers specialist agent spawnable in Codex sessions that require per-agent
|
|
8
|
+
metadata, without changing the public command surface.
|
|
8
9
|
|
|
9
10
|
## What is stable
|
|
10
11
|
|
|
@@ -13,44 +14,46 @@ sequence, stack rationale, documentation, or linted artifact text.
|
|
|
13
14
|
- 13 executable workflows
|
|
14
15
|
- 36 intent recipes
|
|
15
16
|
- 15-runtime installer
|
|
17
|
+
- Codex installs with 39 generated `god-*.toml` agent metadata files
|
|
16
18
|
- Native Pillars project context through `AGENTS.md` and `agents/*.md`
|
|
17
19
|
- `.godpowers/` workflow state and artifact layout
|
|
18
20
|
- Core schemas: intent, state, events, workflow, routing, recipes, extension
|
|
19
21
|
manifests
|
|
20
22
|
- Extension pack compatibility range for the 1.x line
|
|
23
|
+
- Domain precision through `.godpowers/domain/GLOSSARY.md` and DG-01 through
|
|
24
|
+
DG-05 checks
|
|
21
25
|
|
|
22
26
|
## What is new
|
|
23
27
|
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
Godpowers
|
|
40
|
-
|
|
41
|
-
context. PRD, ARCH, ROADMAP, STACK,
|
|
42
|
-
durable decisions for their own domains.
|
|
43
|
-
|
|
44
|
-
The glossary helps agents converge on exact project language before they write
|
|
45
|
-
load-bearing artifacts. It is especially useful for brownfield and bluefield
|
|
46
|
-
projects where existing docs, code names, org vocabulary, and user intent can
|
|
47
|
-
use the same word for different things.
|
|
28
|
+
- Codex runtime support now declares an `agentMetadata: "toml"` capability in
|
|
29
|
+
the installer.
|
|
30
|
+
- Codex installs generate a matching TOML metadata file for every
|
|
31
|
+
`agents/god-*.md` source file.
|
|
32
|
+
- Codex metadata includes agent name, description, workspace-write sandbox
|
|
33
|
+
mode, and developer instructions derived from the markdown agent spec.
|
|
34
|
+
- Install smoke tests now verify all 39 Codex metadata files, plus
|
|
35
|
+
runtime-specific install surfaces for all 15 supported runtimes.
|
|
36
|
+
- Claude Code, Pi, and the other non-Codex runtimes keep their existing
|
|
37
|
+
markdown agent install behavior.
|
|
38
|
+
|
|
39
|
+
## What 1.6.2 means
|
|
40
|
+
|
|
41
|
+
Godpowers 1.6.2 does not expand the public command surface. It tightens the
|
|
42
|
+
runtime compatibility path so the installed Codex agent registry can see the
|
|
43
|
+
same Godpowers agents already shipped in `agents/*.md`.
|
|
44
|
+
|
|
45
|
+
The domain glossary remains preparation context. PRD, ARCH, ROADMAP, STACK,
|
|
46
|
+
docs, and Pillars files still carry durable decisions for their own domains.
|
|
48
47
|
|
|
49
48
|
## Stability policy
|
|
50
49
|
|
|
51
50
|
During the 1.x stability window, do not add broad new command families, change
|
|
52
51
|
schema formats, or rename public artifacts without evidence from real use.
|
|
53
52
|
|
|
53
|
+
The `v1.6.2` git tag points to the release commit that matches the npm
|
|
54
|
+
`godpowers@1.6.2` package. Public publishes should prefer the tag-triggered
|
|
55
|
+
GitHub workflow so npm provenance, git history, and release notes stay aligned.
|
|
56
|
+
|
|
54
57
|
Allowed changes:
|
|
55
58
|
|
|
56
59
|
- Critical bug fixes
|
|
@@ -69,6 +72,5 @@ Deferred changes:
|
|
|
69
72
|
|
|
70
73
|
## Adoption ask
|
|
71
74
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
noise, and which domain checks should become stricter.
|
|
75
|
+
Run `npm run release:check` before publishing changes. Report any release path
|
|
76
|
+
step that still depends on memory, manual inspection, or local machine state.
|
package/bin/install.js
CHANGED
|
@@ -36,6 +36,7 @@ const RUNTIMES = {
|
|
|
36
36
|
configDir: path.join(os.homedir(), '.codex'),
|
|
37
37
|
skillsDir: 'skills',
|
|
38
38
|
configFile: 'config.toml',
|
|
39
|
+
agentMetadata: 'toml',
|
|
39
40
|
},
|
|
40
41
|
cursor: {
|
|
41
42
|
name: 'Cursor',
|
|
@@ -182,6 +183,84 @@ function installSkillFile(srcFile, skillsDest, runtimeKey, targetName = null) {
|
|
|
182
183
|
fs.copyFileSync(srcFile, path.join(skillsDest, `${baseName}.md`));
|
|
183
184
|
}
|
|
184
185
|
|
|
186
|
+
function parseAgentFrontmatter(content) {
|
|
187
|
+
const fallback = { name: null, description: null };
|
|
188
|
+
if (!content.startsWith('---\n')) return fallback;
|
|
189
|
+
|
|
190
|
+
const end = content.indexOf('\n---', 4);
|
|
191
|
+
if (end === -1) return fallback;
|
|
192
|
+
|
|
193
|
+
const lines = content.slice(4, end).split('\n');
|
|
194
|
+
const parsed = { ...fallback };
|
|
195
|
+
|
|
196
|
+
for (let i = 0; i < lines.length; i++) {
|
|
197
|
+
const line = lines[i];
|
|
198
|
+
const nameMatch = line.match(/^name:\s*(.+)\s*$/);
|
|
199
|
+
if (nameMatch) {
|
|
200
|
+
parsed.name = nameMatch[1].replace(/^["']|["']$/g, '');
|
|
201
|
+
continue;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
if (line === 'description: |') {
|
|
205
|
+
const desc = [];
|
|
206
|
+
i++;
|
|
207
|
+
while (i < lines.length && /^ {2}/.test(lines[i])) {
|
|
208
|
+
desc.push(lines[i].slice(2));
|
|
209
|
+
i++;
|
|
210
|
+
}
|
|
211
|
+
i--;
|
|
212
|
+
parsed.description = desc.join('\n').trim();
|
|
213
|
+
continue;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
const descMatch = line.match(/^description:\s*(.+)\s*$/);
|
|
217
|
+
if (descMatch) {
|
|
218
|
+
parsed.description = descMatch[1].replace(/^["']|["']$/g, '');
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
return parsed;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
function stripFrontmatter(content) {
|
|
226
|
+
if (!content.startsWith('---\n')) return content.trim();
|
|
227
|
+
const end = content.indexOf('\n---', 4);
|
|
228
|
+
if (end === -1) return content.trim();
|
|
229
|
+
return content.slice(end + 4).trim();
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
function tomlString(value) {
|
|
233
|
+
return JSON.stringify(value || '');
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
function tomlLiteral(value) {
|
|
237
|
+
return `'''\n${(value || '').replace(/'''/g, "'''\\'''")}\n'''`;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
function writeCodexAgentToml(srcFile, agentsDest) {
|
|
241
|
+
const content = fs.readFileSync(srcFile, 'utf8');
|
|
242
|
+
const frontmatter = parseAgentFrontmatter(content);
|
|
243
|
+
const name = frontmatter.name || path.basename(srcFile, '.md');
|
|
244
|
+
const description = frontmatter.description || `Godpowers specialist agent: ${name}.`;
|
|
245
|
+
const instructions = stripFrontmatter(content);
|
|
246
|
+
const toml = [
|
|
247
|
+
`name = ${tomlString(name)}`,
|
|
248
|
+
`description = ${tomlString(description)}`,
|
|
249
|
+
'sandbox_mode = "workspace-write"',
|
|
250
|
+
`developer_instructions = ${tomlLiteral(instructions)}`,
|
|
251
|
+
''
|
|
252
|
+
].join('\n');
|
|
253
|
+
|
|
254
|
+
fs.writeFileSync(path.join(agentsDest, `${name}.toml`), toml);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
function installAgentFile(srcFile, agentsDest, runtime) {
|
|
258
|
+
fs.copyFileSync(srcFile, path.join(agentsDest, path.basename(srcFile)));
|
|
259
|
+
if (runtime.agentMetadata === 'toml') {
|
|
260
|
+
writeCodexAgentToml(srcFile, agentsDest);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
185
264
|
function removeSkillEntry(skillsDir, entry) {
|
|
186
265
|
const entryPath = path.join(skillsDir, entry.name);
|
|
187
266
|
if (entry.isDirectory()) {
|
|
@@ -289,11 +368,13 @@ function installForRuntime(runtimeKey, srcDir) {
|
|
|
289
368
|
let count = 0;
|
|
290
369
|
for (const file of fs.readdirSync(agentsSrc)) {
|
|
291
370
|
if (file.endsWith('.md')) {
|
|
292
|
-
|
|
371
|
+
const srcFile = path.join(agentsSrc, file);
|
|
372
|
+
installAgentFile(srcFile, agentsDest, runtime);
|
|
293
373
|
count++;
|
|
294
374
|
}
|
|
295
375
|
}
|
|
296
|
-
|
|
376
|
+
const shape = runtime.agentMetadata === 'toml' ? 'agents/ with Codex metadata' : 'agents/';
|
|
377
|
+
success(`Installed ${count} specialist agents to ${shape}`);
|
|
297
378
|
}
|
|
298
379
|
|
|
299
380
|
// 3. Install the master SKILL.md (always-on context)
|
package/lib/README.md
CHANGED
|
@@ -1,28 +1,80 @@
|
|
|
1
|
-
# lib/ - Runtime Library
|
|
1
|
+
# lib/ - Runtime Library
|
|
2
2
|
|
|
3
|
-
This directory
|
|
4
|
-
|
|
3
|
+
This directory contains the JavaScript runtime modules that support Godpowers
|
|
4
|
+
validation, routing, workflow execution, state management, observability, and
|
|
5
|
+
package-level integrations.
|
|
5
6
|
|
|
6
|
-
##
|
|
7
|
+
## Core state and intent
|
|
7
8
|
|
|
8
|
-
| Module | Purpose |
|
|
9
|
-
|
|
10
|
-
| `state.js` | Read
|
|
11
|
-
| `
|
|
12
|
-
| `intent.js` | Read
|
|
13
|
-
| `
|
|
14
|
-
| `
|
|
15
|
-
| `
|
|
16
|
-
| `metrics.js` | Compute per-tier stats from events.jsonl | v0.7 |
|
|
17
|
-
| `extension-loader.js` | Lazy-activate skill packs | v0.8 |
|
|
9
|
+
| Module | Purpose |
|
|
10
|
+
|--------|---------|
|
|
11
|
+
| `state.js` | Read, initialize, validate, and write `.godpowers/state.json`. |
|
|
12
|
+
| `state-lock.js` | Coordinate state writes with a lock file. |
|
|
13
|
+
| `intent.js` | Read and validate `intent.yaml` from project roots or `.godpowers/`. |
|
|
14
|
+
| `checkpoint.js` | Create and inspect resumable checkpoint artifacts. |
|
|
15
|
+
| `budget.js` | Read and enforce configured budget controls. |
|
|
16
|
+
| `cost-tracker.js` | Track token and cost estimates from event streams. |
|
|
18
17
|
|
|
19
|
-
##
|
|
18
|
+
## Events and observability
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
| Module | Purpose |
|
|
21
|
+
|--------|---------|
|
|
22
|
+
| `events.js` | Append structured runtime events. |
|
|
23
|
+
| `event-reader.js` | Read and aggregate event streams. |
|
|
24
|
+
| `otel-exporter.js` | Export Godpowers events in an OpenTelemetry-shaped format. |
|
|
25
|
+
| `runtime-audit.js` | Audit runtime health and expected project state. |
|
|
26
|
+
| `runtime-test.js` | Provide runtime checks used by package tests. |
|
|
23
27
|
|
|
24
|
-
|
|
25
|
-
these modules ship.
|
|
28
|
+
## Routing and execution
|
|
26
29
|
|
|
27
|
-
|
|
28
|
-
|
|
30
|
+
| Module | Purpose |
|
|
31
|
+
|--------|---------|
|
|
32
|
+
| `router.js` | Resolve user intent to skills, agents, recipes, and workflows. |
|
|
33
|
+
| `recipes.js` | Load and validate routing recipes. |
|
|
34
|
+
| `workflow-parser.js` | Parse workflow YAML into executable steps. |
|
|
35
|
+
| `workflow-runner.js` | Execute workflow steps with validation hooks. |
|
|
36
|
+
| `agent-cache.js` | Cache agent metadata for faster routing. |
|
|
37
|
+
| `agent-validator.js` | Validate agent frontmatter and contracts. |
|
|
38
|
+
|
|
39
|
+
## Artifact quality
|
|
40
|
+
|
|
41
|
+
| Module | Purpose |
|
|
42
|
+
|--------|---------|
|
|
43
|
+
| `artifact-linter.js` | Check artifacts for required labels, evidence, and domain precision. |
|
|
44
|
+
| `artifact-diff.js` | Compare artifact changes for review and release workflows. |
|
|
45
|
+
| `have-nots-validator.js` | Check artifacts against known failure modes. |
|
|
46
|
+
| `meta-linter.js` | Validate Godpowers documentation and skill metadata. |
|
|
47
|
+
| `story-validator.js` | Validate story artifacts and story lifecycle state. |
|
|
48
|
+
|
|
49
|
+
## Design, context, and integrations
|
|
50
|
+
|
|
51
|
+
| Module | Purpose |
|
|
52
|
+
|--------|---------|
|
|
53
|
+
| `context-writer.js` | Produce tool-specific context files. |
|
|
54
|
+
| `context-budget.js` | Keep generated context within budget. |
|
|
55
|
+
| `design-detector.js` | Detect design-system conventions. |
|
|
56
|
+
| `design-spec.js` | Normalize design specifications. |
|
|
57
|
+
| `awesome-design.js` | Validate design guidance against awesome-design rules. |
|
|
58
|
+
| `browser-bridge.js` | Connect browser verification flows. |
|
|
59
|
+
| `agent-browser-driver.js` | Drive browser-backed agent checks. |
|
|
60
|
+
| `skillui-bridge.js` | Bridge skill metadata into UI surfaces. |
|
|
61
|
+
| `impeccable-bridge.js` | Bridge runtime checks into impeccable quality workflows. |
|
|
62
|
+
| `extensions.js` | Load and validate extension packs. |
|
|
63
|
+
|
|
64
|
+
## Repository and graph helpers
|
|
65
|
+
|
|
66
|
+
| Module | Purpose |
|
|
67
|
+
|--------|---------|
|
|
68
|
+
| `code-scanner.js` | Scan source trees for routing and quality evidence. |
|
|
69
|
+
| `cross-artifact-impact.js` | Detect relationships between changed artifacts. |
|
|
70
|
+
| `cross-repo-linkage.js` | Track suite-level repository relationships. |
|
|
71
|
+
| `drift-detector.js` | Detect context drift between artifacts and implementation. |
|
|
72
|
+
| `impact.js` | Summarize expected impact of proposed changes. |
|
|
73
|
+
| `linkage.js` | Connect artifacts, stories, and implementation files. |
|
|
74
|
+
| `multi-repo-detector.js` | Detect multi-repository workspaces. |
|
|
75
|
+
| `reverse-sync.js` | Reflect implementation changes back into artifacts. |
|
|
76
|
+
| `review-required.js` | Decide when review gates should block progress. |
|
|
77
|
+
| `suite-state.js` | Manage state across registered project suites. |
|
|
78
|
+
|
|
79
|
+
See `../ARCHITECTURE.md` for system design and `../docs/ROADMAP.md` for planned
|
|
80
|
+
runtime work.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "godpowers",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "AI-powered development system: 106 slash commands and 39 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"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
-
"test": "node scripts/validate-skills.js && node scripts/test-doc-surface-counts.js && bash scripts/smoke.sh && node scripts/test-runtime.js && node scripts/test-router.js && node scripts/test-recipes.js && node scripts/test-context-writer.js && node scripts/test-pillars.js && node scripts/test-artifact-linter.js && node scripts/test-artifact-diff.js && node scripts/test-design-foundation.js && node scripts/test-linkage.js && node scripts/test-impact.js && node scripts/test-reverse-sync.js && node scripts/test-integration.js && node scripts/test-cross-artifact.js && node scripts/test-awesome-design.js && node scripts/test-skillui-bridge.js && node scripts/test-runtime-verification.js && node scripts/test-agent-browser.js && node scripts/test-mode-d.js && node scripts/test-runtime-heuristics.js && node scripts/test-agent-validator.js && node scripts/test-story-validator.js && node scripts/test-state.js && node scripts/test-intent.js && node scripts/test-events.js && node scripts/test-golden-artifacts.js && node scripts/test-install-smoke.js && node scripts/test-checkpoint.js && node scripts/test-extensions.js && node scripts/test-event-reader.js && node scripts/test-state-lock.js && node scripts/test-cost-saver.js && node scripts/test-budget-onoff.js && node scripts/test-workflow-runner.js && node scripts/test-otel-exporter.js && node scripts/test-extensions-publish.js",
|
|
9
|
+
"test": "node scripts/validate-skills.js && node scripts/test-doc-surface-counts.js && bash scripts/smoke.sh && node scripts/test-runtime.js && node scripts/test-router.js && node scripts/test-recipes.js && node scripts/test-context-writer.js && node scripts/test-pillars.js && node scripts/test-artifact-linter.js && node scripts/test-artifact-diff.js && node scripts/test-design-foundation.js && node scripts/test-linkage.js && node scripts/test-impact.js && node scripts/test-reverse-sync.js && node scripts/test-integration.js && node scripts/test-cross-artifact.js && node scripts/test-awesome-design.js && node scripts/test-skillui-bridge.js && node scripts/test-runtime-verification.js && node scripts/test-agent-browser.js && node scripts/test-mode-d.js && node scripts/test-runtime-heuristics.js && node scripts/test-agent-validator.js && node scripts/test-story-validator.js && node scripts/test-state.js && node scripts/test-intent.js && node scripts/test-events.js && node scripts/test-golden-artifacts.js && node scripts/test-install-smoke.js && node scripts/test-checkpoint.js && node scripts/test-extensions.js && node scripts/test-event-reader.js && node scripts/test-state-lock.js && node scripts/test-cost-saver.js && node scripts/test-budget-onoff.js && node scripts/test-workflow-runner.js && npm run test:e2e && node scripts/test-otel-exporter.js && node scripts/test-extensions-publish.js",
|
|
10
10
|
"prepublishOnly": "npm test",
|
|
11
11
|
"validate-skills": "node scripts/validate-skills.js",
|
|
12
12
|
"test:surface": "node scripts/test-doc-surface-counts.js",
|
|
@@ -17,7 +17,11 @@
|
|
|
17
17
|
"test:context": "node scripts/test-context-writer.js",
|
|
18
18
|
"test:pillars": "node scripts/test-pillars.js",
|
|
19
19
|
"test:linter": "node scripts/test-artifact-linter.js",
|
|
20
|
-
"test:diff": "node scripts/test-artifact-diff.js"
|
|
20
|
+
"test:diff": "node scripts/test-artifact-diff.js",
|
|
21
|
+
"test:e2e": "node tests/integration/full-arc.test.js",
|
|
22
|
+
"test:audit": "npm audit --omit=dev && git diff --check && npm run test:surface",
|
|
23
|
+
"pack:check": "node scripts/check-package-contents.js",
|
|
24
|
+
"release:check": "npm test && npm run test:audit && npm run pack:check"
|
|
21
25
|
},
|
|
22
26
|
"keywords": [
|
|
23
27
|
"ai",
|
|
@@ -4,14 +4,12 @@ Per-tier reference content for Tier 2 (Building: Repo, Build).
|
|
|
4
4
|
|
|
5
5
|
## Files
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- `BUILD-ANTIPATTERNS.md`: failure modes for implementation planning and execution.
|
|
8
|
+
- `BUILD-VERTICAL-SLICES.md`: guidance for slicing work into user-visible increments.
|
|
9
|
+
- `BUILD-WAVES.md`: dependency-aware parallelism patterns for multi-agent work.
|
|
8
10
|
|
|
9
|
-
##
|
|
11
|
+
## Use
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- Atomic commit examples
|
|
15
|
-
- Wave parallelism dependency analysis worked examples
|
|
16
|
-
|
|
17
|
-
See [HAVE-NOTS.md](../HAVE-NOTS.md) for the canonical failure-mode catalog.
|
|
13
|
+
Use these references when reviewing implementation plans, build execution, and
|
|
14
|
+
agent workstream shape. Pair them with [HAVE-NOTS.md](../HAVE-NOTS.md) for the
|
|
15
|
+
canonical failure-mode catalog.
|
|
@@ -4,13 +4,16 @@ Per-tier reference content for Tier 1 (Planning: PRD, Architecture, Roadmap, Sta
|
|
|
4
4
|
|
|
5
5
|
## Files
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- `PRD-ANATOMY.md`: structure and evidence expectations for product requirements.
|
|
8
|
+
- `PRD-ANTIPATTERNS.md`: common ways PRDs become generic, untestable, or ungrounded.
|
|
9
|
+
- `ARCH-ANATOMY.md`: architecture decision structure, boundaries, and tradeoff framing.
|
|
10
|
+
- `ARCH-ANTIPATTERNS.md`: architecture theater, cargo-cult patterns, and weak constraints.
|
|
11
|
+
- `STACK-ANATOMY.md`: stack decision shape, flip points, and operational fit.
|
|
12
|
+
- `STACK-ANTIPATTERNS.md`: technology-choice failure modes and substitution-test misses.
|
|
13
|
+
- `ROADMAP-ANATOMY.md`: sequencing, dependency, and milestone structure.
|
|
14
|
+
- `ROADMAP-ANTIPATTERNS.md`: feature-factory, Gantt theater, and shelf-roadmap failures.
|
|
8
15
|
|
|
9
|
-
##
|
|
16
|
+
## Use
|
|
10
17
|
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
- Worked Stack decision examples with flip-point analysis
|
|
14
|
-
- Roadmap anti-examples: Gantt theater, feature-factory output, shelf roadmaps
|
|
15
|
-
|
|
16
|
-
See [HAVE-NOTS.md](../HAVE-NOTS.md) for the canonical failure-mode catalog.
|
|
18
|
+
Use these references when reviewing or generating Tier 1 artifacts. Pair them
|
|
19
|
+
with [HAVE-NOTS.md](../HAVE-NOTS.md) for the canonical failure-mode catalog.
|
|
@@ -4,15 +4,16 @@ Per-tier reference content for Tier 3 (Deploy, Observe, Launch, Harden).
|
|
|
4
4
|
|
|
5
5
|
## Files
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- `DEPLOY-PATTERNS.md`: deployment promotion patterns and release safety checks.
|
|
8
|
+
- `DEPLOY-ANTIPATTERNS.md`: deployment failure modes and operational shortcuts.
|
|
9
|
+
- `OBSERVE-SLO-EXAMPLES.md`: SLO, alerting, and error-budget examples.
|
|
10
|
+
- `OBSERVE-ANTIPATTERNS.md`: observability gaps, noisy alerts, and weak signals.
|
|
11
|
+
- `LAUNCH-ANTIPATTERNS.md`: launch readiness, messaging, and adoption failure modes.
|
|
12
|
+
- `HARDEN-OWASP-WORKSHEETS.md`: security review worksheets based on OWASP categories.
|
|
13
|
+
- `HARDEN-ANTIPATTERNS.md`: hardening gaps and security theater patterns.
|
|
8
14
|
|
|
9
|
-
##
|
|
15
|
+
## Use
|
|
10
16
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
-
|
|
14
|
-
- OWASP Top 10 manual review worksheets
|
|
15
|
-
- Launch copy substitution-test calibration set
|
|
16
|
-
- D-7 to D+7 runbook templates
|
|
17
|
-
|
|
18
|
-
See [HAVE-NOTS.md](../HAVE-NOTS.md) for the canonical failure-mode catalog.
|
|
17
|
+
Use these references when preparing production releases, observability plans,
|
|
18
|
+
launch plans, and hardening reviews. Pair them with
|
|
19
|
+
[HAVE-NOTS.md](../HAVE-NOTS.md) for the canonical failure-mode catalog.
|
package/skills/god-doctor.md
CHANGED
|
@@ -48,7 +48,7 @@ GODPOWERS DOCTOR
|
|
|
48
48
|
Install: claude (~/.claude/)
|
|
49
49
|
[OK] 106 skills installed
|
|
50
50
|
[OK] 39 agents installed
|
|
51
|
-
[OK] VERSION matches (1.6.
|
|
51
|
+
[OK] VERSION matches (1.6.2)
|
|
52
52
|
[WARN] routing/god-doctor.yaml exists but skill file did not until now
|
|
53
53
|
|
|
54
54
|
Project: /Users/.../my-project/.godpowers/
|
package/skills/god-version.md
CHANGED
|
@@ -14,7 +14,7 @@ Print version and a short capability summary.
|
|
|
14
14
|
## Output
|
|
15
15
|
|
|
16
16
|
```
|
|
17
|
-
Godpowers v1.6.
|
|
17
|
+
Godpowers v1.6.2
|
|
18
18
|
Install: /Users/.../.claude/ (matches package.json)
|
|
19
19
|
Surface: 106 skills, 39 agents, 13 workflows, 36 recipes
|
|
20
20
|
Schema: intent.v1, state.v1, events.v1, workflow.v1, routing.v1, recipe.v1
|