Save a new note with learned knowledge or procedures.
Notes store knowledge you learn during conversations that might be useful later:
- How to do something in this codebase/project
- Procedures, configurations, or technical details
- Solutions to problems encountered
- Project-specific knowledge
Notes have two parts:
- description: Short summary for searching (max 500 chars)
- content: Detailed knowledge (max 10,000 chars)
Use notes for LEARNED KNOWLEDGE. Use facts for TRUTHS ABOUT THE USER.
Examples:
- description: "How to deploy this Next.js project to Vercel"
content: "1. Run 'vercel' command... 2. Configure environment variables..."
- description: "Database migration process for this project"
content: "Migrations are in supabase/migrations/. To apply: npx supabase db push..."
SELF-LEARNING (scope="ai_client"): Your persistent memory across conversations. Save a note whenever you learn something worth remembering — don't wait, save as you go. Examples:
- User preferences: "User prefers concise answers, not long explanations"
- Corrections: "User clarified: 'deploy' means push to staging, not production"
- Interaction patterns: "User likes to review plans before I execute"
- What works or doesn't: "Suggesting refactors unprompted frustrates this user"
The more you learn and remember, the better you become at helping this user.
Connector