get_project_docs_overview
List all project documentation files with sizes and classification labels to identify available internal and public docs before reading.
Instructions
List all documentation files for the current project with file sizes and classification labels.
Call this tool first when the user asks what docs exist, wants a summary of project documentation, or before deciding which files to read. It is read-only and has no side effects.
Scans two locations: the alcove doc-repo (private/internal docs) and the project repository root + docs/ (public-facing docs).
Classification labels:
doc-repo-required: core internal docs required by policy (e.g. PRD, ARCHITECTURE)
doc-repo-supplementary: optional internal extras
project-repo: public-facing docs in the project repo (e.g. README, CHANGELOG)
reference: reports and reference materials
unrecognized: files not matching any known category
Returns an empty list if no docs exist yet. Use init_project to create initial docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||