Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
88178a4
Robust worktree recovery and macOS seatbelt sandbox for agents
avrabe Feb 17, 2026
9ab7c6b
Fix stale branch refs causing agents to work on outdated code
avrabe Feb 17, 2026
a964035
Fix seatbelt sandbox profile blocking agent execution
avrabe Feb 17, 2026
66c3ae0
Add verification-tagged acceptance criteria with audit gate
avrabe Feb 17, 2026
470911c
Enable seatbelt sandbox enforcement and add agent containment
Feb 17, 2026
3f74097
Fix seatbelt sandbox blocking git commit in worktrees
Feb 17, 2026
58d81e6
Add explicit git commit instructions to agent prompts
Feb 17, 2026
c7aaddd
Fix default branch detection in worktrees and worktree crash
Feb 18, 2026
e7bd6e8
Fix prompt bloat: only keep last retry context, not accumulated history
Feb 18, 2026
7782220
WIP: salvaged agent work
Feb 18, 2026
4b18a9c
WIP: salvaged agent work
Feb 18, 2026
ee4e9e2
WIP: salvaged agent work
Feb 18, 2026
d066baf
Fix review pipeline: branch-based diffs, JSON array parsing, pre-comm…
Feb 18, 2026
156653f
Wire traceability records into pipeline stages
Feb 18, 2026
39dc761
Add graceful shutdown and startup recovery to engine
Feb 18, 2026
7708962
Add pipeline documentation and contextual help to dashboard
Feb 18, 2026
a2bf483
Clarify dashboard sections with descriptions, tooltips, and filtered …
Feb 18, 2026
b054801
Fix agent activity cards to show meaningful real-time status
Feb 18, 2026
a7b38be
Fix dashboard retry button not showing response to user
Feb 18, 2026
421aaa2
Fix silent error swallowing in empty-change detection that discards a…
Feb 18, 2026
b82620f
Add WebSocket endpoint at /ws for bidirectional dashboard communication
Feb 18, 2026
7d65ca7
Restrict seatbelt sandbox git write access to prevent core.bare corru…
Feb 18, 2026
bcaa400
Always emit Requirement trace record, not just when requirement_id is…
Feb 18, 2026
4f3d476
Fix cross-task memory contamination and retry count persistence
Feb 19, 2026
12bd4da
Force-create branches to handle restarts with existing branches
Feb 19, 2026
3d46fbb
Skip branch creation in worktree pipelines and raise budget ceiling
Mar 1, 2026
d864d37
Fix agent nesting guard, add favicon, and bump agent timeout
Mar 1, 2026
1dd10ab
Expand gate checks with mutation testing, security audit, and structu…
Mar 1, 2026
3f89913
Add harness improvement loop for systematic learning
Mar 1, 2026
21efabc
Wire streaming subprocess output to emit AgentOutput SSE events
Mar 2, 2026
6b1940a
Wire Spec type into pipeline for spec-driven development
Mar 1, 2026
768366c
Strengthen spec-driven development tests and add spec to review page
Mar 1, 2026
a96dd39
Add task dependency ordering and conflict detection for parallel exec…
avrabe Mar 2, 2026
27666f0
Expose gate failure reports in task detail view and API
Mar 2, 2026
29ce083
Add exponential backoff, rapid failure detection, and per-repo cooldown
Mar 2, 2026
8590d31
Detect and recover from Claude CLI timeouts and review hangs
Mar 2, 2026
9827d44
Fix timeout recovery: correct worktree path bug and add timeout_recov…
Mar 2, 2026
87b7797
Add trust boundaries and risk stratification for files
Mar 1, 2026
73facc3
Eliminate polling-driven reloads and adopt reactive SPA architecture
Mar 2, 2026
0e15a2c
Fix empty-branch false positive in change detection
Mar 2, 2026
77faacd
Fix post-rebase build and test failures across all crates
Mar 7, 2026
0bc8202
Add strategic plan for thinning Thrum to pipeline controller
Mar 7, 2026
0028d8b
Use derive(Default) for simple first-variant enum defaults
Mar 7, 2026
c1ae5a1
Add claude_code.rs and wire streaming agent into pipeline
Mar 7, 2026
998ec8b
Delete old AiBackend trait dispatch layer (-1,578 lines)
Mar 7, 2026
4ad7718
Update PLAN-THIN-THRUM.md with execution progress
Mar 7, 2026
f47384f
Remove sandbox_profile param from pipeline functions
Mar 7, 2026
2a4f946
Delete non-essential modules: a2a, safety, sphinx_needs, consistency,…
Mar 7, 2026
f6a92be
Remove unused dependencies: ratatui, crossterm, cargo_toml
Mar 7, 2026
6a0c963
Add persistent session logging with OTel-compatible JSONL format
Mar 8, 2026
06d6ff4
Add sliding window pagination for session log viewer
Mar 8, 2026
ac83c97
Redesign dashboard to GitHub Actions-style split layout
Mar 8, 2026
c4a14be
Merge branch 'auto/TASK-0073/thrum/simplify-event-rs-collapse-eventki…
Mar 8, 2026
199fb75
Merge branch 'auto/TASK-0056/thrum/add-semantic-fallback-strategy-rot…
Mar 8, 2026
72aaf4e
Fix bare-repo worktree crash and agent count cleanup
Mar 8, 2026
b84eadc
Merge branch 'auto/TASK-0074/thrum/simplify-gate-rs-reduce-to-run-com…
Mar 8, 2026
4a814fc
Fix double-worktree bug: don't pass --worktree to Claude when Thrum a…
Mar 8, 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
Expand Up @@ -2,3 +2,4 @@
*.redb
.claude/
traces/
worktrees/
Loading
Loading