From b0e713147b59fd1594d75ca0055e79a3db7621c1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Date: Tue, 4 Aug 2026 07:55:19 -0400 Subject: [PATCH] ai-flow config: opt dev into org-tier learning promotion The dev#89 /learn re-run judged harness-env-scrub org-tier and declared PROMOTE, but the routing declined: no knowledge_repo was configured. This is the write-path opt-in (which repos may open proposal PRs on the org knowledge base), reviewed in-repo like the rest of ai-flow policy; the read path stays machine-side in dev's own settings. Co-authored-by: Cursor --- .github/ai-flow.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ai-flow.yml b/.github/ai-flow.yml index 437fa30..90b5b57 100644 --- a/.github/ai-flow.yml +++ b/.github/ai-flow.yml @@ -6,3 +6,10 @@ # Precedence per command: models. > models.default > CLI default. models: default: claude-fable-5-high + +# The org knowledge repo that /learn --promote and capture-declared +# PROMOTE: route org-tier lessons to (proposal PRs opened there, the +# lesson pruned from this repo's draft). This is the write-path opt-in, +# reviewed in-repo; the read path (dev learnings sync / invariants) is +# configured machine-side in dev's own settings. +knowledge_repo: d3mlabs/knowledge