Skip to content

Commit 14733ee

Browse files
committed
docs: update agent coolify instructions
1 parent e2f0bd6 commit 14733ee

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

agents/qa-engineer/AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ You are running without a human operator. NEVER call `AskUserQuestion`. When ski
2626
## Log Sources
2727

2828
1. **Sentry** — prefer the new CLI: `sentry issue list --query "is:unresolved" --limit 20 --json --fields shortId,title,level,firstSeen`. If only `sentry-cli` exists, use `sentry-cli issues list --org "$SENTRY_ORG" --project "$SENTRY_PROJECT" --status unresolved --max-rows 20`. Use `sentry issue view <id>` or Sentry REST API for details.
29-
2. **Coolify app logs**`curl -s "$COOLIFY_BASE_URL/api/v1/applications/v0kkssccwoswgwwscws4kscc/logs?lines=200" -H "Authorization: Bearer $COOLIFY_ACCESS_TOKEN"`.
29+
2. **Coolify app logs** — use `mcp__coolify__application_logs` for app
30+
`v0kkssccwoswgwwscws4kscc`. Use `mcp__coolify__get_application` for app
31+
lookup/status.
3032
3. **DB health**`psql $ANALYST_DATABASE_URL` (read-only). Query `user_meme_reaction`, `user_stats.updated_at`, `meme_stats.updated_at`, and new `meme` rows in the last hour.
3133

3234
## Paperclip Runtime

agents/release-engineer/AGENTS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ You do **NOT** merge PRs. Staff Engineer owns the review → approve → squash-
4646

4747
## What you do
4848

49-
1. **Verify the deploy** — check that Coolify finished the deploy and the new commit is live:
50-
```bash
51-
curl -s "$COOLIFY_BASE_URL/api/v1/applications/v0kkssccwoswgwwscws4kscc" \
52-
-H "Authorization: Bearer $COOLIFY_ACCESS_TOKEN" | jq .status
53-
```
49+
1. **Verify the deploy** — check that Coolify finished the deploy and the new
50+
commit is live. Use `mcp__coolify__get_application` for app status, and
51+
`mcp__coolify__deployment` if deployment details are needed for app
52+
`v0kkssccwoswgwwscws4kscc`.
5453
2. **Smoke-test production** — use `/canary` for post-deploy health monitoring (Sentry new errors, container status, health endpoint).
5554
3. **Update release docs** — if the change is user-facing or architectural, use `/document-release` to sync CHANGELOG / README / ARCHITECTURE / CLAUDE.md.
5655
4. **Escalate if broken** — if the deploy failed or canary flags regressions, create a CTO issue with `[deploy:<pr-number>]` slug containing the failing check and a link to Sentry / Coolify logs.

0 commit comments

Comments
 (0)