amplify_global_patterns
Store and retrieve cross-project patterns such as best practices and conventions to ensure consistency across multiple projects.
Instructions
Manage cross-project patterns (best practices, conventions) that apply to all or multiple projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | get=list all patterns, add=record a new pattern. | |
| title | No | Pattern name. Required for op=add. | |
| description | No | What the pattern is and when to apply it. Required for op=add. | |
| example | No | Concrete code or command example (optional). | |
| tags | No | Tags (optional). | |
| applies_to | No | Project scope: 'all' (default) or a comma-separated list of project names. |