add_memory
Store important standards, patterns, or learnings from PR comments and code reviews for future reference in other repositories.
Instructions
Store a new memory/learning for future reference.
Use this tool to remember important standards, patterns, or learnings discovered from PR comments, code reviews, or user instructions. These memories will be available when reviewing other PRs or repositories.
Common use cases:
Workspace coding standards (e.g., "use uv for package management")
Pipeline requirements (e.g., "use shared-pipeline for SonarQube scans")
Testing standards (e.g., "mock all external API calls in tests")
Code style preferences (e.g., "use type hints for all function parameters")
Args: content: The learning/standard to remember (be specific and actionable) category: Category - one of: pipeline, testing, coding_style, tools, workflow, general tags: Comma-separated tags for easier searching (e.g., "sonarqube,pipeline,ci") workspace: Workspace this applies to (omit for global/all workspaces) repository: Repository this applies to (omit for all repos in workspace) source_type: Source of this memory - user, pr_comment, or api_response pr_id: If from a PR comment, the PR ID
Returns: Confirmation with the created memory details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| pr_id | No | ||
| content | Yes | ||
| category | No | general | |
| workspace | No | ||
| repository | No | ||
| source_type | No | user |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |