Update agent docs and artisan command list
This commit is contained in:
16
docs/agents/ops.md
Normal file
16
docs/agents/ops.md
Normal 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`.
|
||||
Reference in New Issue
Block a user