Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
03c22c8
feat: persist supervisor target ids
pallyoung May 12, 2026
c7f1450
feat: add target-scoped supervisor memory
pallyoung May 13, 2026
ca28c11
docs(changelog): expand v0.3.7 release notes
pallyoung May 14, 2026
7dc6764
Merge remote-tracking branch 'origin/main' into develop
pallyoung May 14, 2026
0b1cf7b
fix: harden supervisor target transitions
pallyoung May 14, 2026
a9e815c
Merge codex/supervisor-target-memory
pallyoung May 14, 2026
b3f4dfc
docs: add offline recovery vs session gate design
pallyoung May 14, 2026
59f6573
docs: add conversion-first activation design
pallyoung May 14, 2026
4a942aa
docs: add agent-first workspace mock
pallyoung May 14, 2026
4d85628
docs: remove agent-first workspace mock
pallyoung May 14, 2026
72390ab
fix(server): decouple tree visibility from gitignore
pallyoung May 14, 2026
c8964ef
chore: ignore nested coder-studio runtime dirs
pallyoung May 14, 2026
71f3e3a
Fix mobile session pane cleanup
pallyoung May 14, 2026
434ac10
fix(web): keep offline recovery out of session gate
pallyoung May 14, 2026
000b2b1
test(server): add tree and watcher regression coverage
pallyoung May 14, 2026
827557a
docs(superpowers): add implementation plans and specs
pallyoung May 14, 2026
2dfb05f
Clean up mobile shell test warning
pallyoung May 14, 2026
4c1f759
Remove unused mobile shell test variable
pallyoung May 14, 2026
b37f510
docs: add pc style polish design spec
pallyoung May 14, 2026
d02a77a
docs: add contextual diagnostics assistant design
pallyoung May 15, 2026
1d0df1c
test: stabilize develop branch regression checks
pallyoung May 15, 2026
1a39128
fix: preserve supervisor plan step status literals
pallyoung May 15, 2026
27d958e
docs: add managed restart terminal preservation design
pallyoung May 15, 2026
e27cd04
chore(changeset): add patch release note for windows runtime verifica…
pallyoung May 15, 2026
2ed1034
fix supervisor rollback and busy state
pallyoung May 15, 2026
8cff1ba
fix: keep supervisor target state on schema v2
pallyoung May 15, 2026
fbb731b
fix: drop supervisor repo targetId input
pallyoung May 15, 2026
4c185a3
fix: harden supervisor objective resets
pallyoung May 15, 2026
03870c9
fix: harden supervisor reset edge cases
pallyoung May 16, 2026
ba34763
fix: preserve concurrent supervisor updates
pallyoung May 16, 2026
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
5 changes: 5 additions & 0 deletions .changeset/fair-forks-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spencer-kit/coder-studio": patch
---

Fix Windows runtime verification by preserving supervisor plan step status literals during evaluation payload parsing so the bundled server package builds cleanly in CI.
5 changes: 5 additions & 0 deletions .changeset/sharp-bottles-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spencer-kit/coder-studio": patch
---

Fix supervisor creation rollback when target files fail, and keep manual trigger disabled while an earlier supervisor cycle is still in flight.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ e2e-ui/test-results/
/superpowers/
/.superpowers/
/.coder-studio/
.coder-studio/
/.codex
tsconfig.tsbuildinfo

Expand Down
1,217 changes: 1,217 additions & 0 deletions docs/superpowers/plans/2026-05-11-supervisor-execution-policy.md

Large diffs are not rendered by default.

Loading
Loading