Gittensory is a deterministic control plane for Gittensor OSS contribution work.
It helps contributors plan cleaner work, helps maintainers review with less public noise, and keeps private scoring, wallet, hotkey, and reviewability context out of public GitHub output.
It is not a Gittensor explorer, public leaderboard, reward-farming bot, wallet dashboard, or autonomous PR agent.
Gittensory keeps sensitive context private by default.
- MCP local branch analysis sends metadata, not source contents.
- Public GitHub comments never include wallet, hotkey, reward estimate, private ranking, raw trust score, or reviewability context.
- Optional AI summaries receive compact deterministic signal bundles, not raw source code.
- Maintainer packets and scoring context stay on protected API/MCP surfaces.
See Privacy and security for the full boundary.
| Audience | Start | Useful next links |
|---|---|---|
| Miners and contributors | Quickstart | MCP client setup, Miner workflow, Scoreability |
| Maintainers | GitHub App | Maintainer workflow, Privacy and security |
| Repo owners and operators | Beta onboarding | Upstream drift, Troubleshooting, Roadmap |
| Agent authors | Agents | API browser, MCP client setup |
| Surface | Link |
|---|---|
| Website | gittensory.aethereal.dev |
| Docs | gittensory.aethereal.dev/docs |
| MCP package | @jsonbored/gittensory-mcp |
| API | API browser and OpenAPI JSON |
| GitHub App | Install and setup docs |
| Browser extension | Extension page |
npm install -g @jsonbored/gittensory-mcp@latest
gittensory-mcp login
gittensory-mcp doctor
gittensory-mcp --stdioPrint editor/client snippets:
gittensory-mcp init-client --print codex
gittensory-mcp init-client --print claude
gittensory-mcp init-client --print cursorFor full editor setup and stdio configuration, use MCP client setup.
Run base-agent commands:
gittensory-mcp agent plan --login jsonbored --json
gittensory-mcp agent packet --login jsonbored --json
gittensory-mcp agent status <run-id> --jsonnpm install
npm run cf-typegen
npm run db:migrate:local
npm run devnpm run test:ciRelease-only validation:
npm run test:release
npm run test:release:mcpFrontend:
npm run ui:dev
npm run ui:build| Need | Link |
|---|---|
| Contributing | CONTRIBUTING.md |
| Security | SECURITY.md |
| Support | SUPPORT.md |
| Changelog | CHANGELOG.md |
Normal feature/fix PRs do not edit changelogs. Changelogs are release-prep artifacts.