This commit is contained in:
2026-07-07 16:09:28 +02:00
parent 32c8bbe0a9
commit 5083efb150
42 changed files with 2556 additions and 2806 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ DETECT, for each route:
- A `services/devii/actions/catalog.py` Action exists if the route is something a user could ask Devii to do.
- A `docs_api.py` entry exists for every public or authenticated endpoint.
- Public pages build `base_seo_context`.
- `README.md` and `AGENTS.md` mention the feature.
- `README.md` and the relevant nested `CLAUDE.md` mention the feature.
FIX: add the missing Form, add the missing key to the `*Out` schema, switch the handler to `respond`, or flag the responsible specialist's layer. When a layer is intentionally absent (an internal route with no public docs, a route Devii should never call), record an info finding with the rationale rather than fabricating the layer.