get_working_context
Retrieves top working-memory entries as truncated markdown for AI agents to inject context into ReAct loops, keeping decisions and roadmap accessible.
Instructions
v3.1.0 M2: Compact markdown rendering of the top working-memory entries for ReAct-loop injection. Returns {markdown, entries, count}. Capped at ~150 tokens of output (entries truncated at 120 chars each).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | Max entries to include (default 5) |