stack/apps/backend
Devin AI e26f326d8c Fix agent-auth review issues and docs build
- Grants no longer expire at the session TTL (expiresAt: null); agent
  lifetime clocks govern access, so long-lived agents keep their grants.
- list_users rejects an over-max limit with constraint_violated instead
  of silently clamping (fail loud); default limit stays bounded by max.
- Discovery route auth schema uses adaptSchema for type-correct build.
- Add missing agent-auth entry to docs APP_ICONS Record<AppId> map,
  which was breaking @hexclave/docs build (and build/lint/docker CI).

Co-Authored-By: madison@stack-auth.com <madison.w.kennedy@gmail.com>
2026-07-07 23:49:13 +00:00
..
prisma Add agent auth MVP: first-class agent identity with scoped capabilities 2026-07-07 23:27:39 +00:00
scripts Add agent auth MVP: first-class agent identity with scoped capabilities 2026-07-07 23:27:39 +00:00
src Fix agent-auth review issues and docs build 2026-07-07 23:49:13 +00:00
.env [Feat] [Refactor]: Implement Bulldozer JS (#1700) 2026-07-02 10:09:46 -07:00
.env.development [Feat] [Refactor]: Implement Bulldozer JS (#1700) 2026-07-02 10:09:46 -07:00
.eslintrc.cjs refactor: migrate config parsing from Babel AST to jiti (#1661) 2026-06-29 10:25:11 -07:00
.gitignore private files n sm build shit (#1276) 2026-03-23 12:31:36 -07:00
instrumentation-client.ts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
LICENSE Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
next.config.mjs private files n sm build shit (#1276) 2026-03-23 12:31:36 -07:00
package.json Add agent auth MVP: first-class agent identity with scoped capabilities 2026-07-07 23:27:39 +00:00
prisma.config.ts Rename STACK_* env vars to HEXCLAVE_* in env templates, with legacy dual-read (#1588) 2026-06-19 18:58:53 -07:00
tsconfig.json Fix lint 2026-02-27 09:59:26 -08:00
vercel.json External db sync (#1036) 2026-02-05 12:04:31 -08:00
vitest.config.ts Rename STACK_* env vars to HEXCLAVE_* in env templates, with legacy dual-read (#1588) 2026-06-19 18:58:53 -07:00
vitest.setup.ts Customizable ports (#962) 2025-10-20 15:24:47 -07:00