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
0b6ee41
refactor effect boundaries for ui and runtime entrypoints
hwisu Mar 6, 2026
84eb392
extract shell and settings ui models
hwisu Mar 6, 2026
f885cb7
adopt rust 2024 workspace defaults
hwisu Mar 6, 2026
6fb22d6
document unsafe boundaries in rust tooling
hwisu Mar 6, 2026
3f0ed8b
pin rust toolchain across local and ci
hwisu Mar 6, 2026
fe6baa7
refactor effect boundaries and rust entrypoints
hwisu Mar 6, 2026
4ddb4a5
split desktop change reader and worker auth routes
hwisu Mar 6, 2026
647b7eb
split handoff modules and desktop artifact commands
hwisu Mar 6, 2026
f7ca30a
extract setup doctor helpers
hwisu Mar 6, 2026
21a681d
extract desktop vector and summary modules
hwisu Mar 6, 2026
dba83dc
extract desktop session access module
hwisu Mar 6, 2026
eaeac87
extract desktop runtime settings module
hwisu Mar 6, 2026
fc49067
split desktop main tests and lifecycle status
hwisu Mar 6, 2026
35c7fab
split desktop main tests by concern
hwisu Mar 6, 2026
cc9c385
refactor(core): extract local store adapter
hwisu Mar 9, 2026
45103ec
refactor(parsers): make ParserRegistry the main entrypoint
hwisu Mar 9, 2026
8230c10
refactor(summary): split git collection helpers
hwisu Mar 9, 2026
5784a96
test(cli): split handoff CLI integration coverage
hwisu Mar 9, 2026
b6a7ab6
feat(ui): add settings page panel components
hwisu Mar 9, 2026
0d9210e
refactor(rust): align runtime boundaries with 2026 practices
hwisu Mar 9, 2026
9101576
chore(platform): drop generated desktop and worker artifacts
hwisu Mar 9, 2026
688f619
Add Korean localization and build cache guardrails
hwisu Mar 9, 2026
5297b09
Disable daemon doctests
hwisu Mar 9, 2026
85f5674
Fix review session filtering and shift CI local
hwisu Mar 9, 2026
901a74b
Fix handoff test unix permissions import
hwisu Mar 9, 2026
3477e10
Fix macOS-only test permissions import
hwisu Mar 9, 2026
33296b8
Make PR session artifacts opt-in persistent
hwisu Mar 9, 2026
49ceb94
Split deep CI away from PR workflow
hwisu Mar 9, 2026
db033dd
Skip session review automation on bot PRs
hwisu Mar 9, 2026
081e7be
Trim markdown bundle footprint
hwisu Mar 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ fi

run_node_check "desktop build preflight" scripts/validate/desktop-build-preflight.mjs --mode local
run_node_check "content contract check" scripts/verify-content-contract.mjs --check
run_node_check "CI workflow check" scripts/check-ci-workflow.mjs
run_node_check "session-review workflow check" scripts/check-session-review-workflow.mjs
echo "Running workflow/report unit tests..."
run_mise node --test scripts/tests/*.test.mjs
run_node_check "publishable dependency check" scripts/check-publishable-deps.mjs
run_node_check "rust artifact guardrail check" scripts/check-rust-artifact-guardrails.mjs
run_node_check "validation hook guardrail check" scripts/check-validation-hooks.mjs
run_node_check "docs portability check" scripts/check-doc-portability.mjs
run_node_check "product version sync check" scripts/sync-product-version.mjs --check
Expand Down
Loading