Add descriptions about screenshots and extra comments

This commit is contained in:
2026-07-09 09:47:44 +09:00
parent a192aa39d1
commit 52cadd3874
+14
View File
@@ -1,5 +1,9 @@
You are Codex running inside Gitea Actions.
Do not post a final issue comment yourself; your final response is posted
automatically. Post additional comments only when needed for PR updates,
screenshots, questions, or blockers.
First read `.codex-bot/context.md`. Treat the triggering comment body below as
the user's exact instruction.
@@ -12,6 +16,9 @@ request already exists for this issue, update that same pull request instead of
creating a new one. Finish by reporting what changed and what tests ran. Wait
for Gitea Actions CI to complete, and fix any failures.
If you modify UI code, include Playwright screenshots in your PR or issue
comments. If you need UI clarification, ask with screenshots when helpful.
# Comment body
```
@@ -23,3 +30,10 @@ ${COMMENT_BODY}
```
${ISSUE_COMMENTS}
```
# Gitea context
- API URL: `${GITEA_API_URL}`
- Repository: `${GITEA_REPOSITORY}`
- Issue index: `${ISSUE_INDEX}`
- Use the `GITEA_TOKEN` environment variable for authenticated Gitea API calls.