From 226b3adfa2bfaba53d40a465f5faf5dcd07c6190 Mon Sep 17 00:00:00 2001 From: anti Date: Fri, 1 May 2026 07:57:38 -0400 Subject: [PATCH] =?UTF-8?q?docs(ttp):=20mark=20E.3.1=20+=20E.3.2=20done=20?= =?UTF-8?q?=E2=80=94=20schema/bus=20verification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/TTP_TAGGING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/development/TTP_TAGGING.md b/development/TTP_TAGGING.md index 21d5b6fa..0a449a67 100644 --- a/development/TTP_TAGGING.md +++ b/development/TTP_TAGGING.md @@ -2909,11 +2909,13 @@ Order: 1. **Schema** — fill `compute_tag_uuid()`. Run `pytest tests/ttp/test_schema.py tests/ttp/test_idempotency.py`. Both - green. + green. ✅ done. 2. **Bus constants + wiki** — already content-only at contract phase; this step is just verifying naming tests are green (including the new `ttp.rule.reloaded.*` and `ttp.rule.state.*` - per-rule topic format). + per-rule topic format). ✅ done (per-rule reloaded/state topics + land with E.3.5/E.3.6 RuleStore — see comment at + `decnet/bus/topics.py:281-283`). 3. **Repository** — implement `insert_tags`, the listing methods. `test_ttp_repo.py` green on both backends. 4. **API endpoints** — fill in handlers reading from repo. Empty