Dave
81d4889cee
Expand vite watch ignore list to prevent silent crashes on merge
...
Vite only needs to watch frontend/ sources. Ignore git objects,
Rust source, Cargo files, node_modules, and vendor directories
that change in bulk during squash merges.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:17:47 +00:00
Dave
0eb2cd8ec3
Stop tracking .mcp.json — it is generated at runtime
...
The server writes .mcp.json with its current port on startup and
during worktree creation. Tracking it in git causes QA gate failures
when the worktree copy diverges from master (e.g. different port).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:15:35 +00:00
Dave
b251ed7421
story-kit: create 272_story_clear_merge_error_front_matter_when_story_leaves_merge_stage
2026-03-17 17:14:19 +00:00
Dave
4a600e9954
story-kit: create 271_story_show_assigned_agent_in_expanded_work_item_view
2026-03-17 17:13:08 +00:00
Dave
cfb810b061
story-kit: start 270_bug_qa_test_server_overwrites_root_mcp_json_with_wrong_port
2026-03-17 17:10:45 +00:00
Dave
71bd999586
story-kit: create 270_bug_qa_test_server_overwrites_root_mcp_json_with_wrong_port
2026-03-17 17:10:30 +00:00
Dave
10d0cdeeae
story-kit: accept 256_story_bot_must_verify_other_users_cross_signing_identity_before_checking_device_verification
2026-03-17 17:09:27 +00:00
Dave
6e375aaab5
story-kit: create 270_bug_qa_test_server_overwrites_root_mcp_json_with_wrong_port
2026-03-17 17:08:26 +00:00
Dave
e7edf9a8d5
story-kit: done 268_refactor_upgrade_tokio_tungstenite_to_0_29_0
2026-03-17 17:02:34 +00:00
Dave
20431f625b
story-kit: merge 268_refactor_upgrade_tokio_tungstenite_to_0_29_0
2026-03-17 17:02:31 +00:00
Dave
d35f0f19fb
story-kit: queue 268_refactor_upgrade_tokio_tungstenite_to_0_29_0 for merge
2026-03-17 16:59:54 +00:00
Dave
4303b33b90
story-kit: queue 266_story_matrix_bot_structured_conversation_history for QA
2026-03-17 16:58:19 +00:00
Dave
f9c0d24d7a
story-kit: accept 259_story_move_story_kit_ignores_into_story_kit_gitignore
2026-03-17 16:57:12 +00:00
Dave
ec3277234c
story-kit: queue 267_story_mcp_update_story_tool_should_support_front_matter_fields for QA
2026-03-17 16:53:12 +00:00
Dave
0a28aae041
story-kit: queue 268_refactor_upgrade_tokio_tungstenite_to_0_29_0 for QA
2026-03-17 16:47:46 +00:00
Dave
a7a8358cbb
story-kit: create 269_story_file_references_in_web_ui_chat_input
2026-03-17 16:46:55 +00:00
Dave
6b6cb525a7
story-kit: start 268_refactor_upgrade_tokio_tungstenite_to_0_29_0
2026-03-17 16:43:45 +00:00
Dave
27465b1130
story-kit: create 268_refactor_upgrade_tokio_tungstenite_to_0_29_0
2026-03-17 16:43:34 +00:00
Dave
e74c370c7e
Improve release changelog and fix MCP port
...
Generate structured changelogs from completed stories instead of raw
commit messages. Group by features, bug fixes, and refactors. Filter
out story-kit automation commits.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 16:42:48 +00:00
Dave
8defd5c671
story-kit: start 267_story_mcp_update_story_tool_should_support_front_matter_fields
2026-03-17 16:42:08 +00:00
Dave
a5c4fb553a
story-kit: create 267_story_mcp_update_story_tool_should_support_front_matter_fields
2026-03-17 16:41:47 +00:00
Dave
a7772d1421
story-kit: start 247_story_human_qa_gate_with_rejection_flow
2026-03-17 16:41:27 +00:00
Dave
ed967403fb
story-kit: start 247_story_human_qa_gate_with_rejection_flow
2026-03-17 16:40:09 +00:00
Dave
998b188ac7
story-kit: start 266_story_matrix_bot_structured_conversation_history
2026-03-17 16:39:42 +00:00
Dave
115c9fd6df
story-kit: done 265_story_spikes_skip_merge_and_stop_for_human_review
2026-03-17 16:36:03 +00:00
Dave
86694a4383
story-kit: merge 265_story_spikes_skip_merge_and_stop_for_human_review
2026-03-17 16:36:00 +00:00
Dave
7b324ea96e
story-kit: accept 257_story_rename_storkit_to_story_kit_in_header
2026-03-17 16:35:37 +00:00
Dave
744a12eeea
story-kit: queue 265_story_spikes_skip_merge_and_stop_for_human_review for merge
2026-03-17 16:33:37 +00:00
Dave
cffe63680d
Fix MCP server URL to match actual running port (3010)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
v0.2.0
2026-03-17 16:17:54 +00:00
Dave
f5fffd64b8
story-kit: create 266_story_matrix_bot_structured_conversation_history
2026-03-17 16:17:34 +00:00
Dave
ad68bc912f
story-kit: remove 266_story_matrix_bot_structured_conversation_history
2026-03-17 16:17:20 +00:00
Dave
d02d53d112
story-kit: create 266_story_matrix_bot_structured_conversation_history
2026-03-17 16:14:07 +00:00
Dave
3ce7276e89
Fix TS narrowing errors in Chat.test.tsx
...
TypeScript control flow analysis can't track reassignment inside vi.mock
callbacks, causing lastSendChatArgs to narrow to never. Use non-null
assertions after the explicit toBeNull() guard.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 16:13:29 +00:00
Dave
6d87e64859
story-kit: queue 265_story_spikes_skip_merge_and_stop_for_human_review for QA
2026-03-17 16:11:52 +00:00
Dave
83db282892
Bump version to 0.2.0
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 16:08:59 +00:00
Dave
f5d5196bf5
Fix cross-signing bootstrap by passing UIA password auth
...
The homeserver requires User-Interactive Authentication before accepting
cross-signing keys. Pass the bot's password so bootstrap succeeds.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 16:08:39 +00:00
Dave
7ec869baa8
Fixing mcp location
2026-03-17 15:58:40 +00:00
Dave
1a257b3057
story-kit: start 265_story_spikes_skip_merge_and_stop_for_human_review
2026-03-17 15:58:28 +00:00
Dave
b9fd87ed7c
story-kit: create 265_story_spikes_skip_merge_and_stop_for_human_review
2026-03-17 15:58:24 +00:00
Dave
fda763d3f0
story-kit: create 260_refactor_upgrade_libsqlite3_sys
2026-03-17 15:47:07 +00:00
Dave
77d89b17e8
story-kit: done 260_refactor_upgrade_libsqlite3_sys
2026-03-17 15:47:01 +00:00
Dave
df0fa46591
Revert "story-kit: merge 260_refactor_upgrade_libsqlite3_sys"
...
This reverts commit ea062400e5 .
2026-03-17 15:45:52 +00:00
Dave
1f5d70ce0d
story-kit: done 264_bug_claude_code_session_id_not_persisted_across_browser_refresh
2026-03-17 15:41:43 +00:00
Dave
0d46c86469
story-kit: merge 264_bug_claude_code_session_id_not_persisted_across_browser_refresh
2026-03-17 15:41:41 +00:00
Dave
a439f8fdcb
story-kit: queue 264_bug_claude_code_session_id_not_persisted_across_browser_refresh for merge
2026-03-17 15:39:34 +00:00
Dave
1adddf4e4c
story-kit: create 247_story_human_qa_gate_with_rejection_flow
2026-03-17 15:37:25 +00:00
Dave
23484716e2
story-kit: create 265_story_spikes_skip_merge_and_stop_for_human_review
2026-03-17 15:36:52 +00:00
Dave
92085f9071
story-kit: done 263_story_matrix_bot_self_signs_device_keys_at_startup_for_verified_encryption
2026-03-17 15:35:01 +00:00
Dave
ce899b569e
story-kit: merge 263_story_matrix_bot_self_signs_device_keys_at_startup_for_verified_encryption
2026-03-17 15:34:58 +00:00
Dave
da7216630b
story-kit: queue 263_story_matrix_bot_self_signs_device_keys_at_startup_for_verified_encryption for merge
2026-03-17 15:33:11 +00:00