AGENTS.md
Repository-wide AGENTS.md baseline
A concise project contract covering setup, validation, architecture, safety, and commits.
- Revision
- 1
- Verified
- 2026-07-26
Compatibility and paths
Codex
AGENTS.mdRepository and nested project foldersGitHub Copilot
AGENTS.mdRepository and nested project foldersVS Code
AGENTS.mdRepository and nested project foldersTrust and provenance
Curated record reviewed 2026-07-26. Results still depend on the supplied context and target environment.
Fill variables
Values stay in this browser tab and are not stored.
Generated asset4 required field(s) must be completed
# Project instructions
## Setup
- Install dependencies with `{{installCommand}}`.
- Start development with `{{devCommand}}`.
## Validation
- Run `{{testCommand}}` before handoff.
## Architecture
- Preserve {{architectureRule}}.
## Safety
- Never commit secrets or generated credentials.
- Confirm destructive operations before execution.
## Version control
- Commit each logical change separately.Real example
Input
Project uses AGENTS.md with the required variables filled.
Expected result
# Project instructions ## Setup - Install dependencies with `example-value`. - Start development with `example-value`. ## Validation - Run `example-value` before handoff. ## Architecture - Preserve example-value. ## Safety - Never commit secrets or generated credentials. - Confirm destructive operations before execution. ## Version control - Commit each logical change separately.