AGENTS.md@pkg/auth · git:20260813.364913f · 2026-08-13 · sha256 3f8aef104ab83341

AGENTS.md@pkg/auth git:20260813.364913fA

Immutable. This exact content is served forever at /api/v1/blob/3f8aef104ab83341.

# Auth Package

AuthContext and scopes for Flowbot call paths.

## Subjects

`pkg/auth` subjects are `user` / `token` / `cron` / `pipeline` / `workflow` / `agent`.

## Call paths

AuthContext spans REST, CLI, Chat, Webhook, Cron, Pipeline, and Workflow. REST / CLI / Chat / Webhook are call paths, not subject types. Cron / Pipeline / Workflow appear as both a subject and a call path.

## Entry points

- `context.go` — AuthContext
- `scope.go` — scope constants and checks
- `token.go` — token helpers