Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
// Default OFF — flag-OFF performs no retrieval, uses no adapter, makes no vector query, and keeps the
// reviewer prompt byte-identical. Even when ON it is inert until a repo's vector index is populated (the
// index-population job + cron is a deploy-time follow-up; a cold/missing index degrades to no context).
"GITTENSORY_REVIEW_RAG": "false",
"GITTENSORY_REVIEW_RAG": "true",
// Convergence (self-improve / auto-tune): run the ported self-improvement loop on the cron tick over
// gittensory's own review-outcome data — compute tuning recommendations, SHADOW-SOAK any strictly-
// tightening one, and AUTO-PROMOTE it to live ONLY after the soak window passes the gate; every action is
Expand Down