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.
48 lines
565 B
Plaintext
48 lines
565 B
Plaintext
# React Router generated types
|
|
.react-router/
|
|
.generated/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
.output
|
|
.deploy-tmp
|
|
build
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Data
|
|
data/*.db
|
|
data/*.db-shm
|
|
data/*.db-wal
|
|
data/uploads/
|
|
data/settings.json
|
|
data/.sessions.json
|
|
|
|
# Learnings (personal preferences and memory — use learnings.defaults.md for tracked defaults)
|
|
learnings.md
|
|
|
|
.vercel/
|
|
.agent-native/
|