maint: port verified community fixes onto current main#627
Merged
Conversation
Port PR #530 onto the current hardened config merger. Prefer opencode.jsonc/opencode.json, write a top-level mcp local command with an explicit --repo argument, and warn without overwriting the legacy dotfile. Co-Authored-By: fdcp <fdcp@163.com>
Port PR #562 onto current main and include the bundled review-changes skill that the stale source diff omitted. Add one consistency regression covering all generated and bundled skill frontmatter. Co-Authored-By: kankunnawat <kan.k@bitazza.com>
Carry PR #625's zsh fix through all current user docs, using double quotes instead of single quotes so the examples also work in Windows cmd.exe. Add a regression that prevents unquoted extras from returning. Co-Authored-By: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
code-review-graph reviewOverall risk: 0.55 (MEDIUM) — 27 changed function(s)/class(es), 0 affected flow(s), 11 test gap(s) Risk-scored changes
Test gaps
Token savings: this graph-backed report used ~99,823 fewer tokens (~95%) than reading every changed file in full (estimated, chars/4 approximation). Powered by code-review-graph — local-first analysis; no code leaves the CI runner. |
This was referenced Jul 17, 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.
Summary
Ports four verified community fixes onto current
mainwithout restoring their stale/conflicting branch history:opencode.jsonc/opencode.json, top-levelmcp, and local command-array schema.review-changesfile missing from the stale diff.cmd.exe.Each source contributor is retained through a
Co-Authored-Bytrailer on the corresponding commit.Verification
git diff --check: cleanThe locally installed repo-wide Ruff version also reports 44 pre-existing findings in untouched files; this branch introduces none and cleans the two touched test modules.
Fixes #91.
Fixes #561.
Source contributions: #92, #530, #562, #625.