cg_registry
Search, inspect, install, and rate Cartograph widgets and blueprints. Avoid duplicating logic by searching before writing, and inspect before adding or editing.
Instructions
Registry-facing daily workflow for Cartograph widgets and blueprints. Use search before writing reusable logic, inspect before installing or editing, install to add a widget to the current project, and rate to leave registry feedback. When installing or inspecting, use the exact value from the 'id' field returned by search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Registry action to perform. | |
| query | No | Search query for action=search. | |
| domain | No | Optional search domain filter. | |
| language | No | Optional search language filter. | |
| top_k | No | Maximum search results to return. | |
| widget_id | No | Widget ID. Use the exact value from the 'id' field returned by search. | |
| source | No | Include source files for inspect. | |
| all_versions | No | Include all historical versions for inspect. | |
| reviews | No | Include reviews for inspect. | |
| version | No | Version for inspect or install. | |
| target | No | Install target project root. | |
| widget_ref | No | Widget dir path or @handle/widget-id for rate. | |
| score | No | Rating score from 1.0 to 5.0. | |
| comment | No | Optional rating comment. |