hints
Add, list, or remove cross-project hints learned from working with specific frameworks, languages, or dependencies. Remember and apply rules across any matching project.
Instructions
Global, cross-project learned hints/rules ('don't forget X when working with Y'), keyed by framework/language/dependency/project_type and applied to any project that matches. Use action=add to remember something you discovered (so future work on this stack — in any project — gets the hint up front); action=list to review; action=remove to delete by id. Persisted in ~/.codehelper/learned_hints.json (local-first, syncable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | hint id (action=remove) | |
| repo | No | optional: the project where this was learned (recorded as source) | |
| text | No | the hint/rule to remember (action=add) | |
| scope | No | the tech this applies to, e.g. wordpress, go, tailwindcss, laravel (leave empty for global) | |
| action | Yes | add|list|remove | |
| scope_type | No | framework|language|dependency|project_type|global — what the hint is keyed on (default global) |