Initial commit: Brachnha Insight project setup

- Next.js 14+ with App Router and TypeScript
- Tailwind CSS and ShadCN UI styling
- Zustand state management
- Dexie.js for IndexedDB (local-first data)
- Auth.js v5 for authentication
- BMAD framework integration

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Max
2026-01-26 12:28:43 +07:00
commit 3fbbb1a93b
812 changed files with 150531 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
name,displayName,description,module,path,standalone
"index-docs","Index Docs","Generates or updates an index.md of all documents in the specified directory","core","_bmad/core/tasks/index-docs.xml","true"
"review-adversarial-general","Adversarial Review (General)","Cynically review content and produce findings","core","_bmad/core/tasks/review-adversarial-general.xml","false"
"shard-doc","Shard Document","Splits large markdown documents into smaller, organized files based on level 2 (default) sections","core","_bmad/core/tasks/shard-doc.xml","true"
"workflow","Execute Workflow","Execute given workflow by loading its configuration, following instructions, and producing output","core","_bmad/core/tasks/workflow.xml","false"
1 name displayName description module path standalone
2 index-docs Index Docs Generates or updates an index.md of all documents in the specified directory core _bmad/core/tasks/index-docs.xml true
3 review-adversarial-general Adversarial Review (General) Cynically review content and produce findings core _bmad/core/tasks/review-adversarial-general.xml false
4 shard-doc Shard Document Splits large markdown documents into smaller, organized files based on level 2 (default) sections core _bmad/core/tasks/shard-doc.xml true
5 workflow Execute Workflow Execute given workflow by loading its configuration, following instructions, and producing output core _bmad/core/tasks/workflow.xml false