cg_registry
Search, inspect, install, and rate Cartograph widgets and blueprints. Search before writing reusable logic, inspect before installing, install to add to current project, and rate to leave feedback.
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 |
|---|---|---|---|
| owner | No | Filter search to widgets owned by @handle. Requires registry (owner is scoped per-registry). | |
| query | No | Search query for action=search. | |
| score | No | Rating score from 1.0 to 5.0. | |
| top_k | No | Maximum search results to return. | |
| action | Yes | Registry action to perform. | |
| domain | No | Optional search domain filter. | |
| source | No | Include source files for inspect. | |
| target | No | Install target project root. | |
| comment | No | Optional rating comment. | |
| reviews | No | Include reviews for inspect. | |
| version | No | Version for inspect or install. | |
| language | No | Optional search language filter. | |
| registry | No | Restrict search fan-out to the given registry prefixes (e.g. ['cg'], ['myorg', 'cg']). Without this, all configured registries are searched. | |
| widget_id | No | Widget ID. Use the exact value from the 'id' field returned by search. | |
| local_only | No | Search only the local library; skip all registry calls. Cannot combine with registry/owner. | |
| widget_ref | No | Widget dir path or @handle/widget-id for rate. | |
| all_versions | No | Include all historical versions for inspect. |