Forge
deeb25a2
1[docs_templates]
2
3[[docs_templates.template]]
4id = "feature.v1"
5title = "Feature doc"
6kind = "feature_doc"
7source = "repo"
8path = "docs/templates/feature.md"
9
10[[docs_templates.template]]
11id = "module.v1"
12title = "Module doc"
13kind = "module_doc"
14source = "repo"
15path = "docs/templates/module.md"
16
17[[docs_templates.template]]
18id = "adr-mini.v1"
19title = "ADR mini"
20kind = "adr"
21source = "repo"
22path = "docs/templates/adr-mini.md"
23
24[[docs_templates.template]]
25id = "runbook.v1"
26title = "Runbook"
27kind = "runbook"
28source = "repo"
29path = "docs/templates/runbook.md"
30
31# Knowledge-backed templates (canonical KB in agent-notes) can be added like this:
32#
33# [[docs_templates.template]]
34# id = "kb.feature.v1"
35# title = "KB Feature doc (canonical)"
36# kind = "feature_doc"
37# source = "knowledge"
38# knowledge_root_id = "primary"
39# file_path = "templates/feature.md"
40
41
View only · write via MCP/CIDE