Release Loop-Engineering v1.0.2#5
Merged
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.
What changed
Why
The prior release established the Skill-first shape, but did not yet provide the integrity, migration, packaging, evaluation, and release-governance guarantees needed for a public v1-quality distribution. This release closes those gaps while keeping the claim precise: evolution improves external task strategy through matched benchmarks; it does not train model weights or weaken the safety contract.
Validation
npm run buildnpm run smoke— 109 tests passingnpm run package:smoke— real tarball and dual-Skill installnpm pack --dry-runnpm publish --dry-run --access publicnpm audit --omit=dev— 0 vulnerabilitiesgh skill publish --dry-runclaude plugin validate . --strictSummary by cubic
Release v1.0.2 hardens the Skill and local runtime with recoverable state, fail‑closed leases, and digest‑bound records. It also upgrades strategy evolution with benchmark‑gated, per‑case evidence and adds new assets, schemas, and CI/package checks.
New Features
decision.schema.json, stricter IDs/unique arrays, run/budget fields); validator and examples updated.npm run package:smoke, CI runs it on Node 22, and SHA‑pinnedactions/checkoutandactions/setup-node.Migration
1.0.2across manifests and docs; workflows pin GitHub tagv1.0.2.loopctl migrate <loop-dir>to add generation/contract/strategy digests, ledgers, and integrity locks; do not hand‑edit state.Written for commit 7a1cdb3. Summary will update on new commits.