Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion superpowers-bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ A bundle release `1.x.y` is a published cut of schema major `v1`. A future schem

Baseline versions this schema was authored against. This is a **historical snapshot, not an end-to-end compatibility guarantee** — CI cannot run the full prompt-layer workflow in headless mode, so behavioral compatibility relies on human review when drift fires.

Current bundle release: **`1.3.0`** (see [VERSION](./VERSION)).
Current bundle release: **`1.3.1`** (see [VERSION](./VERSION)).

| superpowers-bridge | OpenSpec CLI | Superpowers plugin | Baseline as of |
|---|---|---|---|
Expand Down
2 changes: 1 addition & 1 deletion superpowers-bridge/README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ LLM 不必解讀 timing 文字 —— 跑指令、看結果即可。這是顧慮

本 schema 撰寫時所對齊的 upstream 基準版本。這是**歷史快照,不是端對端相容性承諾** — CI 無法在 headless 環境跑完整的 prompt-layer workflow,行為相容性依賴 drift 觸發人類檢核。

目前 bundle release: **`1.3.0`**(見 [VERSION](./VERSION))。
目前 bundle release: **`1.3.1`**(見 [VERSION](./VERSION))。

| superpowers-bridge | OpenSpec CLI | Superpowers plugin | 基準日期 |
|---|---|---|---|
Expand Down
2 changes: 1 addition & 1 deletion superpowers-bridge/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
6 changes: 4 additions & 2 deletions superpowers-bridge/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ description: >
because the alternative executor (executing-plans) loses TDD and
code-review transitive activation, defeating Superpowers' value.
If your platform lacks subagent support, use spec-driven instead.
Each artifact / apply step verifies its required skills before
invoking and surfaces a clear error if any are missing.
Each artifact / apply step that invokes a Superpowers skill
PRECHECKs it and STOPs with a clear error if it is missing; the one
OpenSpec skill used (openspec-verify-change) deliberately has a
documented manual fallback instead of a STOP.
brainstorm → proposal → specs, with design branching from brainstorm
in parallel; specs + design → tasks → plan → verify → retrospective.
design is required (reorganizes raw brainstorm output into structured
Expand Down
6 changes: 5 additions & 1 deletion superpowers-bridge/templates/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@ and Scenarios of `specs/*.md`:
## 5. Implementation Signal

- [ ] No unstaged files in the worktree
- [ ] All relevant commits pushed
- [ ] All code changes committed

**Commit range** (if known): `<from-sha>..<to-sha>`

> Scoped to *committed*, not pushed, on purpose: verify runs at apply step 3 and the branch is
> pushed at step 6, so a "pushed" box here could never be truthfully ticked. If you need the push
> recorded, it belongs to the finish step, not this report.

---

## 6. Front-Door Routing Leak Detector (warning, non-blocking)
Expand Down