memorix_suggest_topic_key
Generate stable topic keys for memory upserts to update evolving topics like architecture decisions and bug fixes in a single observation, preventing duplicate entries.
Instructions
Suggest a stable topic_key for memory upserts. Use this before memorix_store when you want evolving topics (like architecture decisions, config docs) to update a single observation over time instead of creating duplicates. Returns a key like "architecture/auth-model" or "bug/timeout-in-api-gateway".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Observation type (e.g., decision, architecture, bugfix, discovery) | |
| title | Yes | Observation title — used to generate the stable key |