From be4983efe2ff055374beeff43643d63c424bbab5 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:39:46 -0700 Subject: [PATCH] feat(convergence): cut over review to all 3 repos + enable advisory aiReview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hard cutover (reviewwed[bot] already uninstalled from all repos, so no double-acting): - GITTENSORY_REVIEW_REPOS → all 3 (JSONbored/gittensory,awesome-claude,metagraphed): activates the converged review features (unified comment, safety, grounding, reputation, hard-guardrail) on all three. - AI_SUMMARIES_ENABLED + AI_PUBLIC_COMMENTS_ENABLED → true: enables the dual-AI advisory review (summary + nits). Per-repo ai_review_mode='advisory' set in D1 for all 3. Autonomy (merge/close/approve/label/request_changes = auto, requireApprovals:0, squash) set in D1 repository_settings for all 3, live (agent_dry_run=0). Decision-cache + reputation already seeded by the #1025 state migration, so no re-review storm / reputation reset. Part of epic #983. --- wrangler.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index c7148ef5dc..029fbdd8f3 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -38,8 +38,8 @@ "GITTENSORY_DRIFT_ISSUE_REPO": "JSONbored/gittensory", "PUBLIC_API_ORIGIN": "https://gittensory-api.aethereal.dev", "PUBLIC_SITE_ORIGIN": "https://gittensory.aethereal.dev", - "AI_SUMMARIES_ENABLED": "false", - "AI_PUBLIC_COMMENTS_ENABLED": "false", + "AI_SUMMARIES_ENABLED": "true", + "AI_PUBLIC_COMMENTS_ENABLED": "true", "WORKERS_AI_SUMMARY_MODEL": "@cf/meta/llama-3.1-8b-instruct-fp8-fast", "AI_DAILY_NEURON_BUDGET": "10000", "AI_BYOK_DAILY_REPO_LIMIT": "25", @@ -100,7 +100,7 @@ // rolls forward one repo at a time (e.g. "JSONbored/gittensory,JSONbored/awesome-claude"). Default "" → // NO repos converged → the per-PR converged path stays dormant for every repo regardless of the global // flags (byte-identical to today). The cron/endpoint flags (ops/selftune/parity/draft) stay global. - "GITTENSORY_REVIEW_REPOS": "JSONbored/gittensory", + "GITTENSORY_REVIEW_REPOS": "JSONbored/gittensory,JSONbored/awesome-claude,JSONbored/metagraphed", }, "routes": [ {