fix(review): address source-run feedback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user