working_memory_list
List active transient key-value entries for the project, excluding expired ones. Use to audit current transient state or verify a key exists before retrieving it.
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. |