From 960e204b8799f1036ed789c66cbb5f1898aa9faf Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 11 Jul 2026 20:08:35 +0200 Subject: [PATCH] docs(agents): active-backlog pointer in the ecosystem front door Agents discovering the lab through AGENTS.md now find the decomposed AI back-office backlog (STATUS map, erp milestones, gateway issues, factory#22 ADR tracking) and the resume protocol. Co-Authored-By: Claude Fable 5 --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 1077e18..bb66048 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -79,6 +79,8 @@ Start at the knowledge-base front door: [vibe/README.md](vibe/README.md). The si Historical infra docs still live under [doc/](doc/) (ADRs, the new-web-app runbook) — see also `CLUSTER_RECOVERY.md` (at the lab root, **outside** this repo) for tested power-cut recovery. +**Active backlog:** the [AI back-office PRD](vibe/PRD/ai-back-office/README.md) is decomposed into self-contained issues on dated milestones — entry point: its [STATUS backlog map](vibe/PRD/ai-back-office/STATUS.md). Resume protocol: pick the top unblocked issue of the earliest open [erp milestone](https://gitea.arcodange.lab/arcodange-org/erp/milestones); related: [telegram-gateway issues](https://gitea.arcodange.lab/arcodange/telegram-gateway/issues) (owner `arcodange`) and [factory#22](https://gitea.arcodange.lab/arcodange-org/factory/issues/22) (ADR tracking). The erp repo's own `AGENTS.md` carries the same pointers. + ## Operating rules for agents ### No-tombstone rule (FOREMOST)