- Own maintainer and automation scripts that live outside GitHub workflow directories.
- Keep scripts deterministic, documented by nearby callers, and safe to run in clean checkouts.
openrouter_release_notes_system_prompt.mdis consumed by.github/scripts/docker_release_plan.py.- Additional repository maintenance scripts belong here when they are not runtime application code.
- Do not commit secrets, generated credentials, private release notes, or local machine paths.
- Scripts used by CI must have stable inputs and fail with actionable errors.
- Keep script behavior synchronized with
.github/AGENTS.md, workflow YAML, and tests.
- Prefer standard library Python or simple shell-compatible assets unless a dependency already exists for the script's runtime.
- Keep prompts and automation inputs concise and version-controlled.
- Update callers when renaming or moving scripts.
- Run targeted tests for any automation script with coverage.
- For release-note prompt changes, inspect generated output format expectations in
.github/scripts/docker_release_plan.py.
No child DOX files.