Commit Graph

26 Commits

Author SHA1 Message Date
f69e5b671b Add local dev bootstrap command 2026-03-06 21:38:28 -05:00
7dd403e814 Add Playwright e2e test suite 2026-03-06 21:08:20 -05:00
da2ce23bab refactor: make AI runtime z.ai-only and default to glm-5 2026-03-02 22:27:39 -05:00
d81a681905 feat: migrate task jobs to workflow notifications + timeline 2026-03-02 14:29:31 -05:00
36c4ed2ee2 chore(financials-v2): add statement backfill script and docs 2026-03-02 09:34:55 -05:00
a09001501e Implement dual-model filing pipeline with Ollama extraction 2026-02-28 16:31:25 -05:00
a53a5222c1 Remove OpenClaw fallback compatibility 2026-02-28 15:05:46 -05:00
b9f3b7f9d0 Migrate AI runtime to SDK and hardcode Zhipu coding endpoint 2026-02-28 13:59:00 -05:00
937bb3401b feat: add openclaw service to docker compose 2026-02-27 15:11:18 -05:00
73d9ccafd6 Support Nginx-authenticated OpenClaw and fix workflow retry start context 2026-02-27 11:42:50 -05:00
cff77ce193 Force local workflow world in Docker for Coolify builds 2026-02-26 20:47:32 -05:00
f2ac1c426e Migrate stack to SQLite and set Coolify defaults 2026-02-26 15:45:22 -05:00
74fee52c4e chore: commit all changes 2026-02-26 13:26:18 -05:00
301e66f19f auto-run drizzle migrations on container startup 2026-02-24 22:47:28 -05:00
ae9f081f90 simplify better-auth integration in elysia routes 2026-02-24 21:04:06 -05:00
0ab464f910 Use Drizzle adapter and Drizzle CLI auth migrations 2026-02-24 16:21:03 -05:00
11eeafafef Migrate API to Elysia and switch runtime to Bun 2026-02-24 15:50:40 -05:00
468ea5f252 fix deployment by adding postgres service to base compose 2026-02-24 14:02:49 -05:00
52a4ab38d3 implement better-auth auth with postgres and route protection 2026-02-24 13:32:43 -05:00
fd168f607c upgrade dependencies and docker builds to npm latest 2026-02-24 11:20:18 -05:00
bb01311a8a avoid coolify host-port collisions by exposing app port internally 2026-02-24 11:00:13 -05:00
168c05cb71 flatten app to repo root and update docker deployment for single-stack runtime 2026-02-24 00:25:03 -05:00
2987ac06fa remove legacy backend stack and stale deployment docs after rebuild 2026-02-23 23:43:33 -05:00
6012dd3fcf rebuild app as turbopack-first single-stack with internal api and openclaw tasks 2026-02-23 23:38:06 -05:00
04e5caf4e1 feat: rebuild fiscal clone architecture and harden coolify deployment 2026-02-23 21:10:39 -05:00
Francesco
da58289eb1 feat: Complete Fiscal Clone deployment package
- SEC filings extraction (10-K, 10-Q, 8-K)
- Portfolio analytics with real-time prices
- Watchlist management
- NextAuth.js authentication
- OpenClaw AI integration
- PostgreSQL database with auto P&L calculations
- Elysia.js backend (Bun runtime)
- Next.js 14 frontend (TailwindCSS + Recharts)
- Production-ready Docker configurations
2026-02-16 03:49:32 +00:00