haops_append_memory
Append a tagged log entry to a project, module, or feature's memory to record context, decisions, progress, issues, reviews, or deployments for tracking and auditing.
Instructions
Append a tagged log entry to entity agent memory. Author is auto-populated from the API key. Tag must be allowed for the API key's agent role (e.g. dev can use: context, decision, progress, issue; qa: review, issue; architect/admin: all tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | Semantic tag for the log entry | |
| content | Yes | Content of the log entry (markdown supported) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| entityId | Yes | UUID of the entity (use "self" for project-level memory) | |
| entityType | Yes | Type of entity to append memory to | |
| projectSlug | Yes | The project slug (URL identifier) |