Skip to content

docs(commands): add @gittensory command reference page (#2171) - #3868

Closed
rust-toml wants to merge 3 commits into
JSONbored:mainfrom
rust-toml:feat/docs-gittensory-commands-2171-v2
Closed

docs(commands): add @gittensory command reference page (#2171)#3868
rust-toml wants to merge 3 commits into
JSONbored:mainfrom
rust-toml:feat/docs-gittensory-commands-2171-v2

Conversation

@rust-toml

Copy link
Copy Markdown
Contributor

Summary

  • Add /docs/gittensory-commands — a generated command reference for public mention verbs, maintainer-only queue digests, and PR action verbs (roles, descriptions, auto-review vs gate boundary).
  • Extend gen-command-reference to export action-catalog entries for the UI and wire the help card to link to the new page.
  • Fix docs-drift and gen-command-reference unit fixtures so CI drift checks cover the new route.

Fixes #2171

Scope

  • The PR title follows type(scope): short summary Conventional Commit format, for example fix(api): restore profile access checks.
  • This PR is focused and does not mix unrelated backend, UI, MCP, docs, dependency, and deploy changes.
  • This follows CONTRIBUTING.md and does not reintroduce GitHub Pages, VitePress, site/, or CNAME.
  • I linked an issue, or this is small enough that the summary explains why an issue is not needed.

Validation

  • git diff --check
  • npm run command-reference:check
  • npm run docs:drift-check
  • Targeted unit tests: gen-command-reference-script, check-docs-drift-script, github-commands
  • npm run test:ci locally (PR-related checks green; unrelated local flakes in retention/fanout dedup also reproduce on upstream/main in this environment)

If any required check was skipped, explain why:

  • Full unsharded npm run test:coverage patch report deferred to CI (local env shows pre-existing flakes in retention.test.ts / fanout dedup on upstream main).

Safety

  • No secrets, wallet details, hotkeys, coldkeys, user PATs, private keys, raw trust scores, private rankings, or private maintainer evidence are exposed.
  • Public GitHub text stays sanitized, low-noise, and does not imply compensation guarantees or optimization tactics.
  • Auth, cookie, CORS, GitHub App, Cloudflare, or session changes include negative-path tests.
  • API/OpenAPI/MCP behavior is updated and tested where needed.
  • UI changes use live API data or real empty/error/loading states, not production mock/demo fallbacks.
  • Visible UI changes include a UI Evidence section below with JPG/JPEG or PNG screenshots arranged as organized, captioned, clickable thumbnails. SVG screenshots are not used as review evidence. Review-only screenshots or recordings are not committed to the repository.
  • Public docs/changelogs are updated where needed; changelogs are only edited for release-prep PRs.

UI Evidence

Docs-only change; the new page is generated from command-reference.ts and mirrors existing docs layout. Screenshots can be added on request.

Notes

Made with Cursor

rust-toml added 3 commits July 6, 2026 22:20
Document every Q&A, maintainer digest, and PR action verb with default
roles and the gate vs auto-review boundary; link from the help card.
The new command-reference docs route is listed in check-docs-drift;
unit-test fixtures must include it so synthetic drift checks keep passing.
collectCommandCatalogs now requires GITTENSORY_ACTION_COMMAND_CATALOG in
synthetic fixtures; add seven action entries so the 15-command floor test
still exercises extraction without throwing.
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.49%. Comparing base (125aa00) to head (16f0d61).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3868   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files         333      333           
  Lines       33196    33196           
  Branches    12140    12140           
=======================================
  Hits        31035    31035           
  Misses       1530     1530           
  Partials      631      631           
Files with missing lines Coverage Δ
src/github/commands.ts 98.16% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@loopover-orb loopover-orb Bot added the gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier. label Jul 6, 2026
@rust-toml rust-toml closed this Jul 6, 2026
@rust-toml rust-toml reopened this Jul 6, 2026
@loopover-orb

loopover-orb Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Caution

🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥

🛑 Gittensory review result - fixes required

Review updated: 2026-07-06 20:55:47 UTC

12 files · no blockers · readiness 100/100 · CI failing · blocked

🛑 Suggested Action - Fix Blockers

  • AI review already in progress for this PR head: Another Gittensory pass is already running the AI review for this exact PR head. This pass is skipping to avoid a duplicate LLM call.

Review summary
AI review is already running for this PR head in another Gittensory pass. Gittensory is holding this PR for manual review until that pass completes.

Nits — 1 non-blocking
  • AI review already in progress for this PR head — The gate is held for a human reviewer rather than passed automatically; it re-evaluates once the in-flight review completes or on the next update.

CI checks failing

  • validate
  • validate-code
Signal Result Evidence
Code review ✅ No blockers No AI review summary
Linked issue ✅ Linked #2171, #3859
Related work ✅ No active overlap found No same-issue or scoped active PR overlap found.
Change scope ✅ 20/20 Low review scope from cached public metadata (2 linked issues).
Validation posture ✅ 25/25 PR body includes validation/test evidence.
Contributor workload ✅ 10/10 Author activity: 3 registered-repo PR(s), 2 merged, 0 issue(s).
Contributor context ✅ Confirmed Gittensor contributor rust-toml; Gittensor profile; 3 PR(s), 0 issue(s).
Gate result ⚠️ Not blocking Advisory; not blocking this PR.
Review context
  • Author: rust-toml
  • Role context: outside_contributor
  • Public audience mode: oss maintainer
  • Lane context: Repository is configured for direct PR review.
  • Public profile languages: TypeScript, Rust, C++, Go, Java, JavaScript, Solidity
  • Official Gittensor activity: 3 PR(s), 0 issue(s).
  • PR-specific overlap: none found.
Contributor next steps
  • Keep the PR focused and include validation evidence before maintainer review.
Signal definitions
  • Related work = same linked issue, overlapping active PRs, or title/path similarity.
  • Change scope = cached public metadata such as size labels, draft state, and review-burden hints.
  • Validation posture = whether the PR provides enough public validation/test evidence for maintainer review.
  • Contributor workload = public contributor activity and cleanup pressure, not a repo-wide quality failure.
  • Contributor context = public GitHub/Gittensor identity context; non-Gittensor status is not a blocker.

🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed


💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →.

Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.

  • Re-run Gittensory review

@loopover-orb

loopover-orb Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Gittensory is closing this pull request on the maintainer's behalf (CI is failing (validate, validate-code)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(commands): document the @gittensory PR command surface (verbs, roles, auto-review-vs-gate boundary)

1 participant