context_info
Load and merge the effective ChatGPT Pilot context chain for a project, combining user-global and repository files with clear precedence and provenance.
Instructions
Load the effective ChatGPT Pilot context chain for a project: user-global ~/.pilot/GPT.md, repository AGENTS.md, and repository GPT.md, with explicit precedence and provenance. Runtime/system security remains non-overridable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project directory; defaults to the workspace root. | |
| include_content | No | Include bounded source contents and merged context; defaults to true. | |
| max_bytes_per_source | No | Maximum bytes loaded from each context file; defaults to 65536. |