From 97b41d5d4b056c4d1829c2b3793fecfd4e6c662d Mon Sep 17 00:00:00 2001 From: Igor Beylin Date: Sat, 19 Sep 2026 10:17:05 -0400 Subject: [PATCH] fix(ci): declare consumer repo_class python for org-ci language detect CEG is Python-only but had no .l9/ci.json, so REPO_CLASS=auto left Analyze (central Core) fail-closed on ambiguous SDK language detect. Consumer metadata is the documented escape hatch and does not touch workflows. Issue-Remediation-Cycle: Quantum-L9/Cognitive.Engine.Graphs#273/cycle-1 Co-authored-by: Cursor --- .l9/ci.json | 4 ++++ TODO.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .l9/ci.json diff --git a/.l9/ci.json b/.l9/ci.json new file mode 100644 index 00000000..ff5d59f1 --- /dev/null +++ b/.l9/ci.json @@ -0,0 +1,4 @@ +{ + "schema": "l9.ci-consumer/v1", + "repo_class": "python" +} diff --git a/TODO.md b/TODO.md index 44c0dcf1..fd4d52ad 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,9 @@ ## Issue unblock (session reference) -**Cluster:** CEG#138 CLOSED on PR 248; CEG#139 CLOSED already-fixed -**Owning fix:** https://github.com/Quantum-L9/Cognitive.Engine.Graphs/pull/248 -**Next:** pause issues for this repo; PR remediator later -**Pickup:** Graphiti PICKUP written 2026-08-30 +**Cluster:** Quantum-L9/Cognitive.Engine.Graphs#273 (+ #274 leftover, #275, #276, #277 duplicate of #276, #279) +**Owning fix:** leftover consumer `.l9/ci.json` (`repo_class: python`) stacked on PR 280 +**Next:** do not merge from this skill; leftover issues already CLOSED; remaining CEG HUMAN issues stay OPEN +**Pickup:** Graphiti PICKUP written 2026-09-19