working_memory_list
List all active transient key-value entries in a project to audit state or verify key existence before retrieval. Expired entries are automatically excluded, returning an empty array if none exist.
Instructions
List all live transient key-value entries for the current project, ordered by key. Expired entries are excluded automatically. Returns an empty array when no live entries exist. Each entry includes key, value, and expires_at. Use to audit active transient state or to check whether a key exists before calling working_memory_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Absolute path to the project root. Defaults to current working directory. |