@richardgill/pi-extra-context-files
v0.0.5
Published
pi extension for loading extra context files into the system prompt.
Downloads
580
Readme
@richardgill/pi-extra-context-files
pi extension for loading extra context files into the system prompt.
By default it loads these files while walking from the filesystem root to the current working directory:
AGENTS.local.mdCLAUDE.local.md
When files are found, the extension shows them at startup and appends their contents to the system prompt.
Part of pi-extensions.
Install with pi
pi install npm:@richardgill/pi-extra-context-filesor locally
pi install ~/code/pi-extensions/main/extensions/extra-context-filesConfigure
Create extra-context-files.jsonc in your pi agent config folder:
{
"filenames": ["AGENTS.local.md", "CLAUDE.local.md"],
"sectionTitle": "Extra Context Files"
}