From 87d7a4adf0f083389efc419b8925182e65d10b62 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 24 Sep 2026 09:56:51 +0200 Subject: [PATCH] Name access-engine as the only authorization decision point. Assistant: grok Assistant-Session: 01a0d25d-d358-7e13-b84a-d007fbb7e34f --- INTENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTENT.md b/INTENT.md index 5b361f9..3856dfd 100644 --- a/INTENT.md +++ b/INTENT.md @@ -19,7 +19,7 @@ Agentic work in the ecosystem requires combining many rapidly evolving ingredients: agent blueprints (kaizen-agentic), LLM compute (llm-connect), scheduling (activity-core), credentials (OpenBao/ops-warden), policy gates -(net-kingdom/flex-auth), memory (phase-memory, `.kaizen/` state), and +(net-kingdom/access-engine; repository `flex-auth`), memory (phase-memory, `.kaizen/` state), and reporting (Custodian State Hub). Without a shared runtime, every project that wants unattended agents must re-wire all of this — and every base- technology shift multiplies into N project upgrades. The first concrete