Parent roadmap: #127
Goal
Make maintainers trust Gittensory inside the GitHub review flow: private context stays private, public output is previewable/sanitized, the extension has real screenshot-backed states, and repo maintainers can see exactly what the GitHub App will do before enabling it.
Existing tracked work
Completed foundation to link, not reopen
Done when
- Maintainers can preview public GitHub output before it is posted.
- Private review context never leaks into public GitHub surfaces.
- Extension review states include screenshots or recordings for the changed UI.
- GitHub App installation and command permissions are clear enough for repo owners to trust.
Cross-cutting acceptance criteria
- Preserve the repo quality gate:
npm run test:ci, 97%+ global coverage, and the local branch coverage target for touched code.
- Keep public/private boundaries explicit. Public GitHub output must not expose wallets, hotkeys, reward estimates, raw trust scores, public score predictions, private reviewability, private scoreability context, or farming language.
- Add/update focused tests for the changed behavior instead of relying on green checks alone.
Public-output safety criteria
- Public text is sanitized before reaching GitHub comments, issue bodies, PR bodies, extension-visible public panels, or copied public snippets.
- Tests cover forbidden wallet/hotkey, reward-estimate, trust-score, public-score-prediction, private-reviewability, private-scoreability, and farming-language leakage.
UI evidence gate
Any visible web, browser-extension, or GitHub-overlay change must include maintainer-reviewable screenshots or a short recording covering the changed states. A checked template box without actual visual evidence is not enough.
Parent roadmap: #127
Goal
Make maintainers trust Gittensory inside the GitHub review flow: private context stays private, public output is previewable/sanitized, the extension has real screenshot-backed states, and repo maintainers can see exactly what the GitHub App will do before enabling it.
Existing tracked work
Completed foundation to link, not reopen
Done when
Cross-cutting acceptance criteria
npm run test:ci, 97%+ global coverage, and the local branch coverage target for touched code.Public-output safety criteria
UI evidence gate
Any visible web, browser-extension, or GitHub-overlay change must include maintainer-reviewable screenshots or a short recording covering the changed states. A checked template box without actual visual evidence is not enough.