load_project_context
Load project context including documentation, architecture decisions, and session notes to initialize your session with complete project knowledge.
Instructions
Load the full project context for the given project path. Returns project.md, all ADRs, and the latest session summary. You MUST call this at the start of every session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Absolute filesystem path, a short 'owner/repo' identifier, or a full https:// repository URL. |