Research-Stack/obsidian-vault/.obsidian/community-plugins.json
Brandon Schneider 7c02104e43 Setup Obsidian Knowledge Base for Research Stack
Created comprehensive Obsidian vault for managing Research Stack knowledge:

Core Structure:
- 00-MAP/ - Navigation, Dashboard, Core Concepts, Glossary, Getting Started
- 01-LAYERS/ - All 7 USTSM layers (L0-L6) with formal proofs, docs, receipts, hardware
- 07-RESEARCH/ - Milestones, Attack Plans, Conjectures, Experiments
- 08-TOOLS/ - Templates, Workflows, Scripts
- 09-REFERENCES/ - External resources
- 10-ARCHIVE/ - Completed items

Configuration Files:
- .obsidian/app.json - Vault settings
- .obsidian/community-plugins.json - Plugin configuration
- .obsidian/snippets/research-stack.css - Custom theme with layer colors
- .obsidian/plugins/ - Templater, QuickAdd, Dataview settings
- .obsidian/workspaces.json - Pre-configured workspaces

Templates Created:
- Formal Proof - For Lean theorem documentation
- Attack Plan - For research initiatives
- Milestone - For project milestones
- Receipt - For validation receipts
- Daily Standup - For daily progress tracking

Features:
- Dataview dashboard queries for system health
- Layer-specific color coding (L0-L6)
- Receipt styling and validation status
- Graph view customization
- QuickAdd commands for rapid note creation
- Templater automation with research helpers
- Pre-configured workspaces for different activities

Documentation:
- README.md - Complete vault guide
- Getting Started.md - Step-by-step tutorial
- Core Concepts.md - Fundamental principles
- Glossary.md - Research Stack terminology

Burgers 4-Theorem Attack Plan documented:
- Energy Dissipation theorem
- CFL Stability theorem
- Mass Conservation theorem
- Complexity Regularization theorem

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 14:40:41 +00:00

113 lines
No EOL
2.3 KiB
JSON

{
"corePlugins": [
"file-explorer",
"search",
"switcher",
"graph",
"backlink",
"page-preview",
"command-palette",
"settings",
"file-recovery"
],
"communityPlugins": [
"dataview",
"templater",
"quickadd",
"advanced-tables",
"excalidraw",
"canvas",
"tag-wrangler",
"folder-note",
"breadcrumbs",
"workspaces"
],
"enabledPlugins": [
"file-explorer",
"search",
"switcher",
"graph",
"backlink",
"page-preview",
"command-palette",
"settings",
"file-recovery",
"dataview",
"templater",
"quickadd",
"advanced-tables",
"excalidraw",
"canvas",
"tag-wrangler",
"folder-note",
"breadcrumbs",
"workspaces"
],
"fileExplorer": {
"sortOrder": "alphabetical",
"sortDirection": "ascending"
},
"graph": {
"local": "network",
"global": "network",
"hover": false,
"drag": true,
"zoom": true,
"force": "force",
"attachStrength": 1,
"linkStrength": 1,
"linkDistance": 10,
"repulsionStrength": 10,
"centerForce": 0.1,
"linkRadius": 5,
"showTags": true,
"showAttachments": false,
"showOrphans": true,
"textSize": 8,
"nodeSize": 5,
"arrowSize": 2.5,
"colors": {
"background": "#000000",
"text": "#ffffff",
"line": "#498af3",
"node": "#498af3",
"nodeFocused": "#498af3",
"nodeHighlighted": "#498af3",
"nodeTag": "#498af3",
"nodeAttachment": "#498af3",
"nodeUnresolved": "#498af3"
}
},
"prompts": {
"knowledge": "Knowledge Management",
"research": "Research & Analysis",
"formal": "Formal Methods",
"hardware": "Hardware Extraction",
"receipt": "Receipt Generation",
"milestone": "Milestone Tracking"
},
"workspaces": {
"formal-methods": {
"name": "Formal Methods",
"files": [
"01-LAYERS/01-Formal-Proofs",
"01-LAYERS/03-Receipts"
]
},
"research-planning": {
"name": "Research Planning",
"files": [
"07-RESEARCH/00-Milestones",
"07-RESEARCH/01-Attack-Plans",
"07-RESEARCH/02-Conjectures"
]
},
"hardware-design": {
"name": "Hardware Design",
"files": [
"01-LAYERS/04-Hardware",
"08-TOOLS/00-Scripts"
]
}
}
}