kin: KIN-DOCS-003-backend_dev
This commit is contained in:
parent
a0d2f814e4
commit
55f37b9444
6 changed files with 180 additions and 13 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue