@jspg-ai/coding-bb 0.0.2-beta.29 → 0.0.3-beta.12

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.
Files changed (107) hide show
  1. package/cbb/bin/cbbm.js +1 -1
  2. package/cbb/dev-standards/rules/cbb-ai-behavior.md +118 -103
  3. package/cbb/lib/install/claude-code.js +1 -3
  4. package/cbb/lib/install/codebuddy.js +30 -0
  5. package/cbb/lib/install/init.js +354 -305
  6. package/cbb/lib/install/opencode.js +35 -31
  7. package/cbb/lib/install/qoder.js +1 -3
  8. package/cbb/lib/install/rule-rewrite.js +27 -0
  9. package/cbb/lib/install/trae.js +33 -0
  10. package/cbb/lib/install/workspaces.js +24 -0
  11. package/cbb/lib/openspec/index.js +337 -554
  12. package/cbb/lib/superpowers/index.js +246 -265
  13. package/cbb/lib/utils/check-update.js +9 -2
  14. package/cbb/lib/utils/gitignore.js +2 -0
  15. package/cbb/lib/utils/settings.js +17 -4
  16. package/cbb/lib/utils/tar.js +92 -0
  17. package/cbb/lib/utils/upstream.js +90 -0
  18. package/cbb/worktrees/skills/cbb-worktree-close/SKILL.md +33 -24
  19. package/cbb/worktrees/skills/cbb-worktree-close/scripts/check-env.js +4 -4
  20. package/cbb/worktrees/skills/cbb-worktree-close/scripts/remove-worktrees.js +2 -2
  21. package/cbb/worktrees/skills/cbb-worktree-init/SKILL.md +61 -78
  22. package/cbb/worktrees/skills/cbb-worktree-init/scripts/check-env-deep.js +3 -33
  23. package/cbb/worktrees/skills/cbb-worktree-init/scripts/check-env.js +5 -14
  24. package/cbb/worktrees/skills/cbb-worktree-init/scripts/create-worktrees.js +15 -37
  25. package/cbb/worktrees/skills/cbb-worktree-init/scripts/update-gitignore.js +25 -9
  26. package/cbb/worktrees/skills/cbb-worktree-push/SKILL.md +67 -31
  27. package/config/openspec/schemas/spec-driven/schema.yaml +29 -30
  28. package/config/openspec/schemas/spec-driven/templates/design.md +0 -18
  29. package/config/openspec/schemas/spec-driven/templates/proposal.md +4 -3
  30. package/config/upstream-mirrors.json +12 -0
  31. package/config/workspace-agents.sample.md +17 -13
  32. package/config/workspaces.json +5 -0
  33. package/openspec/.version +2 -3
  34. package/openspec/commands/apply.md +189 -175
  35. package/openspec/commands/archive.md +237 -216
  36. package/openspec/commands/bulk-archive.md +355 -327
  37. package/openspec/commands/continue.md +116 -105
  38. package/openspec/commands/explore.md +230 -199
  39. package/openspec/commands/ff.md +115 -104
  40. package/openspec/commands/new.md +74 -63
  41. package/openspec/commands/onboard.md +557 -548
  42. package/openspec/commands/propose.md +161 -150
  43. package/openspec/commands/sync.md +277 -249
  44. package/openspec/commands/update.md +92 -80
  45. package/openspec/commands/verify.md +175 -162
  46. package/openspec/skills/openspec-apply-change/SKILL.md +20 -5
  47. package/openspec/skills/openspec-archive-change/SKILL.md +30 -8
  48. package/openspec/skills/openspec-bulk-archive-change/SKILL.md +36 -6
  49. package/openspec/skills/openspec-continue-change/SKILL.md +14 -2
  50. package/openspec/skills/openspec-explore/SKILL.md +21 -9
  51. package/openspec/skills/openspec-ff-change/SKILL.md +14 -2
  52. package/openspec/skills/openspec-new-change/SKILL.md +13 -1
  53. package/openspec/skills/openspec-onboard/SKILL.md +49 -39
  54. package/openspec/skills/openspec-propose/SKILL.md +15 -3
  55. package/openspec/skills/openspec-sync-specs/SKILL.md +31 -2
  56. package/openspec/skills/openspec-update-change/SKILL.md +27 -14
  57. package/openspec/skills/openspec-verify-change/SKILL.md +17 -3
  58. package/package.json +2 -2
  59. package/superpowers/.version +4 -4
  60. package/superpowers/skills/brainstorming/SKILL.md +47 -12
  61. package/superpowers/skills/brainstorming/scripts/frame-template.html +213 -213
  62. package/superpowers/skills/brainstorming/scripts/server.cjs +723 -723
  63. package/superpowers/skills/brainstorming/visual-companion.md +6 -6
  64. package/superpowers/skills/diagnosing-superpowers/SKILL.md +120 -0
  65. package/superpowers/skills/diagnosing-superpowers/prompts/analyst-common.md +38 -0
  66. package/superpowers/skills/diagnosing-superpowers/prompts/cost-and-time.md +28 -0
  67. package/superpowers/skills/diagnosing-superpowers/prompts/plan-adherence.md +29 -0
  68. package/superpowers/skills/diagnosing-superpowers/prompts/quality-evidence.md +26 -0
  69. package/superpowers/skills/diagnosing-superpowers/prompts/repeated-work.md +30 -0
  70. package/superpowers/skills/diagnosing-superpowers/prompts/request-conflicts.md +20 -0
  71. package/superpowers/skills/diagnosing-superpowers/prompts/scrub-audit.md +33 -0
  72. package/superpowers/skills/diagnosing-superpowers/prompts/scrub.md +29 -0
  73. package/superpowers/skills/diagnosing-superpowers/prompts/similar-session.md +38 -0
  74. package/superpowers/skills/diagnosing-superpowers/prompts/skill-timeline.md +30 -0
  75. package/superpowers/skills/diagnosing-superpowers/prompts/stumbles.md +28 -0
  76. package/superpowers/skills/diagnosing-superpowers/references/context-safety.md +22 -0
  77. package/superpowers/skills/diagnosing-superpowers/references/github-issues.md +47 -0
  78. package/superpowers/skills/diagnosing-superpowers/references/redaction-policy.md +34 -0
  79. package/superpowers/skills/diagnosing-superpowers/references/session-discovery.md +31 -0
  80. package/superpowers/skills/diagnosing-superpowers/templates/bundle-README.md +77 -0
  81. package/superpowers/skills/diagnosing-superpowers/templates/case.md +64 -0
  82. package/superpowers/skills/diagnosing-superpowers/templates/issue.md +51 -0
  83. package/superpowers/skills/diagnosing-superpowers/templates/report.md +82 -0
  84. package/superpowers/skills/executing-plans/SKILL.md +350 -41
  85. package/superpowers/skills/executing-plans/scripts/task-done +52 -0
  86. package/superpowers/skills/executing-plans/scripts/task-start +28 -0
  87. package/superpowers/skills/requesting-code-review/SKILL.md +1 -1
  88. package/superpowers/skills/requesting-code-review/code-reviewer.md +17 -0
  89. package/superpowers/skills/subagent-driven-development/SKILL.md +18 -18
  90. package/superpowers/skills/subagent-driven-development/re-review-prompt.md +1 -1
  91. package/superpowers/skills/subagent-driven-development/scripts/review-package +53 -46
  92. package/superpowers/skills/subagent-driven-development/scripts/sdd-workspace +82 -40
  93. package/superpowers/skills/subagent-driven-development/scripts/task-brief +43 -41
  94. package/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +2 -2
  95. package/superpowers/skills/systematic-debugging/root-cause-tracing.md +1 -1
  96. package/superpowers/skills/test-driven-development/SKILL.md +10 -0
  97. package/superpowers/skills/using-superpowers/SKILL.md +2 -0
  98. package/superpowers/skills/using-superpowers/references/claude-code-tools.md +29 -0
  99. package/superpowers/skills/using-superpowers/references/muse-tools.md +35 -0
  100. package/superpowers/skills/writing-plans/SKILL.md +30 -9
  101. package/superpowers/skills/writing-skills/SKILL.md +4 -2
  102. package/superpowers/skills/writing-skills/graphviz-conventions.dot +171 -171
  103. package/cbb/worktrees/commands/worktree-close.md +0 -64
  104. package/cbb/worktrees/commands/worktree-init.md +0 -55
  105. package/cbb/worktrees/commands/worktree-push.md +0 -42
  106. package/cbb/worktrees/skills/cbb-worktree-init/scripts/auto-open.js +0 -136
  107. package/cbb/worktrees/skills/cbb-worktree-init/scripts/install-ai.js +0 -177
