12 Commits

Author SHA1 Message Date
Mike Dalessio e70047ca0f Default development environment to app.fizzy.localhost (#2822)
Using fizzy.localhost causes CORS errors when using minio for Active
Storage because the minio endpoint is at minio.fizzy.localhost — a
sibling subdomain, not a subdomain of the app host. Switching to
app.fizzy.localhost makes both hosts subdomains of fizzy.localhost,
resolving the CORS issue. See #2814 for the related minio CORS fix.

fizzy.localhost will continue to work if people want to use it, but all
docs and scripts have been updated to point to app.fizzy.localhost.
2026-04-09 12:43:01 -04:00
Jeremy Daer a02042b4c5 Add Deploy section to AGENTS.md (#2593)
* AGENTS.md: add Deploy section (main, 7 destinations, saas:enable)

Structured format for agent prelude discovery and cross-app
drift checking via verify-app-registry.

* Address review: document beta template env var requirement

The beta deploy config requires BETA_NUMBER; typical targets are beta1-beta4.
2026-02-22 11:04:33 -08:00
Peter Berkenbosch 8a591bd8ee Fix typos in AGENTS.md (#2571) 2026-02-21 23:13:01 -05:00
Stanko K.R. f70560f810 Explain imports & exports 2026-02-02 19:31:12 +01:00
Mike Dalessio e1c9b7df1e doc: update style doc reference for LLM agents 2025-12-08 15:29:26 -05:00
Mike Dalessio 6345aa4787 Update seeds to use @example.com
See also https://www.rfc-editor.org/rfc/rfc2606.html
2025-12-03 15:40:58 -05:00
Juan Vásquez 3ac9a44abf Update AGENTS.md (#1818) 2025-12-02 13:40:39 -08:00
Mike Dalessio edf6b53469 Introduce an "owner" role, and prevent it from being administered
to prevent the owner from being demoted or kicked out.

ref: https://app.fizzy.do/5986089/cards/3213
2025-11-29 14:13:29 -05:00
Jorge Manrubia a7b2fe2b81 Moved to sentry 2025-11-28 15:53:58 +01:00
Jorge Manrubia 3cbe27755c Moving this to shipyard 2025-11-28 15:53:58 +01:00
Mike Dalessio e8671d11fa Improve AGENTS.md with some loki suggestions
Suggested by Claude after I yelled at it when it was using string
matching instead of the structured fields.
2025-11-26 17:48:37 -05:00
Jeremy Daer 426420a406 Missed commit 2025-11-25 14:10:26 -08:00