Commit Graph

13 Commits

Author SHA1 Message Date
d04bd64474 docs: document storage.* MCP tools; bump vibn-frontend pointer
Made-with: Cursor
2026-04-23 12:54:27 -07:00
99deb546c8 Rip out Theia, bump submodules, retire platform/ scaffold, snapshot docs + design assets
Theia rip-out (parent):
- Remove theia submodule entry (the local fork, Gitea repo, Coolify app,
  Cloud Run services, and Artifact Registry image are all gone)
- Drop README.md + INFRASTRUCTURE.md (obsolete "Project OS" snapshots
  that also leaked API tokens) and setup.sh (Theia clone bootstrap)
- Delete UI-DESIGN-GUIDE.md, BACKEND_AGENTS_PLAN.md, VIBN_BUILD_PLAN.md,
  VISUAL_EDITOR_PLAN.md, core-packages.md, ai-packages.md, tools-list.md
  (all 100% Theia-specific or superseded)
- Surgical scrubs of remaining Theia mentions in
  AGENT_EXECUTION_ARCHITECTURE.md and TURBOREPO_MIGRATION_PLAN.md

Submodule bumps:
- vibn-agent-runner: Theia rip-out + MCP refactor (api/wrapper/server
  pattern across shell/file/git/memory/prd/search/agent/gitea/coolify)
- vibn-frontend: Theia rip-out + P5.1 attach E2E + Justine UI WIP

Retire platform/ scaffold:
- Remove platform/backend/ (control-plane, executors, mcp-adapter),
  platform/client-ide/ (gcp-productos extension), platform/contracts/,
  platform/infra/terraform/, platform/scripts/templates/turborepo/
  (replaced by vibn-agent-runner + vibn-frontend + Coolify direct)
- Drop architecture.md, technical_spec.md, vision-ext.md,
  "1.Generate Control Plane API scaffold.md" (same era)

Docs / planning snapshots (new):
- AI_CAPABILITIES.md, AI_CAPABILITIES_ROADMAP.md
- AGENT_TELEMETRY_STREAMING_PROJECT.md
- VIBN_PRD.md, product-idea-a.md

Design assets (new):
- branding/{coolify,gitea,ux-testing}/ static brand collateral
- justine/ HTML mockups for the new onboarding/build flows
- preview-assist-ui/ Vite scratch app
- master-ai.code-workspace

Infra helpers (new):
- setup-coolify-montreal.sh provisioner
- gitea-docker-compose.yml
- vibn-coolify-schema.sql for the Coolify Postgres extensions
- prd-agent-prompt.pdf, prompt, root.txt, remixed-9edec9e9.tsx scratch
- flatten.sh helper

.gitignore: ignore **/node_modules, **/.next, **/.turbo, **/coverage

Made-with: Cursor
2026-04-22 18:06:37 -07:00
54da4c96da feat: import flow, COO architecture doc, project delete fix
- Updated AGENT_EXECUTION_ARCHITECTURE.md: Assist as COO layer,
  specialist advisors (Code/Growth/Analytics) as delegates not
  user-facing, advisor_memory table, proactive monitoring design
- vibn-frontend: GitHub import mirror flow, analyze API, delete fix
- vibn-agent-runner: ImportAnalyzer agent + mirror endpoint

Made-with: Cursor
2026-03-09 11:31:07 -07:00
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