docs: use git.example.com as placeholder URL per review

This commit is contained in:
shokollm
2026-03-31 03:40:59 +00:00
parent b22a7da710
commit 905e76e654

View File

@@ -154,7 +154,7 @@ Steps:
4. cat /tmp/findings-4.md 4. cat /tmp/findings-4.md
5. Post findings as Gitea issue comment 5. Post findings as Gitea issue comment
Gitea: <GITEA_URL> Gitea: git.example.com
Token: <YOUR_GITEA_TOKEN> Token: <YOUR_GITEA_TOKEN>
Repo: shoko/kugetsu Repo: shoko/kugetsu
Issue: #4""", Issue: #4""",
@@ -193,7 +193,7 @@ All agent communication flows through Gitea issues/PRs as the async record.
EOF EOF
# Post as issue comment # Post as issue comment
curl -X POST "<GITEA_URL>/api/v1/repos/shoko/kugetsu/issues/4/comments" \ curl -X POST "git.example.com/api/v1/repos/shoko/kugetsu/issues/4/comments" \
-H "Authorization: token <YOUR_GITEA_TOKEN>" \ -H "Authorization: token <YOUR_GITEA_TOKEN>" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "User-Agent: Kugetsu-Subagent/1.0" \ -H "User-Agent: Kugetsu-Subagent/1.0" \
@@ -207,7 +207,7 @@ curl -X POST "<GITEA_URL>/api/v1/repos/shoko/kugetsu/issues/4/comments" \
```bash ```bash
# PM posts task assignment as issue comment # PM posts task assignment as issue comment
curl -X POST "<GITEA_URL>/api/v1/repos/shoko/kugetsu/issues/3/comments" \ curl -X POST "git.example.com/api/v1/repos/shoko/kugetsu/issues/3/comments" \
-H "Authorization: token <YOUR_GITEA_TOKEN>" \ -H "Authorization: token <YOUR_GITEA_TOKEN>" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
@@ -227,7 +227,7 @@ git checkout -b fix/issue-3-capacity-test main
git push -u origin fix/issue-3-capacity-test git push -u origin fix/issue-3-capacity-test
# Create PR via API # Create PR via API
curl -X POST "<GITEA_URL>/api/v1/repos/shoko/kugetsu/pulls" \ curl -X POST "git.example.com/api/v1/repos/shoko/kugetsu/pulls" \
-H "Authorization: token <YOUR_GITEA_TOKEN>" \ -H "Authorization: token <YOUR_GITEA_TOKEN>" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{