feat!: prepare GoKart v0.12.0 - #1
Merged
Merged
Conversation
Contributor
Author
Independent Tier 3 public-readiness reviewResult: zero remaining confirmed code blockers. Confirmed findings fixed before acceptance:
Cleared lanes include generator path and symlink safety, locking, rollback/recovery, public Go APIs, JSON schemas, concurrency, dependencies and sums, docs/examples, CI/release mechanics, leak scanning, and all nine module vulnerability scans. Residual: Verification evidence:
The review remains capped below A until merge-tip verification, synchronized tags, proxy visibility, and clean public installation are completed during the guarded publish stage. |
garyblankenship
marked this pull request as ready for review
July 15, 2026 00:35
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
Prepare GoKart
v0.12.0as a breaking pre-1.0 release. The generator is isolated behind internal command and generator packages, plain scaffolds default to the flat layout, and--structuredpreserves explicit structured generation.Public Go APIs and JSON schemas remain compatible.
Breaking change and migration
gokart new <name>now creates the minimal flat layout by default.gokart new <name> --structuredfor the previous structured layout.Public readiness
--structureddocumentation contract and corrected golden regeneration guidance.GOWORK=offand no replacement injection.examples/http-servicea normal standalone module.v3.42.0, Goose tov3.27.2, and chi tov5.3.1.v0.12.0.Independent Tier 3 review
The findings-first review reports zero remaining confirmed code blockers. Three confirmed issues were fixed before this PR:
The final review artifact grades the review
A-because remote publication and proxy checks remain sequencing-dependent; its deterministic artifact-contract evaluation is102/102.Verification
scripts/verify-workspace.sh allgolangci-lint run ./...at the root and incmd/gokartgo test -race ./...incmd/gokartgo test -race -count=10 -shuffle=on ./internal/...go mod tidy -diff,go mod verify, and readonly tests for all nine modules and both examplesjust leaksand working-tree Gitleaksgovulncheckacross all nine modules: zero reachable vulnerabilitiesgit diff --checkRelease sequencing
No
v0.12.0tags or GitHub Release are created by this PR. After approval and rebase merge, the complete gate suite will be repeated on the merge tip before the nine synchronized annotated tags and curated GitHub Release are published.