docs: record the 1.0.2 CLI-only release smoke in coverage.md#46
Merged
Conversation
1.0.2 was gated by `cargo test` plus an L3 CLI smoke on real Sol (the nested `job jump` fix and the shipped binary exercised on a compute node), not a skill-eval re-run, since the skill guidance was unchanged - per the CLI-only release rule now in DEVELOPMENT.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the test-coverage documentation to record how the v1.0.2 CLI-only release was verified (crate test suite + real-Sol L3 CLI smoke), aligning with the CLI-only release rule documented in #44.
Changes:
- Adds a v1.0.2 verification note to
docs/coverage.md, clarifying that skill evals were not re-run for a CLI-only release. - Records the additional “L3 CLI smoke on real Sol” gating used for v1.0.2.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
11
to
+15
| `tests/cli.rs`, including a real-touch renewal test), which runs in CI. | ||
| **1.0.2** (2026-07-16) was a CLI-only release - skill guidance unchanged - | ||
| so per [`../DEVELOPMENT.md`](../DEVELOPMENT.md) it was gated by that crate | ||
| suite plus an L3 CLI smoke on real Sol (the nested `job jump` fix and the | ||
| shipped binary exercised on a Sol compute node), not a skill-eval re-run. |
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.
Refreshes
docs/coverage.md's Last verified line to record how 1.0.2 was verified: as a CLI-only release (skill guidance unchanged), it was gated by the cratecargo testsuite plus an L3 CLI smoke on real Sol — the nestedjob jumpfix and the shipped binary exercised on a compute node — rather than a skill-eval re-run, per the CLI-only release rule added toDEVELOPMENT.mdin #44.Docs-only, no version bump.
🤖 Generated with Claude Code