- Clean table with date, title, status, progress
- No detailed explanations (read the session file)
- More scannable and direct
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Inspired by https://www.braingrid.ai/ - Adding intelligent specification
generation layer to achieve 5-star rating in all categories:
New FASE 5 includes:
- Spec generation with Claude API (goals, architecture, edge cases)
- Smart clarification questions (Q&A system)
- Automatic task decomposition with dependencies
- Context management and codebase indexing
- Schema extensions for specifications
- Frontend integration with wizard UI
- New API endpoints for spec workflow
Goal: From vague idea to production - AI plans, codes, and deploys
Comparison with competition:
- BrainGrid: Planning only (no execution/deploy)
- Cursor/Windsurf: Coding only (no planning/deploy)
- Vercel v0: Good at all, but not self-hosted
- AiWorker: Will be 5 stars in everything (Planning + Code + Deploy + Infra)
MVP (Phases 1-4) remains priority, FASE 5 comes after.
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Also added:
- DEVELOPMENT-WORKFLOW.md - Complete dev process documented
- Updated all references across documentation
Documentation is now centralized and direct.
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- CLAUDE.md for AI agents to understand the codebase
- GITEA-GUIDE.md centralizes all Gitea operations (API, Registry, Auth)
- DEVELOPMENT-WORKFLOW.md explains complete dev process
- ROADMAP.md, NEXT-SESSION.md for planning
- QUICK-REFERENCE.md, TROUBLESHOOTING.md for daily use
- 40+ detailed docs in /docs folder
- Backend as submodule from Gitea
Everything documented for autonomous operation.
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>