get_project_map
Read the PROJECT_MAP.md file to understand repository structure, entry points, and ownership at session start. Returns a message if the map is not initialized.
Instructions
Read PROJECT_MAP.md to understand the repo structure.
Call this at session start when structure matters (file layout,
entry points, ownership). Cheaper than scanning the filesystem.
Read-only. Returns 'No project map found.' if PROJECT_MAP.md hasn't
been initialized — run `pjm init` first if so.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |