Dave
9ed80384d5
story-kit: create 302_story_bot_cost_command_shows_total_and_per_story_token_spend
2026-03-19 10:14:01 +00:00
Dave
c2cda92337
story-kit: done 299_story_bot_git_status_command_shows_working_tree_and_branch_info
2026-03-19 10:11:30 +00:00
Dave
b25ae42737
story-kit: merge 299_story_bot_git_status_command_shows_working_tree_and_branch_info
2026-03-19 10:11:28 +00:00
Dave
7811130a8b
story-kit: create 300_story_show_token_cost_badge_on_pipeline_board_work_items
2026-03-19 10:10:27 +00:00
Dave
ec212cb5a2
story-kit: create 303_story_bot_cost_command_with_story_filter_for_detailed_breakdown
2026-03-19 10:08:57 +00:00
Dave
d174bb41e7
story-kit: create 302_story_bot_cost_command_shows_total_and_per_story_token_spend
2026-03-19 10:08:48 +00:00
Dave
40570888ff
story-kit: create 301_story_dedicated_token_usage_page_in_web_ui
2026-03-19 10:08:35 +00:00
Dave
dd75e9e0fa
story-kit: create 300_story_show_token_cost_badge_on_pipeline_board_work_items
2026-03-19 10:08:26 +00:00
Dave
c2aa9ef134
story-kit: accept 295_bug_stories_stuck_in_qa_when_qa_agent_is_busy
2026-03-19 09:58:55 +00:00
Dave
501d6d31ff
story-kit: create 299_story_bot_git_status_command_shows_working_tree_and_branch_info
2026-03-19 09:58:06 +00:00
Dave
db2f8fcfc5
story-kit: done 295_bug_stories_stuck_in_qa_when_qa_agent_is_busy
2026-03-19 09:57:32 +00:00
Dave
f325ddf9fe
story-kit: done 296_story_track_per_agent_token_usage_for_cost_visibility_and_optimisation
2026-03-19 09:55:28 +00:00
Dave
9cdb0d4ea8
story-kit: merge 296_story_track_per_agent_token_usage_for_cost_visibility_and_optimisation
2026-03-19 09:55:25 +00:00
Dave
6c413e1fc7
fix: call auto_assign_available_work after every pipeline advance (bug 295)
...
Stories got stuck in QA/merge when agents were busy at assignment time.
Consolidates auto_assign into a single unconditional call at the end of
run_pipeline_advance, so whenever any agent completes, the system
immediately scans for pending work and assigns free agents.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 09:53:41 +00:00
Dave
28b29b55a8
story-kit: accept 294_story_rename_app_title_from_story_kit_to_storkit
2026-03-19 09:47:31 +00:00
Dave
376de57252
story-kit: done 294_story_rename_app_title_from_story_kit_to_storkit
2026-03-19 09:46:31 +00:00
Dave
63f46751ac
story-kit: merge 294_story_rename_app_title_from_story_kit_to_storkit
2026-03-19 09:46:28 +00:00
Dave
dc9df6d497
story-kit: create 298_story_bot_htop_command_with_live_updating_process_dashboard
2026-03-19 09:41:26 +00:00
Dave
ae7b04fac5
story-kit: create 298_story_bot_htop_command_with_live_updating_process_dashboard
2026-03-19 09:39:38 +00:00
Dave
50959e6b67
story-kit: done 297_story_improve_bot_status_command_formatting
2026-03-19 09:39:08 +00:00
Dave
6353b12c1d
story-kit: merge 297_story_improve_bot_status_command_formatting
2026-03-19 09:39:05 +00:00
Dave
170fd53808
story-kit: create 296_story_track_per_agent_token_usage_for_cost_visibility_and_optimisation
2026-03-19 09:37:21 +00:00
Dave
597e6bf1c3
story-kit: create 298_story_bot_htop_command_with_live_updating_process_dashboard
2026-03-19 09:36:14 +00:00
Dave
7a5a56f211
story-kit: create 297_story_improve_bot_status_command_formatting
2026-03-19 09:26:32 +00:00
Dave
73c86b6946
story-kit: merge 293_story_register_all_bot_commands_in_the_command_registry
...
Moves status, ambient, and help commands into a unified command registry
in commands.rs. Help output now automatically lists all registered
commands. Resolved merge conflict with 1_backlog rename.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 09:14:04 +00:00
Dave
11afd21f17
story-kit: create 296_story_track_per_agent_token_usage_for_cost_visibility_and_optimisation
2026-03-19 09:03:46 +00:00
Dave
1d20cfc679
story-kit: create 296_story_track_per_agent_token_usage_for_cost_visibility_and_optimisation
2026-03-19 08:59:46 +00:00
Dave
959c680e10
story-kit: accept 293_story_register_all_bot_commands_in_the_command_registry
2026-03-19 08:37:52 +00:00
Dave
dd377de7db
story-kit: done 293_story_register_all_bot_commands_in_the_command_registry
2026-03-19 08:37:47 +00:00
Dave
9fee4d9478
story-kit: accept 292_story_show_server_logs_in_web_ui
2026-03-19 01:32:28 +00:00
Dave
40c04fcb28
story-kit: done 292_story_show_server_logs_in_web_ui
2026-03-19 01:31:28 +00:00
Dave
2f0d796b38
story-kit: merge 292_story_show_server_logs_in_web_ui
2026-03-19 01:31:25 +00:00
Dave
2346602b30
fix: default manual_qa to false so stories advance automatically
...
Bug 283 was implemented with manual_qa defaulting to true, causing all
stories to hold in QA for human review. Changed to default false as
originally specified — stories advance automatically unless explicitly
opted in with manual_qa: true.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 00:53:00 +00:00
Dave
13c0ee4c08
story-kit: create 295_bug_stories_stuck_in_qa_when_qa_agent_is_busy
2026-03-18 21:24:11 +00:00
Dave
483dca5b95
story-kit: create 295_bug_stories_stuck_in_qa_when_qa_agent_is_busy
2026-03-18 21:23:04 +00:00
Dave
dc7d070101
story-kit: create 294_story_rename_app_title_from_story_kit_to_storkit
2026-03-18 20:43:09 +00:00
Dave
875d1f88aa
story-kit: accept 291_story_show_test_results_in_work_item_detail_panel
2026-03-18 20:39:16 +00:00
Dave
f550018987
Updated toml to 1.0.7
2026-03-18 16:38:16 +00:00
Dave
52ec989c3a
Fixed some bot tests.
2026-03-18 16:37:23 +00:00
Dave
d080e8b12d
story-kit: accept 273_story_matrix_bot_sends_typing_indicator_while_waiting_for_claude_response
2026-03-18 16:11:51 +00:00
Dave
cfd85d3a0e
story-kit: accept 284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability
2026-03-18 16:06:45 +00:00
Dave
070d53068e
story-kit: accept 283_bug_pipeline_does_not_check_manual_qa_flag_before_advancing_from_qa_to_merge
2026-03-18 16:00:44 +00:00
Dave
fa8e0f39f6
story-kit: create 293_story_register_all_bot_commands_in_the_command_registry
2026-03-18 15:57:14 +00:00
Dave
503fa6b7bf
fix: rename remaining 1_upcoming references to 1_backlog in bot.rs
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 15:53:36 +00:00
Dave
51a0fb8297
story-kit: accept 282_story_matrix_bot_ambient_mode_toggle_via_chat_command
2026-03-18 15:52:35 +00:00
Dave
8ac85a0b67
chore: commit pending changes from session
...
- Add permission rules to .claude/settings.json
- Document empty merge and direct-to-master problems in problems.md
- Fix agent stream URL to use vite proxy instead of hardcoded host
- Add /agents proxy config to vite.config.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 15:50:20 +00:00
Dave
aa4e042e32
story-kit: done 247_story_human_qa_gate_with_rejection_flow
2026-03-18 15:47:51 +00:00
Dave
9352443555
story-kit: merge 247_story_human_qa_gate_with_rejection_flow
2026-03-18 15:47:48 +00:00
Dave
1faacd7812
story-kit: done 291_story_show_test_results_in_work_item_detail_panel
2026-03-18 15:43:41 +00:00
Dave
7451cb7170
story-kit: done 290_story_show_agent_output_stream_in_expanded_work_item_detail_panel
v0.3.2
2026-03-18 15:32:01 +00:00