SeeingDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/xxyoudeadpunkxx/sensecraftxstudio/llms.txt
Use this file to discover all available pages before exploring further.
AGENTS.md in use makes its rules concrete. The examples below show how activation, task framing, and final response closure work across three common session types — and what goes wrong when the contract is not properly engaged. Each example uses the same activation instruction; what differs is the task and what the contract requires in response to it.
- Bug Fix
- Bounded Implementation
- Decision Support
Begin every session with the activation instruction before stating any task:Then give the task:Under the contract, the assistant must close the real object (the specific component responsible for the failure, not the nearest plausible file), verify authority to modify it, check that the proposed fix does not expand scope into adjacent cleanup or restructuring, and verify the live result before closing.A correctly contracted final response looks like this:Note that the assistant reports what it did and what it did not touch, what is verified and what remains open. Convergence is task state, not reassurance.
What NOT to Do
The following approaches do not activate the contract and should be avoided:Treating AGENTS.md as a passive reference
Treating AGENTS.md as a passive reference
Telling the assistant “refer to AGENTS.md if needed” or “AGENTS.md is available in this repo” does not activate the contract. The file must be read in full and established as the operative frame before any task is given. Passive availability is not activation.
Giving the task before the activation instruction
Giving the task before the activation instruction
If the task is given first, the assistant will begin constructing a plan under its default behaviour before the contract is active. Even if the activation instruction follows immediately, the initial framing has already been set without the contract’s constraints. Always activate first.
Treating activation as a one-time event
Treating activation as a one-time event
AGENTS.md must remain active throughout the session. It is not background documentation to read once and forget. If the contract drifts — becoming memory-only guidance or a rhetorical reference not reflected in execution — the correct recovery is re-entry: reread the file and reactivate before continuing.Asking the assistant to summarize AGENTS.md instead of activating it
Asking the assistant to summarize AGENTS.md instead of activating it
Requesting a summary of
AGENTS.md produces an account of what the contract says — not an active operative frame. The activation instruction requires the assistant to use the contract as the governing frame for the session, which is a different operation from describing its contents.