From b74131789e248cfd261b22001a908069da004018 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 18:26:28 +0100 Subject: [PATCH] fix(scorecard): drop archived polystack, add boj-server-cartridges target polystack was archived during the 2026-05-26 cartridge-extraction initiative; its 11 LSP halves migrated into hyperpolymath/boj-server-cartridges (see boj-server-cartridges PRs #1-#8). The scorecard manifest still pointed at the archived repo, causing every scan run to skip silently. Replaces the stale `polystack` entry with the migration target `boj-server-cartridges` (alphabetically adjacent to the existing `boj-server` entry). Co-Authored-By: Claude Opus 4.7 (1M context) --- data/verisim/dispatch/scorecard-target-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/verisim/dispatch/scorecard-target-manifest.json b/data/verisim/dispatch/scorecard-target-manifest.json index 6813db47..597c0ce6 100644 --- a/data/verisim/dispatch/scorecard-target-manifest.json +++ b/data/verisim/dispatch/scorecard-target-manifest.json @@ -28,6 +28,7 @@ {"local": "bofig", "github": "hyperpolymath/bofig"}, {"local": "boinc-boinc", "github": "hyperpolymath/boinc-boinc"}, {"local": "boj-server", "github": "hyperpolymath/boj-server"}, + {"local": "boj-server-cartridges", "github": "hyperpolymath/boj-server-cartridges"}, {"local": "BowtieRisk.jl", "github": "hyperpolymath/BowtieRisk.jl"}, {"local": "bqniser", "github": "hyperpolymath/bqniser"}, {"local": "branch-newspaper", "github": "hyperpolymath/branch-newspaper"}, @@ -156,7 +157,6 @@ {"local": "PolyglotFormalisms.jl", "github": "hyperpolymath/PolyglotFormalisms.jl"}, {"local": "polyglot-i18n", "github": "hyperpolymath/polyglot-i18n"}, {"local": "polysafe-gitfixer", "github": "hyperpolymath/polysafe-gitfixer"}, - {"local": "polystack", "github": "hyperpolymath/polystack"}, {"local": "ponyiser", "github": "hyperpolymath/ponyiser"}, {"local": "PostDisciplinary.jl", "github": "hyperpolymath/PostDisciplinary.jl"}, {"local": "PRComms.jl", "github": "hyperpolymath/PRComms.jl"},