Commit 4b256e6
fix: resolve JSON escape sequence and tsx dependency issues
Problem matcher fixes:
- Fix JSON escape sequences in .github/matchers/flakeguard.json
- Properly escape square brackets: \[ becomes \[ in JSON regex patterns
- Fixes "Bad JSON escape sequence: \[" error in GitHub Actions problem matcher loading
Dependency fixes:
- Add tsx as devDependency to packages/cli package.json
- Enables pnpm --filter @flakeguard/cli exec tsx commands in CI workflows
- Fixes ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "tsx" not found
Validation results:
✅ Problem matcher JSON is valid and loads correctly
✅ tsx is accessible via pnpm exec tsx in packages/cli context
✅ FlakeGuard workflows should now complete without dependency errors
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6bc990f commit 4b256e6
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments