17 lines
850 B
Markdown
17 lines
850 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: import `docs/process/todo/` items into issues and avoid duplicates.
|
|
- When ending a session, follow the Landing the Plane checklist in `AGENTS.md`.
|