CI / build (push) Successful in 4m26s
Adds a Postgres-backed quotes domain (poems/quotes/favorites) exposed as five agent-native actions (list-quotes, get-random-quote, create-quote, toggle-favorite, list-favorites) callable from both chat and the React UI via useActionQuery/useActionMutation. Moves the primary UI from chat to a mobile-first Quotes/Favorites experience (chat moves to /chat), adds manual OpenTelemetry instrumentation exporting traces/metrics/logs over OTLP, and wires a local Docker Postgres for shared state.
19 lines
342 B
YAML
19 lines
342 B
YAML
allowBuilds:
|
|
node-pty: true
|
|
esbuild: true
|
|
better-sqlite3: true
|
|
tesseract.js: true
|
|
|
|
overrides:
|
|
nf3: "0.3.17"
|
|
"@assistant-ui/tap": "^0.5.14"
|
|
"@assistant-ui/store": ">=0.2.9 <0.2.14"
|
|
|
|
minimumReleaseAgeExclude:
|
|
- typescript-7
|
|
- typescript
|
|
- fast-xml-parser
|
|
- "@sentry/*"
|
|
- "@typescript/*"
|
|
- '@agent-native/core@0.122.1'
|