23 lines
982 B
Markdown
23 lines
982 B
Markdown
# Audit and Repair .gitignore Hygiene
|
|
|
|
Identify tracked runtime/generated files and improve ignore rules without hiding required source or configuration examples.
|
|
|
|
## Purpose
|
|
|
|
This is a publishable P0 built-in DevRunbook package. It is designed for the `execute` work mode with default autonomy `verify` and risk tier `moderate`.
|
|
|
|
## Required context
|
|
|
|
- Runtime paths: List paths that contain local data, generated output, caches or deployment state.
|
|
- Required tracked examples: List example configuration files that must remain tracked despite nearby ignore rules.
|
|
|
|
## Completion
|
|
|
|
- Ignore rules match actual generated/runtime behavior.
|
|
- Required source and example configuration remain tracked.
|
|
- Validation evidence and unresolved limitations are reported honestly.
|
|
|
|
## Quality status
|
|
|
|
Editorially reviewed and covered by static structure and determinism fixtures. It is not represented as execution-validated or battle-tested until the platform stores corresponding evidence.
|