amplify_audit_freshness
Audit memory freshness by listing memory files newer than the latest Amplifier write for a project. Identifies unrecorded sessions to retroactively triage decision gaps.
Instructions
v1.5.0 — List memory/.md files that are newer than the latest Amplifier write for a project. Use this when amplify_context_load surfaces a stale-memory warning, or when you suspect a previous session did real work without recording lessons/decisions. Surfaces unrecorded sessions so they can be triaged retroactively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name. Use this OR project_path. | |
| project_path | No | Absolute path to the project root; the final directory name is used as the project name. If memory_dir is omitted, defaults to <project_path>/memory. | |
| memory_dir | No | Optional explicit memory directory. Defaults to <project_path>/memory or $HOME/.claude/memory. |