catalogue: batch mysql 9.7.1 + didit 1.0.0 + orthogonal 0.1.1 + smol tombstone (supersedes #356–#359)#360
Open
Alexgodoroja wants to merge 1 commit into
Conversation
…tombstone Supersedes #356, #357, #358, #359 in a single PR so the shared catalogue.json / catalogue.json.sig are signed once and reviewed once, instead of each merge invalidating the others' signatures. Combined, verbatim from each reviewed branch: - add io.pilot.mysql 9.7.1 (#359) - add io.pilot.didit 1.0.0 (#358) - update io.pilot.orthogonal 0.1.1 (#356) - tombstone io.pilot.smolmachines -> io.pilot.smol + pilotctl redirect code, README, rename test (#357) catalogue.json regenerated and re-signed once with the release catalogue key (matches embedded catalogtrust pubkey). All three metadata_sha256 pins verified against committed bytes; go build and the rename tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jul 8, 2026
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.
Why one PR
All four open catalogue PRs modify the same two files —
catalogue/catalogue.jsonand the single-line detached signaturecatalogue/catalogue.json.sig. Merging any one makes the other three genuinely conflict on the signature line, and the branch-protection settingdismiss_stale_reviews_on_pushthen wipes their approvals on the required rebase. Result: N merges = N re-reviews.This PR combines all four so the shared catalogue is regenerated and signed once, reviewed once. It supersedes and closes:
apps/io.pilot.mysql/metadata.jsontaken verbatim from the PR branchapps/io.pilot.didit/metadata.jsonverbatimapps/io.pilot.orthogonal/metadata.jsonverbatimREADME.md,cmd/pilotctl/*(incl.appstore_rename_test.go) verbatimVerification
catalogue.jsonregenerated by taking each app entry verbatim from its reviewed branch; diff vsmaintouches onlyio.pilot.mysql,io.pilot.didit,io.pilot.orthogonal,io.pilot.smolmachines(+updated_at). Every other entry is byte-identical.catalogtrust.publicKeyB64and.sigverifies against the exact committed bytes.metadata_sha256pins verified against the committedmetadata.jsonbytes.go build ./cmd/...passes;#357rename/tombstone tests pass.🤖 Generated with Claude Code