Files
fotospiel-app/docs/agents/ops.md

17 lines
862 B
Markdown

# Ops Agent Operating Guide
## Mission & Scope
- Automate CI/CD, releases, issue hygiene, and repo maintenance tasks.
- Follow repository guardrails in `AGENTS.md` and keep operational work auditable.
## Tooling Checklist
- **bd (beads)**: Use for issue creation, updates, and sync workflows.
- **Git hygiene**: Keep changes scoped; avoid touching unrelated files.
- **Laravel Boost MCP**: Prefer structured tooling for routes, DB reads, logs, and URLs.
## Operational Notes
- Never change production infrastructure or data without explicit human approval.
- For releases: use semantic version tags, generate a changelog, and ensure legal pages and migration notes are current.
- For issue hygiene: track follow-ups in bd issues and avoid duplicates by checking existing titles.
- When ending a session, follow the Landing the Plane checklist in `AGENTS.md`.