continuation_read_project_note
Read a project continuation note without deleting it. Verify its date against the current repository, as notes may be outdated and describe files that no longer exist.
Instructions
Read one continuation note without deleting it. CHECK ITS DATE AGAINST THE ACTUAL REPO before trusting it: a note is a claim ABOUT the code, not the code. Notes here have been hours to days out of date and described files that no longer existed. Prefer continuation_read_with_staleness, which tells you how old it is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename of the continuation note to read | |
| project_path | Yes | Full path to project directory |