upgrade: chant + lexicon-github ^0.11.0 -> ^0.44.1 - #56
Merged
Conversation
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.
Closes #55.
Under 0.x semver the old carets were frozen inside the 0.11 minor family, so this is a real ~33-minor jump. The reconcile seam turned out to be shape-stable for everything the warden consumes —
tsc --noEmitwas clean on the bump alone — with one piece of the seam to adopt rather than a break to fix:@intentius/chantand@intentius/chant-lexicon-githubto^0.44.1, lockfile refreshed.Cycle/ChangeSetEntry/CycleResultnow carry a cross-providerverb, and SCM cycles are expected to stamp one. All 13 cycles stamp their verb (org-unit/policy-guardrail/membership/identity-assignment/secret-material), matching the vocabulary's own guidance (environments stampspolicy-guardrailper the primary-object rule). Averbs.test.tsfails on any registered cycle without a valid verb. Since each cycle's change set carries a single verb, the verb-aware plan ordering inrenderChangeSetis a no-op here — plan output is byte-identical.action/index.mjsregenerated against the new deps.No consumer-facing behavior change: CLI subcommands/flags, exit codes, config format, and the Action are untouched. Unit suite 470/470 green; hermetic e2e config self-skips without
WARDEN_E2E_*as designed;npx chant audit . --fail-on merge-worthypasses locally at 0.44.1 (1 report-only finding, GHA026). Nightly live e2e covers the real-org path post-merge.Version bump + tag left to the release flow per #55.