ci: redesign CI/CD pipeline with test, release-please, and version st…#4
Merged
clappingmonkey merged 2 commits intomainfrom Mar 17, 2026
Merged
ci: redesign CI/CD pipeline with test, release-please, and version st…#4clappingmonkey merged 2 commits intomainfrom
clappingmonkey merged 2 commits intomainfrom
Conversation
Owner
clappingmonkey
commented
Mar 17, 2026
- Add GetBuildLogs() method to client that fetches logs from log_url/job-output.txt
- Add handleGetBuildLogs() MCP tool handler with optional tail_lines parameter
- Register get_build_logs tool in server
- Add unit tests for GetBuildLogs (success, build not found, no log URL, logs unavailable)
- Update README.md to reflect 16 tools
…amping - Replace ci.yaml with test.yaml: PR-only pipeline with conventional commit title enforcement, test → build sequence, and Gazelle drift check - Redesign release.yaml: post-merge test → build → release-please → publish; release-please handles automatic version bumps and changelog via conventional commits - Add .release-please-config.json and .release-please-manifest.json seeded at v0.1.0; uses simple release type with extra-files to keep MODULE.bazel version in sync - Add build/status.sh workspace status script for Bazel stamping - Add build:release --stamp to .bazelrc; release binaries now have version injected - Add x_defs to go_binary in BUILD.bazel wiring version/commit/date from stamp vars
568ab71 to
f05b286
Compare
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.