Ripley
|
a504b4bd21
|
release: v0.0.5 — 7 monitoring summary endpoints
7 new API endpoints for dashboard consumption:
- cost-summary, cost-breakdown, health-summary
- cron-summary, sessions-summary, sub-agents-summary, trends
Security: range validation on /trends endpoint (Hudson audit)
Version: 0.0.4 → 0.0.5
Docs: VERSION.md, HISTORY.md, README.md, FUTURE.md updated
|
2026-05-10 22:47:39 -05:00 |
Ripley
|
9aee2e41e8
|
feat: initial project setup - base platform forked and running
- Copied base platform (Python/FastAPI backend + Next.js frontend)
- Adapted Dockerfile for src/ layout, fixed scripts paths for worker
- Created compose.yml with local dev configuration
- Auth mode: local (token-based)
- Ports: backend 8080, frontend 3080 (avoiding conflicts)
- All 4 services running: db, redis, backend, frontend, webhook-worker
- 97 API endpoints verified operational
- Database migrations auto-applied
- Git repo initialized on main branch
|
2026-05-10 11:14:55 -05:00 |