Commit Graph

360 Commits

Author SHA1 Message Date
cca3e38186 Adopt Stackless UI: warm palette, sidebar, project tab bar with Design tab
- Add Google Fonts (Newsreader/Outfit/IBM Plex Mono) + warm beige CSS palette
- New VIBNSidebar: Stackless-style 220px sidebar with project list + user footer
- New ProjectShell: project header with name/status/progress% + tab bar
- Tabs: Atlas → PRD → Design → Build → Deploy → Settings
- New /prd page: section-by-section progress view (Executive Summary, Problem Statement, etc.)
- New /build page: locked until PRD complete, then shows feature progress
- Projects list page: Stackless-style row layout with status dots and tags
- Simplify overview/page.tsx to just render AtlasChat (layout handles header)

Made-with: Cursor
2026-03-02 16:01:24 -08:00
904e7bfbca docs: capture product lifecycle design and surfaces/libraries mapping
Made-with: Cursor
2026-03-01 21:09:10 -08:00
5ddfb3fe60 merge remote changes 2026-03-01 20:11:12 -08:00
506e4aa96f docs: document web_search tool and agent tool registry in ARCHITECTURE.md
Made-with: Cursor
2026-03-01 20:10:55 -08:00
2c3e7f9dfb feat: add Turborepo per-project monorepo scaffold and project API
- Add Turborepo scaffold templates (apps: product, website, admin, storybook; packages: ui, tokens, types, config)
- Add ProjectRecord and AppRecord types to control plane
- Add Gitea integration service (repo creation, scaffold push, webhooks)
- Add Coolify integration service (project + per-app service provisioning with turbo --filter)
- Add project routes: GET/POST /projects, GET /projects/:id/apps, POST /projects/:id/deploy
- Update chat route to inject project/monorepo context into AI requests
- Add deploy_app and scaffold_app tools to Gemini tool set
- Update deploy executor with monorepo-aware /execute/deploy endpoint
- Add TURBOREPO_MIGRATION_PLAN.md documenting rationale and scope

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 15:07:35 -08:00
2f9ba04538 Merge remote main branch with local changes
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 13:23:50 -08:00
9c78559f57 Add Theia base + Product OS vision and guides
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 13:23:03 -08:00
57b9ce2f1a Update documentation files 2026-01-21 15:35:57 -08:00
cb8ff46020 Add VS Code Chat Participant API integration
- Register @productos as native chat participant
- Users can type @productos in VS Code chat
- Connects to Control Plane backend
- Removes dependency on Continue
- Native Copilot-like experience
2026-01-19 20:39:30 -08:00
b6d7148ded Initial commit: Product OS platform
- Control Plane API with Gemini integration
- Executors: Deploy, Analytics, Marketing
- MCP Adapter for Continue integration
- VSCode/VSCodium extension
- Tool registry and run tracking
- In-memory storage for local dev
- Terraform infrastructure setup
2026-01-19 20:34:43 -08:00