docs(readiness): record automated smoke against shipped 1.0.0 binary#41
Merged
Conversation
Adds an "Automated smoke against the released v1.0.0 binary" section to docs/v1.0.0-readiness.md, covering the post-tag-push sanity checks against the actual ship-ready binary (target/release/gitway.exe linked against anvil-ssh 1.0.0 from crates.io). Captured: - gitway --version => "gitway 1.0.0" - gitway describe => schema_version=1.0.0, 11 commands, 6 agent env vars, 3 providers - gitway schema => schema_version=1.0.0, 11 commands, 2 binaries, 21 global flags, 6 exit codes (0/1/2/3/4/78) - gitway --test --json github.com => host_key_verified=true, authenticated=true, embedded fingerprint matched - gitway -vvv --test github.com => 13 anvil_ssh::* tracing events surface (auth, session, kex) - gitway --port 1 --connect-timeout 1 --attempts 3 ... github.com => 3 attempts, 4.02s elapsed, error correctly classified These are NOT a substitute for the doc-prescribed manual S5+S7 persona gates (multi-account, bastion, GHE-with-CA, -vvv parity against OpenSSH on a misconfigured target) which still need a human run with the corresponding infrastructure. The persona gates remain marked Pending in the existing pass/fail summary. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Doc-only. After the v1.0.0 tag push and release CI, exercises the shipped binary (
target/release/gitway.exe9.15 MB Windows MSVC, linksanvil-ssh =1.0.0`` from crates.io) againstgithub.comand against a deliberately-unreachable port to validate the M18 retry machinery. Adds the captured results to `docs/v1.0.0-readiness.md` as an `Automated smoke against the released v1.0.0 binary` section, distinct from the pre-existing persona gates which still need a human run.The persona gates (multi-account routing, bastion chains, GHE @cert-authority validation, -vvv parity against OpenSSH on a misconfigured GHE target) require infrastructure beyond the dev box — they remain marked Pending in the existing pass/fail summary.
Test plan
Smoke check matrix
gitway --versiongitway 1.0.0gitway describe.schema_version1.0.0gitway schema.schema_version1.0.0gitway --test --json github.comgitway -vvv --test github.comanvil_ssh::*tracing eventsgitway --port 1 --connect-timeout 1 --attempts 3 ... github.com🤖 Generated with Claude Code