Skip to content

Commit ddf5123

Browse files
authored
Merge pull request #18 from hwisu/codex/effect-srp-refactor
Codex/effect srp refactor
2 parents bf7d505 + 081e7be commit ddf5123

341 files changed

Lines changed: 42934 additions & 33164 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.githooks/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ fi
6666

6767
run_node_check "desktop build preflight" scripts/validate/desktop-build-preflight.mjs --mode local
6868
run_node_check "content contract check" scripts/verify-content-contract.mjs --check
69+
run_node_check "CI workflow check" scripts/check-ci-workflow.mjs
6970
run_node_check "session-review workflow check" scripts/check-session-review-workflow.mjs
71+
echo "Running workflow/report unit tests..."
72+
run_mise node --test scripts/tests/*.test.mjs
7073
run_node_check "publishable dependency check" scripts/check-publishable-deps.mjs
74+
run_node_check "rust artifact guardrail check" scripts/check-rust-artifact-guardrails.mjs
7175
run_node_check "validation hook guardrail check" scripts/check-validation-hooks.mjs
7276
run_node_check "docs portability check" scripts/check-doc-portability.mjs
7377
run_node_check "product version sync check" scripts/sync-product-version.mjs --check

0 commit comments

Comments
 (0)