Save Context
save_contextSave durable project context, architectural rules, or decisions as markdown files in .opencontext/ to preserve knowledge across sessions.
Instructions
Persist markdown project context, architectural rules, or decisions into .opencontext/.md in the current working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Context topic name in snake_case or kebab-case, for example api_contracts or auth-rules. | |
| content | Yes | Markdown content to save for this project topic. |