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
2aff60b
fix(brainstorm-server): ignore macOS resource-fork dotfiles
obra Jun 9, 2026
e357bac
fix(brainstorm-server): verify PID ownership before stopping
obra Jun 9, 2026
f777422
feat(brainstorm-server): 4h configurable idle timeout; close WS on sh…
obra Jun 9, 2026
6757436
feat(brainstorm-companion): resilient reconnect, live status, paused …
obra Jun 9, 2026
d8996ab
feat(brainstorm-server): reuse the same port on session restart
obra Jun 9, 2026
8ff9d07
feat(brainstorm-server): opt-in auto-open of the browser on the first…
obra Jun 9, 2026
3b4f91b
feat(brainstorming): offer the visual companion just-in-time; harden …
obra Jun 9, 2026
bfe7b80
fix(brainstorm-server): address adversarial review findings
obra Jun 9, 2026
8ca0159
fix(brainstorm-server): tie stop-server PID check to the session's port
obra Jun 10, 2026
712ff44
docs(brainstorm): catalog visual companion issues; choose session-key…
obra Jun 9, 2026
069cec4
feat(brainstorm-server): gate every endpoint behind a per-session key
obra Jun 9, 2026
6654e76
test(brainstorm-server): thread session key through tests after auth …
obra Jun 10, 2026
08219eb
fix(brainstorm-server): fix auth-integration bugs from full-branch re…
obra Jun 10, 2026
f656a28
Document visual companion auth hardening plan
arittr Jun 10, 2026
7b757c6
Harden brainstorm companion auth regressions
arittr Jun 10, 2026
d47489f
Harden companion Windows lifecycle coverage
arittr Jun 10, 2026
e0d991c
Document visual companion final hardening fixup
arittr Jun 11, 2026
dc3b43b
Tighten visual companion hardening spec
arittr Jun 11, 2026
ab8e65c
Plan visual companion final hardening fixup
arittr Jun 11, 2026
9e0ec50
Harden root screen containment
arittr Jun 11, 2026
e82641d
Fix server test fallback cleanup
arittr Jun 11, 2026
d02a9fb
Isolate companion fallback tokens
arittr Jun 11, 2026
e3955d1
Harden companion stop ownership proof
arittr Jun 11, 2026
84217fb
Fix companion lifecycle test ownership metadata
arittr Jun 11, 2026
3f047bd
Harden companion platform tests
arittr Jun 11, 2026
fa0b76b
Fix companion test cleanup and argv assertions
arittr Jun 11, 2026
0c87353
Align visual companion docs with shipped scope
arittr Jun 11, 2026
6cd4548
Fix Windows lifecycle validation
arittr Jun 11, 2026
ff46d10
Harden Windows browser launcher
arittr Jun 11, 2026
ab25b90
Fix companion stop metadata and token permissions
arittr Jun 11, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.worktrees/
.private-journal/
.claude/
.superpowers/
.DS_Store
node_modules/
inspo
Expand Down
352 changes: 352 additions & 0 deletions docs/superpowers/plans/2026-06-09-visual-companion-issues.md

Large diffs are not rendered by default.

Loading