Store a learning into MinnsDB for cross-session recall
Explicitly store a learning, decision, pattern, or insight into the MinnsDB knowledge graph for recall in future sessions.
When the user invokes /learn <content>, run:
minns learn "<content>" --category <detected_category> --tags <relevant_tags>
decision — architectural or design decisionspattern — code patterns or conventionsbug — bug reports or root causesarchitecture — system architecture detailsconvention — team conventions or standardslearning — general learnings (default)minns learn command with detected category and tags/learn We chose JWT with RS256 for API authentication because it supports key rotation
/learn The user service must be called before the order service due to foreign key constraints
/learn Always use structured logging with correlation IDs in this codebase