managarten/docs/reports
Till JS d5b889ac58 docs(gemini-deep-research): Mac-Mini deploy log 2026-04-22
Capture the surprises from the first deploy so the next rollout
(or rollback) has the full picture without spelunking logs:

- mana-research had never been started on the Mac-Mini, even though
  it was defined in compose. First-boot via `docker compose up -d`.
- research.* schema is not auto-migrated on service boot — drizzle
  push must be triggered explicitly: `docker exec mana-research
  bun run db:push`. 5 tables created.
- GOOGLE_GENAI_API_KEY was missing in /Users/mana/.../mana-monorepo/.env.
  Copied the local key over, with `.env.bak.pre-gemini-deep-research`
  as rollback anchor.
- Redis NOAUTH fix (commit 4867300d0) referenced here.
- Smoke-test outcome documented: the 500 was mana-credits 404 on a
  test user without a wallet row — expected, and it proves the whole
  auth/dispatch chain up to the credits hop works.
- Also noted: mana-llm has the same bare REDIS_URL in compose
  (out-of-scope for this deploy), and /providers/health does not list
  async providers (known design gap).

Status header updated to reflect deploy completion. Flag stays off
(MANA_AI_DEEP_RESEARCH_ENABLED=false) pending explicit enablement.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 18:22:31 +02:00
..
ai-agent-architecture-comparison.md docs: final report update — 7/10 roadmap items done, all tables consistent 2026-04-16 15:23:37 +02:00
clubdesk-vs-mana-comparison.md docs(invoices): ClubDesk vs. Mana comparison + invoices module plan 2026-04-20 15:27:57 +02:00
gemini-deep-research.md docs(gemini-deep-research): Mac-Mini deploy log 2026-04-22 2026-04-22 18:22:31 +02:00
web-research-capabilities.md feat(research): add mana-research service — Phase 1 + 2 2026-04-17 14:42:25 +02:00