dealroom/internal
James 11cf55cfb8 Initial Deal Room project scaffold
- Complete architecture specification (SPEC.md)
- Go project structure with inou pattern
- Database schema with unified entries table
- RBAC engine with bitmask permissions
- Encrypted file storage (AES-256-GCM + zstd)
- HTTP handlers and routing structure
- templ templates for UI (layout, dashboard, login)
- K2.5 AI integration for document analysis
- Docker deployment configuration
- Comprehensive Makefile and documentation

Tech Stack: Go + templ + HTMX + SQLite + Tailwind CSS
Ready for development and deployment.
2026-02-15 18:32:50 -05:00
..
ai Initial Deal Room project scaffold 2026-02-15 18:32:50 -05:00
db Initial Deal Room project scaffold 2026-02-15 18:32:50 -05:00
handler Initial Deal Room project scaffold 2026-02-15 18:32:50 -05:00
model Initial Deal Room project scaffold 2026-02-15 18:32:50 -05:00
rbac Initial Deal Room project scaffold 2026-02-15 18:32:50 -05:00
store Initial Deal Room project scaffold 2026-02-15 18:32:50 -05:00