Files
DevRunbook-Public/templates/AGENTS.repository.template.md
T
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

40 lines
917 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Repository instructions
## Product purpose
[Describe the product and critical behavior in 25 sentences.]
## Repository structure
- `[path]`: [purpose]
- `[path]`: [purpose]
## Required commands
- Install: `[command]`
- Format check: `[command]`
- Lint: `[command]`
- Typecheck: `[command]`
- Tests: `[command]`
- Build: `[command]`
- Smoke test: `[command]`
Only include commands that are verified or clearly marked as needing confirmation.
## Engineering constraints
- [Backwards-compatibility policy]
- [Dependency policy]
- [Migration policy]
- [Documentation expectations]
## Protected paths and data
- Do not modify: `[path]`
- Do not read or expose secrets from: `[path/pattern]`
- Treat runtime/user data under `[path]` as protected.
## Completion standard
A task is complete only when relevant checks pass and the final report states changed files, validation evidence and unresolved items.