SensecraftXStudio is a single reusable file —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.
AGENTS.md — that gives an AI assistant a clear operating contract before it inspects files, changes code, recommends decisions, or reports that work is complete. Adoption requires no install, no SDK, and no framework integration. Copy the file, fill in the bootstrap section, and give the activation instruction at the start of each session.
Who Should Adopt It
AGENTS.md is intended for:
- Developers using AI agents inside existing repositories
- Maintainers reviewing AI-generated changes
- Technical leads delegating bounded implementation work
- Operators using assistants for repository analysis
- Teams that need clearer distinction between inference and verification
- Projects where a plausible but misplaced change can create real maintenance cost
AGENTS.md travels with the repository. It is most useful when the assistant can inspect or affect real project material — not as passive documentation, but as an active contract governing each session.Adoption Steps
Copy AGENTS.md into your repository root
Download
AGENTS.md from the SensecraftXStudio repository and place it in the root of your target project. No other files are required.Fill in the Project Bootstrap section
Open
AGENTS.md and complete every field in the Project Bootstrap section before using the contract for any instance-specific work. Leave no field blank if you intend the contract to govern that context.Start a fresh assistant session
Begin a new session with your AI assistant and ensure it has access to the workspace containing the project. Do not carry over unrelated session context from a prior run.
What to Customize: The Project Bootstrap Section
The Project Bootstrap section is the only part ofAGENTS.md that requires per-project editing. Each field has a specific scope:
| Field | Purpose |
|---|---|
| Project | The repository or project name (e.g. frontend-app) |
| Canonical path | Where the main working version of the project lives on disk (e.g. C:\work\frontend-app) |
| Auxiliary area | A linked folder used for lab work, storage, or staging material (e.g. C:\work\frontend-app-lab) |
| Technical context | The main language, runtime, or hard constraint the assistant must respect (e.g. TypeScript, local Windows workspace, limited git history) |
| Do not touch | Only absolute project boundaries the assistant must never cross (e.g. a production deploy folder) |
Next Steps
Bootstrap Reference
The full bootstrap template with field-by-field guidance and copy-ready examples.
Session Workflow
How a properly contracted session flows from activation through task execution to closure.