@@ -0,0 +1,77 @@
1
+ # Superpowers session diagnosis bundle
2
+
3
+ Session: <session-id>
4
+ Harness: <name> <version> (<provenance label>) Superpowers: <version> (<sha or "not a checkout">; <provenance label>)
5
+ Redaction level: skeleton | evidence | full
6
+ Built: <ISO timestamp>
7
+
8
+ Qualify header version fields as historical evidence, unverified snapshot,
9
+ current observation, or unknown. `environment.json` carries the same
10
+ provenance distinctions for every environment field and its supporting
11
+ location.
12
+
13
+ ## What this is
14
+
15
+ A scrubbed record of a coding-agent session that had superpowers installed
16
+ and went wrong. It lets an agent or person who was not present decide
17
+ whether superpowers contributed and, if so, what to change. The report
18
+ inside states what happened with `path:line` evidence. By design it
19
+ contains no diagnosis of superpowers and no proposed fix; that is the
20
+ reader's job.
21
+
22
+ ## Files
23
+
24
+ - `report.md` — the diagnosis report (problem statement, verdict,
25
+ environment, sessions, timeline, findings, involvement, coverage notes).
26
+ - `case.md` — the case file the analysts worked from.
27
+ - `environment.json` — machine-readable copy of the environment section.
28
+ - `timeline.md` — the per-turn timeline.
29
+ - `findings/<dimension>.md` — raw analyst findings per dimension.
30
+ - `transcripts/<session-id>.md` — condensed per-turn rendering of each
31
+ examined session (never the raw JSONL). Tool-result bodies by level:
32
+
33
+ | Level | Tool-result bodies |
34
+ |---|---|
35
+ | skeleton | intentionally limited; replaced by `[tool result: <tool>, <bytes> bytes, exit <code>]` |
36
+ | evidence | kept for cited events, including the commands and results needed to support findings |
37
+ | full | all kept |
38
+ - `scrub-log.md` — every placeholder used and its category (never the
39
+ original value).
40
+
41
+ ## How to read it
42
+
43
+ Start with `report.md` §1–2, then §7 (involvement) and the evidence lines
44
+ it cites, then the matching turns in `transcripts/`. `path:line` references
45
+ point at the original files on the reporter's machine; the same line
46
+ numbers are preserved in the condensed transcripts as `[L<n>]` markers.
47
+
48
+ ## Redaction
49
+
50
+ Placeholders look like `<EMAIL-1>`, `<PERSON-2>`, `<SECRET-3>`, `<HOST-4>`,
51
+ `<REPO-5>`, `<ORG-6>`, `<PROPRIETARY-7>`; home paths are rewritten to `~/…`. The same placeholder
52
+ always refers to the same original value within this bundle.
53
+
54
+ ## Producer instructions
55
+
56
+ Completed bundles replace these instructions with actual results.
57
+
58
+ After scrubbing, check every material exported finding using only this bundle:
59
+ resolve its citation to an included transcript/source marker, read the cited
60
+ command/result or quotation, and verify that it supports the claim. Path and
61
+ line existence alone are insufficient. Record specific limitations when the
62
+ redaction level or necessary withholding removes support.
63
+
64
+ Reconcile report, case, environment, findings, README and any local issue
65
+ draft. Refresh scrub-log counts against final files excluding the log itself.
66
+ Remove stale export statements; distinguish bundle preparation from archive
67
+ delivery. Retain a mapping from historical anchors to included evidence.
68
+
69
+ Record the independent privacy audit separately from evidence usefulness:
70
+ - Privacy audit: CLEAN or unresolved misses.
71
+ - Evidence support: supported or limited, with affected findings and reasons.
72
+
73
+ If content changes after checking, repeat the affected checks. Present the
74
+ final log, file list and both outcomes for the existing archive approval.
75
+ Archive the reviewed files and verify the delivered archive matches them.
76
+ Record archive delivery outside the reviewed bundle rather than changing its
77
+ contents after approval. Scrubbing is not exhaustive privacy certification.
@@ -0,0 +1,64 @@
1
+ # Case: <session-id>
2
+
3
+ Workspace: ~/.superpowers/diagnosing-superpowers/<session-id>/
4
+ Created: <ISO timestamp>
5
+
6
+ ## Problem statement (agreed with your human partner)
7
+
8
+ <One paragraph. Names the session(s), the turn range if known, what was
9
+ expected, what happened, and the observable that matters: wall-clock,
10
+ tokens, repeated actions, a specific unexpected action.>
11
+
12
+ Goal is a superpowers bug report: yes | no
13
+
14
+ ## Sessions
15
+
16
+ | Role | Session id | Absolute path | Lines | Bytes | Longest line (bytes) | First prompt (first 120 chars) | First timestamp |
17
+ |---|---|---|---|---|---|---|---|
18
+ | main | | | | | | | |
19
+ | subagent | | | | | | | |
20
+
21
+ Rejected candidates: <id — path — why rejected>, or "none".
22
+
23
+ Session still running at read time: yes | no (mtime <ISO>, lines <N>)
24
+
25
+ ## Environment
26
+
27
+ - OS: <name and version>
28
+ - Harness: <name> <version>
29
+ - Models seen: <model id — where (main / subagent id)>
30
+ - Superpowers install root: <path>; version <x.y.z>; git sha <sha or "not a checkout">
31
+ - Skill files read or injected during the session:
32
+
33
+ | Skill / source path | sha1 or unavailable | Provenance | Supporting location |
34
+ |---|---|---|---|
35
+
36
+ Label environment and skill observations as historical evidence, unverified
37
+ snapshot, current observation, or unknown. Check supplied provenance notes,
38
+ archives and captured skill bodies before declaring historical information
39
+ unavailable. Missing original paths do not erase retained copies. Current
40
+ versions/mtimes do not establish historical versions; one captured skill body
41
+ does not authenticate an entire installation.
42
+
43
+ - Other plugins / extensions / MCP servers configured: <list, or "none found">
44
+ - Instruction files present (paths only): <list>
45
+
46
+ ## Context-safety rules for every reader of these files
47
+
48
+ - Follow `references/context-safety.md` before reading any file listed here.
49
+ - In a subagent transcript, "user" is the parent agent.
50
+
51
+ ## Discovered sources and record meanings
52
+
53
+ - Sources consulted: <absolute path, tool, help, or documentation source>
54
+ - Extraction commands or queries: <bounded commands or tool queries used for each source>
55
+ - Target identity evidence: <session id, working directory, timestamps, matching content, and supporting record locations>
56
+ - Associated sessions: <session id, relationship, and supporting record locations, or "none found">
57
+ - Human messages: <record shape and evidence for its meaning>
58
+ - Injected messages and parent dispatches: <record shape and evidence for its meaning>
59
+ - Assistant messages: <record shape and evidence for its meaning>
60
+ - Tool calls and results: <record shapes, how they match, and evidence for those meanings>
61
+ - Usage counters: <fields, incremental or cumulative semantics, units, and evidence, or "unavailable">
62
+ - Timing: <fields, units, event boundaries, and evidence, or "unavailable">
63
+ - Other relevant records: <models, versions, compactions, or other meanings and evidence>
64
+ - Unresolved information: <missing, inaccessible, ambiguous, or absent information, or "none">
@@ -0,0 +1,51 @@
1
+ Title: <skill or symptom>: <one-line observable> (<harness>)
2
+
3
+ - [x] I searched existing issues and this is not a duplicate (searched: <query terms>; closest: <#n title, or "none">)
4
+
5
+ ## Environment (required)
6
+
7
+ | Field | Value | Provenance / supporting evidence |
8
+ |-------|-------|-------------------------------|
9
+ | Superpowers version | <version> (<sha or "not a checkout">) | <historical evidence / unverified snapshot / current observation / unknown>; <location> |
10
+ | Harness (Claude Code, Cursor, etc.) | <harness> | <label>; <location> |
11
+ | Harness version | <version> | <label>; <location> |
12
+ | Your model + version | <model ids seen> | <label>; <location> |
13
+ | All plugins installed | <list> | <label>; <location> |
14
+ | OS + shell | <os version>, <shell> | <label>; <location> |
15
+
16
+ ## Is this a Superpowers issue or a platform issue?
17
+
18
+ - [ ] I confirmed this issue does not occur without Superpowers installed
19
+
20
+ The reporter has not tried reproducing without superpowers. Evidence for
21
+ involvement is below; it does not establish cause.
22
+
23
+ ## What happened?
24
+
25
+ <Problem statement, then the triage verdict, with `path:line` citations
26
+ rewritten as `transcript line <n>`.>
27
+
28
+ ## Steps to reproduce
29
+
30
+ 1. <first human prompt, scrubbed>
31
+ 2. <the turns leading to the problem, one line each>
32
+ 3. <the observable>
33
+
34
+ ## Expected behavior
35
+
36
+ <from the problem statement>
37
+
38
+ ## Actual behavior
39
+
40
+ <from the triage verdict>
41
+
42
+ ## Debug log or conversation transcript
43
+
44
+ Session id(s): <ids>. Delivered local archive: <path, redaction level <level>
45
+ | none built>. Attached bundle: <no claim; attach only after approval>.
46
+ Superpowers involvement per the diagnosis report: <possible | likely>, with
47
+ evidence at <transcript lines>. This report does not propose a fix.
48
+
49
+ ---
50
+ Filed with the `diagnosing-superpowers` skill. Model, harness, harness
51
+ version, and installed plugins are listed above.
@@ -0,0 +1,82 @@
1
+ # Session diagnosis: <session-id>
2
+
3
+ Report path: ~/.superpowers/diagnosing-superpowers/<session-id>/report.md
4
+ Written: <ISO timestamp>
5
+
6
+ ## 1. Problem statement (REQUIRED)
7
+
8
+ <Copied from the case file.>
9
+
10
+ ## 2. Triage verdict (REQUIRED)
11
+
12
+ <What the evidence shows happened around the reported problem. Prose, with
13
+ `path:line` after every claim. State confidence: high / medium / low, and
14
+ what would raise it. No statement about what superpowers should do.>
15
+
16
+ ## 3. Environment (REQUIRED)
17
+
18
+ - OS:
19
+ - Harness and version:
20
+ - Models seen:
21
+ - Superpowers install root / version / git sha:
22
+ - Skill files read or injected (sha1 table from the case file):
23
+ - Other plugins, extensions, MCP servers:
24
+ - Instruction files present (paths only):
25
+
26
+ Label every environment field and skill observation as historical evidence,
27
+ unverified snapshot, current observation, or unknown, and record its
28
+ supporting evidence location.
29
+
30
+ ## 4. Sessions examined (REQUIRED)
31
+
32
+ | Role | Session id | Absolute path | Lines | Bytes |
33
+ |---|---|---|---|---|
34
+
35
+ Rejected candidates: <id — path — why>, or "none".
36
+
37
+ ## 5. Timeline (REQUIRED)
38
+
39
+ One row per human-typed prompt. Events column lists skills invoked,
40
+ subagents dispatched, compaction, errors, resumes, aborts.
41
+
42
+ | Turn | Line | Time | Request (one line) | Events |
43
+ |---|---|---|---|---|
44
+
45
+ ## 6. Findings (REQUIRED, one subsection per dimension)
46
+
47
+ Each finding:
48
+ ```
49
+ - finding: <one sentence>
50
+ evidence: <path:line> — "<short quote>"
51
+ turns: <first>–<last>
52
+ confidence: high | medium | low
53
+ ```
54
+ A dimension with nothing to report says `none found — checked: <what was checked>`.
55
+
56
+ ### 6.1 Skill timeline
57
+ ### 6.2 Plan adherence
58
+ ### 6.3 Repeated work
59
+ ### 6.4 Stumbles
60
+ ### 6.5 Quality evidence
61
+ ### 6.6 Request conflicts
62
+ ### 6.7 Cost and time
63
+ ### 6.8 Other plugins and skills used
64
+
65
+ ## 7. Superpowers involvement (REQUIRED)
66
+
67
+ not indicated | possible | likely
68
+
69
+ Evidence lines: <path:line list>. This section states involvement only. It
70
+ does not name a defect and does not propose a change.
71
+
72
+ ## 8. Coverage notes (REQUIRED)
73
+
74
+ - Not read: <ranges, files, and why>
75
+ - Harness features unavailable: <list or none>
76
+ - Session was in progress at read time: yes/no
77
+ - For your human partner to double-check: <list or none>
78
+
79
+ ## 9. Similar sessions (only when requested)
80
+
81
+ | Session id | Path | Date | Harness | Matched | Did not match |
82
+ |---|---|---|---|---|---|