docs(ci): add coverage buffer and contributor test-quality guidance#55
Merged
JSONbored merged 3 commits intoJun 1, 2026
Merged
Conversation
JSONbored
previously requested changes
May 29, 2026
JSONbored
left a comment
Owner
There was a problem hiding this comment.
#55 docs(ci): add coverage buffer and contributor test-quality guidance
action: request changes
required:
- Do not remove Cursor from init-client/help docs; support Cursor and generic MCP if needed.
- Otherwise the coverage guidance is useful.
Document the 95% global coverage gate and 96%+ local branch buffer in CONTRIBUTING and the submission checklist. Require test scenarios and public/private safety boundaries in feature issues. Enforce contributor testing phrases via scripts/check-docs.mjs. Keep Cursor in init-client and MCP setup docs; add --print mcp as a compatibility alias for generic JSON MCP hosts alongside cursor. Fixes JSONbored#33
monsterdavidliu-ux
force-pushed
the
feat/33-coverage-buffer-guidance
branch
from
May 31, 2026 14:02
30c6fab to
7f1cfe1
Compare
Resolve conflicts after main retired site/ and VitePress docs: - Port coverage buffer guidance to CONTRIBUTING and PR templates (97%/98%) - Move MCP init-client docs to apps/gittensory-ui MCP client page - Keep Cursor plus --print mcp alias in gittensory-mcp CLI
monsterdavidliu-ux
force-pushed
the
feat/33-coverage-buffer-guidance
branch
from
June 1, 2026 15:18
25a703a to
31f561e
Compare
JSONbored
dismissed
their stale review
June 1, 2026 17:33
@monsterdavidliu-ux This is ready from my side. The earlier Cursor regression is fixed, generic MCP output was added without replacing client-specific docs, and the tests now cover both Cursor and generic MCP snippets. CI is green and the branch is merge-clean.
2 tasks
This was referenced Jul 2, 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
CONTRIBUTING.mdand.github/pull_request_template.md.--print mcpas a compatibility alias for generic JSON MCP hosts.Closes #33
Parent: #32
Review feedback addressed
apps/gittensory-ui/docs/mcp-clients) andgittensory-mcp init-client --print cursor.--print mcp(same JSON snippet as Claude/Cursor).mainand resolved conflicts (site/retired in favor of TanStack UI docs).Validation
npm run typechecknpx vitest run test/unit/mcp-cli.test.ts(cursor + mcp alias)Safety
mcpprint alias)