From 71ced3256d061b9bff4f9980386010bdd9b151c0 Mon Sep 17 00:00:00 2001 From: Kyle Tse Date: Tue, 23 Jun 2026 01:17:22 +0100 Subject: [PATCH] docs: add ADR-81 selector facts --- .doctrine/project.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.doctrine/project.json b/.doctrine/project.json index 4e5fc54e..781ee699 100644 --- a/.doctrine/project.json +++ b/.doctrine/project.json @@ -5,6 +5,7 @@ "name": "Flow", "lifecycle": "production", "layer": "tooling", + "policyPool": "agent-tool", "summary": "Flow is a production agent-tooling repository for canonical Sylphx agent assets, runtime projections, and the @sylphx/flow CLI.", "goals": [ "Own canonical agent assets under packages/flow/assets/.", @@ -97,6 +98,7 @@ }, "delivery": { "ciModel": "adr29-admission", + "deployable": false, "requiredContexts": ["risk-classification/pass", "trunk-admission/pass"], "deployPath": "Central reusable release workflow publishes the @sylphx/flow package from main release intent.", "productionProof": "Admission contexts, CI fan-in/postsubmit proof, npm package readback, projection smoke tests, and docs readback.",