fix(review): address source-run feedback

This commit is contained in:
Turtle
2026-08-11 11:22:08 +08:00
parent 01257351d9
commit d8e50c2c0b
15 changed files with 212 additions and 10 deletions
+8
View File
@@ -10,6 +10,10 @@ pre-commit:
- '.agents/notes/archived/**'
run: node_modules/.bin/tsx scripts/verify-translation-pairing.ts --cached {staged_files}
- name: archived agent notes
glob: '.agents/notes/archived/**'
run: node_modules/.bin/tsx scripts/verify-archived-agent-notes.ts
- name: lint (staged)
glob: '*.{ts,tsx,mts,cts,mjs}'
exclude:
@@ -41,6 +45,10 @@ pre-merge-commit:
- '.agents/notes/archived/**'
run: node_modules/.bin/tsx scripts/verify-translation-pairing.ts --cached {staged_files}
- name: archived agent notes
glob: '.agents/notes/archived/**'
run: node_modules/.bin/tsx scripts/verify-archived-agent-notes.ts
pre-push:
jobs:
- name: typecheck