feat: Prepare 0.5 public contracts and trusted migrations - #87
Merged
Conversation
thossullivan
marked this pull request as ready for review
August 18, 2026 18:17
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
validatecommand, and build receipt-gated Pages output for schemas, feeds, health, and AtomWhy
The 0.4 line proved that model retirement findings can drive isolated migration evaluation. This milestone turns the supporting evidence into a public, reusable contract and closes the correctness gaps found while UATing real repositories: silent scan omissions, partial apply behavior, lifecycle-clock collapse, privileged inline eval, stale automation state, and non-resumable release steps.
User and developer impact
model-eol check --jsonnow emitsmodel-eol/check@0.1and validates like the other public reports.model-eol validatecovers feeds, repository config, check, inventory, schedule, alert, and plan documents.checkandplanfail closed for tracked submodules, symlinks, invalid UTF-8, unsupported feed specs, and other incomplete coverage unless the user explicitly ignores or accepts it.--evalis removed with migration guidance.package.jsonintentionally remains at 0.4.1 in this branch. The tested release workflow creates the isolated 0.5.0 version commit and tags.Validation
npm teston the default runtimenpm testthrough Node 22Post-merge release gates
feed-refreshfrommain; merge a generated feed PR first if it reports material drift.public-contractdeployment and live exact-byte verification to pass.npm-release.ymlonce withrelease_version=0.5.0.0/v0monitoring to pass.Follow-on product work is tracked in #78 through #86.
Closes #6