feat: add advisory docs sync review for pull requests#94
Merged
beubax merged 3 commits intoJul 15, 2026
Merged
Conversation
Collaborator
Author
🟢 No documentation gap found — low confidenceThe pull request introduces a new CI workflow for documentation synchronization review and updates `CONTRIBUTING.md` to describe this process. The changes are primarily internal tooling and contributor-facing, and the relevant documentation (`CONTRIBUTING.md`) has been updated. No user-facing behavior of the `webcmd` tool itself has changed, so `README.md`, `docs/`, or `skills/` do not require updates. Limitations
Source: gemini. This review is advisory and does not block merging. |
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.
Description
Adds an advisory documentation-sync review for pull requests.
The workflow checks whether user-facing changes are reflected in
README.md,docs/, and bundledskills/. Obvious non-documentation changes are resolved deterministically; relevant code and documentation changes receive a Gemini review. Results are advisory and never block merging.Maintainers can apply the
docs-not-neededlabel when no update is required.Closes #72
Type of Change
Checklist
Adapter Notes
CliErrorsubclasses instead of rawErrorScreenshots / Output
No UI changes. Verification completed with the full test suite and TypeScript typecheck.