Skip to content

Commit 4fa96a6

Browse files
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

File tree

deno.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"./coq-ecosystem/coq-jr",
1414
"./deno-ecosystem/projects/beamdeno",
1515
"./deno-ecosystem/projects/deno-bunbridge",
16-
"./rescript-ecosystem/cadre-router",
17-
"./rescript-ecosystem/cadre-router/tea-router",
18-
"./rescript-ecosystem/cadre-router/tea-router-pkg",
19-
"./rescript-ecosystem/cadre-tea-router",
2016
"./rescript-ecosystem/idaptik-rescript13-staging",
2117
"./rescript-ecosystem/idaptik-rescript13-staging/idaptik-ums",
2218
"./rescript-ecosystem/packages/bindings/d3",

rescript-ecosystem/packages/tooling/create-poly/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@hyperpolymath/rescript-poly-core",
2+
"name": "@hyperpolymath/rescript-create-poly",
33
"version": "0.1.0",
44
"exports": "./src/PolyCore.res.js",
55
"tasks": {

0 commit comments

Comments
 (0)