2 Commits

Author SHA1 Message Date
Nico
bf11312b4b Rename cog -> assay across codebase
- Rename files: cog_cli.py, test_cog.py, k8s/cog-*.yaml
- Update all Python tool names: cog_* -> assay_*
- Update FastAPI titles, MCP server names, URLs
- Update K8s manifests: deployments, services, secrets, ingress
- Update Docker env vars: COG_API -> ASSAY_API
- Domain: cog.loop42.de -> assay.loop42.de
- SQLite path: /tmp/cog_db.sqlite -> /tmp/assay_db.sqlite

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 01:39:05 +02:00
Nico
da92109550 v0.14.3: Integration test runner — real pipeline, both graphs
- send_and_wait: POST /api/send + poll /api/result with timeout
- 5 test cases: greeting, german, DB count, buttons, show tables
- Clears state between tests for predictability
- --graph both: runs v1 + v2 back to back
- Reports live to frontend via /api/test/status
- Both graphs 5/5 green

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 05:21:14 +02:00