Conversation
…h + 4 release-engineering defects closed §58 records the parallel release-engineering track that landed during the §57 drift-sweep wait: the v0.32.0 user-facing-crate cascade publish (Issue #1514 CLOSED) and the four hidden defects it surfaced + closed. User-facing crates now live on crates.io at v0.32.0: - aprender = "0.32.0" - aprender-rag = "0.32.0" - aprender-core = "0.32.0" - apr-cli = "0.32.0" Defects closed during cascade (each in its own PR): - #1512 aprender-rag [lib] name = "trueno_rag" → "aprender_rag" BREAKING - #1513 aprender-orchestrate cmd_code 7→8 arg drift on emit_trace addition - #1515 aprender-core path-only dev-deps (publish-time cycle break) - #1517 aprender-core permissive version + path (clean-room sed-strip robustness) - #1518 apr-cli aliases.yaml in-crate copy (include_str scope fix) Plus PR #1511 (pv-lint --strict-test-binding) closes §57.4's foreshadowed prevention rule. 5g.1 corpus retokenize (PID 2767124) at 62 shards / 16h19m wall (manifest pending). Ship-% unchanged: MODEL-1=91%, MODEL-2=57%. §58 is the third hygiene amendment in a row; §59 will record 5g.1 completion when manifest emits. Refs: #1514 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
§58 records the release-engineering hygiene track that landed during the §57 drift-sweep wait window:
the v0.32.0 user-facing-crate cascade publish (Issue #1514 CLOSED) and the four hidden defects
the cascade surfaced + closed in their own PRs.
This is the third hygiene amendment in a row (§56 LIVE smoke → §57 drift sweep → §58 publish cascade);
the next §59 will record 5g.1 completion when the manifest emits (currently 62 shards / 16h19m wall, pending).
What's recorded
aprender,aprender-rag,aprender-core,apr-cli(all v0.32.0)Why §58 records release-engineering instead of 5g.1 completion
§57.7 foreshadowed §58 = "(a) 5g.1 full-run completion, or (b) 5g.2 dispatch result." Neither has fired yet.
But Issue #1514 CLOSED is a major user-facing milestone (
cargo install aprender@0.32.0now works on any host).Recording it in real time avoids conflating two unrelated narratives when 5g.1 fires.
Per §57.4 lesson: 1 amendment ≈ 1 logical event.
Ship-%
Test plan
cargo search aprenderreturns "0.32.0"cargo search aprender-ragreturns "0.32.0"cargo search aprender-corereturns "0.32.0"cargo search apr-clireturns "0.32.0"Refs: #1514
🤖 Generated with Claude Code