Commit d890888
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments