The Project Bootstrap section in AGENTS.md is the instance-specific context that must be filled before the contract can provide meaningful project-specific guidance. It identifies the project name, the canonical location of the working files, any auxiliary working areas, the technical constraints the assistant must respect, and the absolute boundaries the assistant must never cross. Until this section is populated with real values, the contract is in force for general operating posture only — it cannot govern project-specific decisions.Documentation 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.
Bootstrap Template
Copy this template into the Project Bootstrap section of yourAGENTS.md and replace each placeholder with a real value before starting a session.
Field Reference
The repo or project name the assistant is working in. This anchors every subsequent field — it tells the assistant which project’s rules, structure, and history are relevant. Use the real repository or folder name, not a description.
The filesystem path where the main working version of the project lives. The assistant uses this to verify that it is operating in the right location before acting. A mismatched or missing path is a hold condition.
A linked folder for lab, storage, or staging material. Use this when the project has a companion workspace — a scratch folder, a lab directory, or a staging location — that the assistant may need to read or write. Leave blank if no auxiliary area exists.
The main language, runtime, or hard constraint the assistant must respect. This is the single most important technical fact about the project. State it concisely: language, runtime version, and any non-negotiable constraint (for example, no breaking changes to the public API).
Absolute project boundaries the assistant must never cross. List only real boundaries — specific folders, files, or systems the assistant must not modify regardless of instructions. Each entry on its own line prefixed with
-. Vague or overly broad entries weaken the contract.