diff --git a/tests/playground-ci/scripts/run-docs-agent.sh b/tests/playground-ci/scripts/run-docs-agent.sh index 6d78d540..39333b96 100755 --- a/tests/playground-ci/scripts/run-docs-agent.sh +++ b/tests/playground-ci/scripts/run-docs-agent.sh @@ -60,7 +60,7 @@ DOCS_AGENT_COMPLETION_INSTRUCTION="If no documentation update is needed, finish if [[ "$DOCS_AGENT_FLOW_SLUG" == *-bootstrap-flow ]]; then DOCS_AGENT_SUCCESS_REQUIRES_PR="true" DOCS_AGENT_BRANCH="${DOCS_AGENT_BRANCH:-docs-agent/${DOCS_AGENT_WORKFLOW}-bootstrap-docs}" - DOCS_AGENT_COMPLETION_INSTRUCTION="This is a bootstrap run. Write the coverage map, docs index, and topic pages to allowed documentation paths. Complete the run by opening one pull request for those documentation commits. A no_changes outcome is invalid for this consumer bootstrap proof." + DOCS_AGENT_COMPLETION_INSTRUCTION="This is a bootstrap run. Scaffold a complete, clean, hierarchical documentation surface under the allowed documentation paths. Cover the repository source as the source of truth, organize pages by architecture and logical module boundaries, and write every needed digestible topic page before opening one pull request. A no_changes outcome is invalid for this consumer bootstrap proof." fi DOCS_AGENT_BRANCH="${DOCS_AGENT_BRANCH:-docs-agent/${DOCS_AGENT_WORKFLOW}-docs}" @@ -189,7 +189,7 @@ jq -n \ title: "Bootstrap developer documentation surface", head: $docsBranch, base: "main", - body: "## Summary\n- Bootstrap developer documentation with a docs index, coverage map, and topic pages.\n- Generated by the Docs Agent workflow.\n\n## AI assistance\n- **AI assistance:** Yes\n- **Tool(s):** OpenCode (GPT-5.5) via Docs Agent\n- **Used for:** Generated the initial documentation draft from repository source, tests, issues, and pull requests for human review." + body: "## Summary\n- Bootstrap clean, hierarchical developer documentation from repository source.\n- Organize the docs by architecture and logical module boundaries with digestible topic pages.\n- Generated by the Docs Agent workflow.\n\n## AI assistance\n- **AI assistance:** Yes\n- **Tool(s):** OpenCode (GPT-5.5) via Docs Agent\n- **Used for:** Generated the initial documentation draft from repository source, tests, issues, and pull requests for human review." }, max_turns: 20, prompt: $prompt,