8 Commits

Author SHA1 Message Date
ozan f394e8f3fe fix: remove test markers from proxy main.go
Deploy Proxy / deploy (push) Failing after 44m31s
2026-05-22 20:22:31 +01:00
ozan 05de2d5fa1 ci: test Spot with workdir fix
Deploy Proxy / deploy (push) Failing after 1m29s
2026-05-22 20:15:22 +01:00
ozan 2973557884 ci: test Spot with runner token fix
Deploy Proxy / deploy (push) Failing after 1m0s
2026-05-22 20:08:50 +01:00
ozan d34b70ffae ci: test Spot with higher bid
Deploy Proxy / deploy (push) Has been cancelled
2026-05-22 20:03:58 +01:00
ozan a8625a2ba2 ci: trigger via repo webhook
Deploy Proxy / deploy (push) Has been cancelled
2026-05-22 20:02:01 +01:00
ozan 8e1184e008 ci: trigger deploy-proxy via Spot runner
Deploy Proxy / deploy (push) Has been cancelled
2026-05-22 19:59:53 +01:00
ozan 0488cdda72 feat: migrate bot service from arikigame.com to tinqs.com domain
Build tinqs-git / build (push) Failing after 16m16s
- Proxy: add bot.tinqs.com route alongside legacy bot.arikigame.com
- Bot: add /api/v1/ai/* rewrite alias for inference proxy (Cursor endpoint)
- Auth: update Gitea URL defaults from git.arikigame.com to tinqs.com
- UI: update all landing page, team-tool, callback URLs to tinqs.com
- Libs: update gitea.ts, design.ts, docs-search.ts, handoffs.ts,
  mcp-handler.ts, image-gen-context.ts to tinqs.com API base
- Config: add tinqs-ai provider entry in deeptinqs providers.json
- Tests: update smoke test default URL to bot.tinqs.com

All endpoints work on both domains during transition.
Old bot.arikigame.com stays in proxy routes for backwards compat.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-22 09:38:50 +01:00
ozan a81a450e7e feat: monorepo consolidation — merge CLI, bot, admin, team-tool, website, docs, runner, proxy
Merged into tinqs/studio:
- cmd/tinqs-cli/    — tinqs-cli (Go binary, from bot/cli)
- cmd/tea/          — Gitea CLI tool (from tinqs/cli-tea)
- services/bot/     — Bot service (from tinqs-ltd/bot on git.arikigame.com)
- services/admin/   — Admin panel (from tinqs/admin)
- services/team-tool/ — Team Tool (from tinqs/team-tool)
- services/proxy/   — tinqs-proxy (from bot/proxy)
- web/landing/      — tinqs.com website (from tinqs/website)
- web/docs/         — Platform docs (from tinqs/docs)
- web/blog/         — Blog (placeholder)
- runner/           — Ephemeral CI runner (from tinqs/runner)

All source repos will be deleted after verification.
2026-05-22 04:55:50 +00:00