7 Commits

Author SHA1 Message Date
Alex Ant 646b1c90a2 calendar of events 2026-03-29 17:50:44 +05:00
Cursor Agent ea28285639 docs: add test running instructions to AGENTS.md
Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 17:58:22 +00:00
Cursor Agent f0e7b0b63a docs: finalize AGENTS.md with complete Cloud setup instructions
Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 14:21:29 +00:00
Cursor Agent a75277e0b8 docs: update AGENTS.md with docker networking and reboot instructions
Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 13:06:05 +00:00
Cursor Agent 6e80d5187c docs: document SSR hydration issue in desktop dev mode
Root cause: Pinia serializes Vue component objects from extension
routes into __INITIAL_STATE__. After hydration, components are
plain objects without render/setup functions. Production SSR build
works fine. Dev workaround: use SPA mode (quasar dev without --mode ssr).

Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 10:23:15 +00:00
Cursor Agent db9b704d1d feat: add dev services to docker-compose, fix SHiP port, CHAIN_ID, postgres version
- docker-compose.yaml: add coopback, cooparser, desktop services for dev mode
- docker-compose.yaml: add SHiP port 8070, pin postgres:16
- components/desktop/.env-example: fix CHAIN_ID to match local blockchain
- components/parser/.env-example: fix SHIP port to 8070
- AGENTS.md: comprehensive dev environment instructions
- Remove docker-compose.override.yaml (changes merged into main file)

Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 10:23:15 +00:00
Cursor Agent 65a2b5361c chore: add AGENTS.md and docker-compose.override for dev environment setup
- AGENTS.md: development instructions for Cursor Cloud agents
- docker-compose.override.yaml: pin postgres:16 (postgres:latest v18+ breaks with current volume config)

Co-authored-by: Alex Ant <dacom-dark-sun@users.noreply.github.com>
2026-02-25 10:22:23 +00:00