ci(release): unblock the release train — HOTCRM_REF v2.1.0 + console e164196801bd#3294
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…lity removal) hotcrm v2.0.0 still authors the agent `visibility` field that #3216 removed from the spec (ADR-0056 D8), so the pre-publish downstream smoke has been red and the release train is stalled. Point the gate at hotcrm v2.1.0, which drops the field. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fix(app-shell,plugin-detail): record History tab renders display values, not raw audit payloads (#2691) objectui@e164196801bd38e1396798877a69e0a09e80d8d3
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.
The last 4 Release runs on main all failed at the pre-publish downstream-compat smoke: #3216 (ADR-0056 D8) removed the unenforced agent
visibilityfield from the spec, but the smoke pins hotcrm v2.0.0, whose two copilot agents still author it — typecheck goes red, so npm publish is blocked and the changesets version PR (#3098) has gone stale.Two changes:
HOTCRM_REFv2.0.0 → v2.1.0 in.github/workflows/release.yml. hotcrm v2.1.0 (refactor(agents): drop removed agent visibility field (spec 15 / ADR-0056 D8) hotcrm#449) drops the removed field; hotcrm main is already on ObjectStack 14.7 with package.json at 2.1.0. Verified locally by replicatingdownstream-smoke.shagainst the freshly built spec dist from latest main: hotcrmtypecheck+validateboth green.scripts/bump-objectui.sh):.objectui-sha2e7d7f0f7ee7 → e164196801bd, with the usual@objectstack/consolechangeset covering the objectui range (bumped to minor — the range contains feats).Merging this should turn the next Release run on main green, refresh #3098, and let the release ship.
🤖 Generated with Claude Code