Skip to content

Commit d890888

Browse files
fix(scorecard): drop archived polystack target, add boj-server-cartridges (#344)
## Summary `polystack` was archived during the 2026-05-26 cartridge-extraction initiative — its 11 LSP halves migrated into the new `hyperpolymath/boj-server-cartridges` repo (boj-server-cartridges PRs #1-#8, all merged). The scorecard target manifest still pointed at the archived repo, causing every scan run to skip the target silently. This replaces the stale `polystack` entry with the migration target `boj-server-cartridges` (placed alphabetically adjacent to the existing `boj-server` entry). ## Diff ```diff {"local": "boj-server", "github": "hyperpolymath/boj-server"}, + {"local": "boj-server-cartridges", "github": "hyperpolymath/boj-server-cartridges"}, ... - {"local": "polystack", "github": "hyperpolymath/polystack"}, ``` Per `boj-server-cartridges/docs/handover/2026-05-26/prompts/earlier-03-hypatia-scorecard-polystack-ref.adoc`. ## Test plan - [x] `jq .` validates the JSON. - [x] `git grep polystack -- '*.json'` shows zero remaining hits. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4dd27aa commit d890888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/verisim/dispatch/scorecard-target-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
{"local": "bofig", "github": "hyperpolymath/bofig"},
2929
{"local": "boinc-boinc", "github": "hyperpolymath/boinc-boinc"},
3030
{"local": "boj-server", "github": "hyperpolymath/boj-server"},
31+
{"local": "boj-server-cartridges", "github": "hyperpolymath/boj-server-cartridges"},
3132
{"local": "BowtieRisk.jl", "github": "hyperpolymath/BowtieRisk.jl"},
3233
{"local": "bqniser", "github": "hyperpolymath/bqniser"},
3334
{"local": "branch-newspaper", "github": "hyperpolymath/branch-newspaper"},
@@ -156,7 +157,6 @@
156157
{"local": "PolyglotFormalisms.jl", "github": "hyperpolymath/PolyglotFormalisms.jl"},
157158
{"local": "polyglot-i18n", "github": "hyperpolymath/polyglot-i18n"},
158159
{"local": "polysafe-gitfixer", "github": "hyperpolymath/polysafe-gitfixer"},
159-
{"local": "polystack", "github": "hyperpolymath/polystack"},
160160
{"local": "ponyiser", "github": "hyperpolymath/ponyiser"},
161161
{"local": "PostDisciplinary.jl", "github": "hyperpolymath/PostDisciplinary.jl"},
162162
{"local": "PRComms.jl", "github": "hyperpolymath/PRComms.jl"},

0 commit comments

Comments
 (0)