@model alias + hybrid API/actions overviewCommit a105f08 (PR #46).
@model/* TypeScript path alias at src/lib/models/ so model imports resolve consistently with the rest of the src/lib/ layout./api/integrations/v1/ for the external AI-agent surface only.Earlier docs implied a pure-Server-Actions architecture; the integrations API added in ffa39d9 made that incomplete. The alias drift was a latent footgun — imports worked but pointed through an indirection that didn't match @actions/*, @components/*, etc.
tsconfig.json (alias)AGENTS.md / docs/README.md (overview text)