deepvista-notes
Notes
PREREQUISITE: Read deepvista-shared for auth, profiles, and global flags.
Notes are context cards with type=note. They support rich markdown content and are the primary way to explicitly capture knowledge — meeting notes, summaries, research, decisions.
deepvista notes is a convenience shorthand. Every notes command has an exact equivalent using deepvista card:
| Notes command | Equivalent card command |
|---|---|
deepvista notes list |
deepvista card list --type note |
deepvista notes get <id> |
deepvista card get <id> |
deepvista notes create ... |
deepvista card create --type note ... |
deepvista notes +quick "..." |
(shorthand only, no direct card equivalent) |
App URLs
After any write operation (create, update, +quick), always show the note URL to the user:
More from deepvista-ai/deepvista-cli
deepvista-chat
DeepVista Chat: Send messages to the AI agent and manage chat sessions.
29deepvista-shared
DeepVista CLI: Authentication, global flags, and security conventions.
27deepvista-persona-knowledge-worker
Persona: Knowledge worker daily workflow — check cards, process notes, run Recipes.
27deepvista-recipe-export-knowledge-as-skills
Recipe: Export Recipes as installable SKILL.md files for AI agents.
27deepvista-vistabase
DeepVista VistaBase: Manage your knowledge base — create, search, and organize context cards.
22deepvista-vistabook
DeepVista VistaBook: Manage structured workflow templates and run them via the AI agent.
22