Files
fotospiel-app/docs/agents/ops.md
Codex Agent 1e57fc1046
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled
Update agent docs and artisan command list
2026-01-01 14:03:37 +01:00

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`.