Memory
Browse and manage agent memory entries
Total Memories
6
preferences
2
project
1
security
1
conventions
1
config
1
User tech preferences: TypeScript, Next.js, Node.js
User prefers TypeScript for all new projects and uses strict mode. They work primarily with Next.js and Node.js.
Project structure: pnpm monorepo with Turborepo
The main project uses a monorepo structure managed with pnpm workspaces and Turborepo for build orchestration.
Auth security: HMAC tokens, 24h expiry
Security review: The authentication module needs HMAC token verification for all API endpoints. Token expiry is set to 24 hours.
User's timezone is IST (UTC+5:30). Prefers 24-hour time format in logs and dashboards.
Database schema uses snake_case for column names, camelCase for TypeScript interfaces. Auto-generated timestamps use Unix epoch in milliseconds.
The gateway WebSocket server runs on port 4000 in development. CORS is configured to allow all origins in dev mode.