This website requires JavaScript.
Explore
Help
Sign In
dave
/
storkit
Watch
1
Star
0
Fork
0
You've already forked storkit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
7
Wiki
Activity
Files
80639b210bca1ac8c425a4e066ab79254d198b5e
storkit
/
server
/
src
/
io
/
mod.rs
6 lines
84 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: core agent tools (fs, search, shell)
2025-12-24 16:59:14 +00:00
pub
mod
fs
;
pub
mod
search
;
pub
mod
shell
;
Story 26: Establish TDD workflow and quality gates Add workflow engine with acceptance gates, test recording, and review queue. Frontend displays gate status (blocked/ready), test summaries, failing badges, and warnings. Proceed action is disabled when gates are not met. Includes 13 unit tests (Vitest) and 9 E2E tests (Playwright) covering all five acceptance criteria. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 12:54:04 +00:00
pub
mod
story_metadata
;
Spike 61: filesystem watcher and UI simplification Add notify-based filesystem watcher for .story_kit/work/ that auto-commits changes with deterministic messages and broadcasts events over WebSocket. Push full pipeline state (Upcoming, Current, QA, To Merge) to frontend on connect and after every watcher event. Strip dead UI: remove ReviewPanel, GatePanel, TodoPanel, UpcomingPanel and all associated REST polling. Replace with 4 generic StagePanel components driven by WebSocket. Simplify AgentPanel to roster-only. Delete all 11 workflow HTTP endpoints and 16 request/response types from the server. Clean dead code from workflow module. MCP tools call Rust functions directly and need none of the HTTP layer. Net: ~4,100 lines deleted, ~400 added. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 19:39:19 +00:00
pub
mod
watcher
;
Reference in New Issue
Copy Permalink