Commit Graph

10 Commits

Author SHA1 Message Date
0e0ea5fb66 fix: runtime deployment fixes for Docker Compose stack
- Add .gitignore for __pycache__, node_modules, .playwright-mcp
- Add CLAUDE.md project instructions
- docker-compose: remove host port exposure for internal services,
  remove Ollama container (use host), add CORS origin, bake
  NEXT_PUBLIC_API_URL at build time, run alembic migrations on
  gateway startup, add CPU-only torch pre-install
- gateway: add CORS middleware, graceful Slack degradation without
  bot token, fix None guard on slack_handler
- gateway pyproject: add aiohttp dependency for slack-bolt async
- llm-pool pyproject: install litellm from GitHub (removed from PyPI),
  enable hatch direct references
- portal: enable standalone output in next.config.ts
- Remove orphaned migration 003_phase2_audit_kb.py (renamed to 004)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 12:26:34 -06:00
6f4445f982 docs(phase-1): complete phase execution 2026-03-23 10:39:30 -06:00
44f5b98890 docs(01-03): complete Channel Gateway + Message Router plan 2026-03-23 10:34:50 -06:00
dcd89cc8fd docs(01-04): complete portal plan — tenant/agent CRUD and Agent Designer
- Create 01-04-SUMMARY.md documenting FastAPI portal API and Next.js portal
- Update STATE.md: advance plan, record metrics, add decisions
- Update ROADMAP.md: phase 1 plan progress (3/4 summaries)
- Update REQUIREMENTS.md: mark PRTA-01, PRTA-02 complete

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 10:22:22 -06:00
0eae48699f docs(01-02): complete LLM pool and orchestrator plan 2026-03-23 10:08:55 -06:00
0054383be0 docs(01-foundation-01): complete monorepo scaffolding and RLS tenant isolation plan 2026-03-23 09:59:55 -06:00
d611a07cc2 docs(01-foundation): create phase plan 2026-03-23 09:32:44 -06:00
60080980da docs(01): add research and validation strategy 2026-03-23 09:26:15 -06:00
2ab18fde4f docs(01): research phase 1 foundation domain 2026-03-23 09:25:20 -06:00
d032d81171 docs(01): capture phase context 2026-03-23 09:19:53 -06:00