Kade Heyborne 48c6ddc066
Add comprehensive project documentation
- 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
2025-12-03 16:54:37 -07:00

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"
}
}