- Complete planning documentation for 5-phase development - UI design specifications and integration - Domain architecture and directory templates - Technical specifications and requirements - Knowledge incorporation strategies - Dana language reference and integration notes
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "Default Domain",
|
|
"description": "Template for new knowledge domains",
|
|
"tags": ["template", "default"],
|
|
"relationships": {
|
|
"parent_domains": [],
|
|
"child_domains": [],
|
|
"related_domains": []
|
|
},
|
|
"agents": {
|
|
"default_researcher": "researcher.dana",
|
|
"default_summarizer": "summarizer.dana"
|
|
},
|
|
"settings": {
|
|
"auto_tag": true,
|
|
"auto_link": true,
|
|
"backup_frequency": "daily"
|
|
}
|
|
} |