mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Load active-project AGENTS.md path-chain guidance into the protocol area without duplicating the project root instructions. Move the AGENTS.md protocol wording into a prompt template, reuse existing file/path helpers, and cover direct-path discovery plus prompt assembly with focused tests.
859 B
859 B
System Prompt Extensions DOX
Purpose
- Own construction of core system prompt sections.
Ownership
- Ordered Python files own main, tools, MCP, secrets, skills, and project prompt sections.
- Active project instruction bodies and active-project AGENTS.md path-chain guidance are moved into prompt protocol; the system prompt keeps project metadata and stable project rules.
Local Contracts
- Preserve ordering where sections depend on earlier context.
- Keep secret-related prompt sections masked and scoped.
- Prompt additions must be bounded and compatible with tool-call contracts.
Work Guidance
- Coordinate broad system prompt changes with profiles, skills, tools, plugins, and prompt tests.
Verification
- Inspect rendered system prompts or run prompt-construction tests after changes.
Child DOX Index
No child DOX files.