Update agent docs and artisan command list
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-01 14:03:37 +01:00
parent 8962968bfb
commit 1e57fc1046
2 changed files with 67 additions and 15 deletions

16
docs/agents/ops.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`.