OneLinersCommand workbench
AI
Back to instructions
AGENTS.md

Repository-wide AGENTS.md baseline

A concise project contract covering setup, validation, architecture, safety, and commits.

Revision
1
Verified
2026-07-26
Save or explore
Save to collectionCreate a collection in the sidebar first.

Compatibility and paths

CodexAGENTS.mdRepository and nested project folders
GitHub CopilotAGENTS.mdRepository and nested project folders
VS CodeAGENTS.mdRepository and nested project folders

Trust 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.

Source evidence

AGENTS.md open formatofficial