chore(scripts): extract forbidden string check into dedicated script

Replace the inline opncd.ai/s/ grep added to check-kilocode-change with a standalone script/check-forbidden-strings.ts. Wired into test-vscode.yml as a separate step alongside the existing marker check.
This commit is contained in:
kiloconnect[bot]
2026-05-18 10:47:28 +00:00
parent 2c6bb834d9
commit 7992aadf34
4 changed files with 67 additions and 2 deletions
+4
View File
@@ -53,3 +53,7 @@ jobs:
- name: Check for kilocode_change markers
working-directory: packages/kilo-vscode
run: bun run check-kilocode-change
- name: Check for forbidden strings
working-directory: packages/kilo-vscode
run: bun run check-forbidden-strings