global_learn
Store cross-project knowledge and universal lessons for persistent AI memory, enabling recall of tool preferences, workflow patterns, platform quirks, and common issues across all projects.
Instructions
Store a lesson that applies across ALL your projects (cross-project knowledge). Global lessons are stored with the prefix cachly:global:lesson: and recalled from any instance via global_recall. Use for tool preferences, personal workflows, platform quirks, and universal gotchas. Example: global_learn(topic="bash:macos-arrays", lesson="Arrays work differently on macOS bash 3.2")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance (used for connection) | |
| topic | Yes | Topic key in format "category:keyword" | |
| lesson | Yes | The lesson content | |
| severity | No | Severity (default: minor) | |
| tags | No | Optional tags |