logicsrc/plugins
Anthony Ettinger 7c9796ae51
fix(cli): default logicsrc login to app.logicsrc.com (#107)
The default was the apex, which runs the marketing app -- so every path the CLI
needs (/cli/device/code, /cli/device/token, /cli/authorize, /cli/token,
/api/me) returns 404 there. Point it at the host that actually serves them.

app.logicsrc.com is now a custom domain on the credentials service with a valid
certificate, verified live: /cli/device/code returns 200 and issues a real user
code, /api/me returns 401 rather than 404, which is routing working correctly
for an unauthenticated request.

The apex can forward these paths instead -- that is what the rewrites in
apps/logicsrc-web/next.config.ts do -- but that needs a second service deployed
to be true, while this needs nothing beyond the domain that already exists. The
rewrites stay useful as a convenience; they are no longer load-bearing.

$LOGICSRC_API still overrides, unchanged.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-30 11:07:49 -07:00
..
agentgit Add AgentGit M1: agent-native git layer over a Forgejo backend 2026-06-14 15:15:06 +00:00
agentmail Add AgentMail plugin: paid-member mailbox client for humans + agents 2026-06-14 15:37:17 +00:00
c0mpute feat: add c0mpute plugin and hire-us request flow 2026-06-06 19:42:00 +00:00
coinpay Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00
credential-sharing fix(cli): default logicsrc login to app.logicsrc.com (#107) 2026-07-30 11:07:49 -07:00
email-accounts Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
feed-discovery fix(feed-discovery): block reserved feed IP targets (#88) 2026-07-01 01:12:10 -07:00
sh1pt Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00
social-accounts Add communication account plugin scaffolds 2026-06-09 10:02:07 +00:00
ugig Scaffold LogicSRC and CommandBoard plugins 2026-06-06 11:24:02 +00:00