Commit 4fa96a6
CI hygiene: drop redundant trufflehog job (+ Deno @cadre/router dup pending) (#122)
Pre-existing CI failures on `main`, split out of the now-merged
k9-ecosystem PR (#120) so that PR stayed focused. None were introduced
by #120. **Both now fixed.**
## Fixed here
**Secret Scanner / Workflow security linter + trufflehog** —
`secret-scanner.yml` had a hand-rolled `trufflehog` job that was both
unpinned (`trufflehog@main`) and passed `--fail` on top of the action's
own `--fail` (`flag 'fail' cannot be repeated`). The reusable `scan` job
(SHA-pinned `hyperpolymath/standards` secret-scanner) already runs
trufflehog — the passing `scan / trufflehog` check — so the local job
was pure duplication. Removed it.
**Language / package anti-pattern** — the root `deno.json` workspace
listed `./rescript-ecosystem/cadre-router`,
`.../cadre-router/tea-router`, `.../cadre-router/tea-router-pkg`, and
`.../cadre-tea-router` as copies of the canonical top-level
`./cadre-router` / `./cadre-tea-router`, so two members declared
`@cadre/router`. Unlisted the legacy `rescript-ecosystem/cadre-*`
entries from the workspace (files retained on disk; top-level dirs are
canonical).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_019i2e5ABGBKQmMdqk8puFWx
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8f69307 commit 4fa96a6
2 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments