Documentation Index
Fetch the complete documentation index at: https://docs.getpioneer.dev/llms.txt
Use this file to discover all available pages before exploring further.
AGENTS.md is a persistent instruction file for a scope in the thread tree. Use it for rules that should apply to every new turn in a workspace area: project conventions, preferred tools, review rules, naming conventions, safety constraints, or recurring context that should not be repeated in every prompt.
Unlike an uploaded attachment, AGENTS.md is not a file you attach to one message. It is stored by the gateway as thread-tree metadata and applied automatically when Pioneer builds prompt context for a thread.
Where It Lives
There can be oneAGENTS.md at the thread tree root and one AGENTS.md in each folder.
To create or edit the root file, right-click an empty area of the thread sidebar and choose Create AGENTS.md or Edit AGENTS.md.
To create or edit a folder file, right-click the folder and choose Create AGENTS.md or Edit AGENTS.md.
When a file exists or is open, Pioneer shows it as an AGENTS.md row in the sidebar tree. Click that row to open the editor in the main area, next to the sidebar, like a normal IDE file.
Inheritance
Threads use the nearest activeAGENTS.md in their folder ancestry.
For example:
Drafts And Empty Files
Only non-empty saved files are active. An empty savedAGENTS.md is a draft.
A draft can appear in the sidebar and can be edited or deleted, but it is not injected into the prompt. If a folder only has a draft, threads in that folder still inherit the nearest active parent file.
To remove a file, right-click the AGENTS.md row or the owning folder and choose Delete AGENTS.md.
Editing
The editor autosaves as you type. The status in the editor header shows whether the buffer is clean, dirty, saving, saved, or in conflict. If another client changes the same file while you are editing, Pioneer detects the version conflict. You can reload the remote version or overwrite it with your local buffer.What To Put In AGENTS.md
Write instructions that should remain stable for the folder scope:AGENTS.md files are specific and operational. Avoid long background essays. If the rule only matters for one turn, write it in the message instead.
Remote Gateways
AGENTS.md belongs to the gateway workspace. If your desktop is connected to a remote gateway, creating or editing the file changes the remote gateway state. Other clients connected to the same gateway see the same sidebar file and receive change notifications.
Related Pages
- Conversation Timeline explains how thread state is rendered.
- AGENTS.md Architecture explains storage, inheritance, hooks, and prompt injection.
- AGENTS.md API documents the JSON-RPC methods and notifications.