Commit Graph

59 Commits

Author SHA1 Message Date
0891452d63 ci: test deploy v2
All checks were successful
Deploy Tracker / deploy (push) Successful in 7s
2026-02-15 19:12:00 +01:00
64089c249f ci: test deploy pipeline
Some checks failed
Deploy Tracker / deploy (push) Has been cancelled
2026-02-15 19:10:30 +01:00
face0d000e ci: trigger deploy
Some checks are pending
Deploy Tracker / deploy (push) Waiting to run
2026-02-15 19:09:28 +01:00
c3035272ba ci: auto-deploy on push (Gitea Actions)
Some checks are pending
Deploy Tracker / deploy (push) Waiting to run
2026-02-15 19:08:12 +01:00
3a1ff3c482 fix: remove web from docker-compose (runs on host) 2026-02-15 18:58:22 +01:00
c7f591db32 feat: add web service to docker-compose, port 3100 2026-02-15 18:52:53 +01:00
04be227740 feat: tracker MVP — FastAPI, models, REST API, WebSocket, Docker
- Models: projects, tasks, agents, adapters, labels, chats
- REST API: CRUD for all entities
- WebSocket: connection manager, heartbeat
- Alembic: async migrations, initial schema
- Docker Compose: tracker + postgres + redis (dev)
- All config via TRACKER_* env vars
2026-02-15 18:42:45 +01:00
bbbc65bc48 docs: add OpenClaw integration architecture
- OpenClawClient Python class
- Agent model with status tracking
- Task assignment flow
- Callback endpoint
2026-02-15 15:41:37 +01:00
438a8aaa88 Initial backend structure 2026-02-15 11:57:18 +01:00