kin: KIN-DOCS-003-backend_dev

This commit is contained in:
Gros Frumos 2026-03-19 19:06:18 +02:00
parent a0d2f814e4
commit 55f37b9444
6 changed files with 180 additions and 13 deletions

View file

@ -75,6 +75,9 @@ def build_context(
ctx["modules"] = models.get_modules(conn, project_id)
ctx["decisions"] = models.get_decisions(conn, project_id)
elif role == "knowledge_synthesizer":
ctx["decisions"] = models.get_decisions(conn, project_id)
elif role == "debugger":
ctx["decisions"] = models.get_decisions(
conn, project_id, types=["gotcha", "workaround"],