fix(ci): B9-post revert extension versions + clear stale allowlists#2399
Merged
alexey-pelykh merged 1 commit intomainfrom Apr 18, 2026
Merged
fix(ci): B9-post revert extension versions + clear stale allowlists#2399alexey-pelykh merged 1 commit intomainfrom
alexey-pelykh merged 1 commit intomainfrom
Conversation
B9 sync applied upstream extension package.json files wholesale, reintroducing two regressions that publish-next's release-check catches (but PR CI doesn't exercise): 1. **Version drift** (23 extensions): upstream bumped to CalVer 2026.3.13; fork convention is 0.6.0 (ADR-era floor). All 23 reverted. 2. **Stale allowlist entries** (6 extensions): rootDependencyMirrorAllowlist listed packages that ARE in root package.json (not missing) — validator flags as drift. Emptied allowlist for googlechat, matrix, msteams, nostr, tlon, zalouser. 3. **Gutted dep reintroduction** (matrix): upstream re-added @mariozechner/pi-agent-core to extensions/matrix/package.json (dependencies). Fork gutted this per Middleware Boundary Principle. Not imported in matrix code; removed from deps. Local release-check exits 0. Companion to PR #2398 (merged 04a7853).
0b7f44c to
536a53d
Compare
This was referenced Apr 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
B9 sync (#2398, merged as 04a7853) applied upstream `extensions/*/package.json` wholesale, reintroducing regressions that `publish-next`'s release-check catches after merge (but PR CI doesn't exercise).
Fixes
Version drift (23 extensions): upstream bumped to CalVer `2026.3.13`; fork convention is `0.6.0` (B8 precedent sync: upstream to v2026.3.12 (197 commits) #2395 also reverted these). All 23 reverted.
Stale allowlist entries (6 extensions): `rootDependencyMirrorAllowlist` listed packages that ARE mirrored in root `package.json` — validator treats as drift (`allowlist` should match `missing-in-root`, not include already-mirrored packages). Emptied for `googlechat`, `matrix`, `msteams`, `nostr`, `tlon`, `zalouser`.
Gutted dep reintroduction (`matrix`): upstream re-added `@mariozechner/pi-agent-core` to `extensions/matrix/package.json`. Fork gutted this per Middleware Boundary Principle; not imported in matrix code. Removed from deps.
Local verification
`node --import tsx scripts/release-check.ts` exits 0.
Test plan
Companion to #2398.
🤖 Generated with Claude Code