Commit Graph
5 Commits
Author SHA1 Message Date
Nirav PatelandClaude Fable 5 ed4b347cab fix: send tools:false to the router so skill fast-paths cannot hijack reviews
The router's current-info briefing fast-path (enableToolsEffective gate)
was intercepting review prompts whose diffs mention GitHub-like terms and
returning a trending-repos digest instead of the model's review. Reviews
need pure model reasoning; body.tools=false disables the tool layer.

Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-18 23:41:09 -04:00
Nirav PatelandClaude Fable 5 74222a1631 fix: handle OpenAI-style router responses + log unparseable model output
The router's response shape varies by upstream: some backends return
.message.content, some choices[0].message.content, some only top-level
.content. Prefer them in that order. Record the actually-served model
(_shre.model) in the ledger and log a snippet of unparseable output for
diagnosis.

Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-18 23:35:12 -04:00
Nirav PatelandClaude Fable 5 e3ad9c25fc test: retrigger review webhooks
Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-18 23:27:50 -04:00
Nirav PatelandClaude Fable 5 bd148c4b50 test: live-review smoke marker
Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-18 23:25:58 -04:00
Nirav PatelandClaude Fable 5 9ffd810943 granthi-review v1: estate-wide AI code review service
Webhook-driven central review service for Granthi forges: HMAC-verified
push/pull_request webhooks, per-repo serialization with global LLM
concurrency 1, shre-router powered rubric review (8 axes, strict JSON,
tolerant extractor + retry), commit statuses + PR scorecard comments,
sqlite attribution ledger with Co-Authored-By trailer parsing, per-repo
HTML history dashboard, nightly per-agent digests, fail-open-with-
visibility when the router is unavailable.

Posture: BLOCK on confirmed critical/high correctness+security findings;
admin merge is the human override.

Co-Authored-By: Claude Fable 5 <[email protected]>
2026-08-18 23:24:27 -04:00