docs: add local development and testing guide - #4
Merged
Conversation
Add mise run install:local and a guide for running the plugins from source against a project before releasing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Trim rationale and cross-references to a plain step sequence; fence the proto snippet as protobuf for highlighting. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
State the codegen plugin's purpose without the mode aside; replace the contributing prose with a resources bullet list. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest Buf updates on your PR. Results from workflow schema / buf (pull_request).
|
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.
what
Adds a local development workflow for testing the plugins from a working tree against a real project before releasing.
mise run install:localtask —go install ./cmd/..., dropping both binaries ontoPATH._docs/guide-local-testing.md(guide-prefixed workflow doc): build/install from source, wire a consumer project (symlink the labsetprotosas a local buf module), and exercise both plugins with a pass/fail example.resourcessection and CONTRIBUTING.resourcesbullet list).verified
mise run install:localinstalls both binaries ontoPATH.buf lintpasses andbuf generateruns themode=echogenerator on a validROLE_ENTITYmodel; movingentityoff field 1 tripsMODEL_ENTITY_FIELD.bufto absolute binary paths.🤖 Generated with Claude Code