196b543bee
CI / build-and-test (push) Successful in 1m47s
* Implement tenant and user creation in IdentityPage * Add API calls for managing tenants and users * Introduce tenant-scoped API requests * Update sidebar to include identity navigation * Create BooleanStatusBadge component for key status
520 B
520 B
ResolveSpec array scanning
Diagnosed /api/rs/public/agent_skills failing to scan tags text[]. The generated Bun model correctly uses sqltypes.SqlStringArray, which implements sql.Scanner, but ResolveSpec's read path supplied a separate scan destination instead of scanning the query's registered Bun model. Updated the vendored ResolveSpec handler to call ScanModel, and for single-row reads to set the single record as the query model first. This preserves Bun's model field scanner for PostgreSQL arrays.