From 6ee7e43249c3cc6f7781c3ad9c953a72080740b9 Mon Sep 17 00:00:00 2001 From: Chris Huber Date: Sun, 10 May 2026 16:52:42 -0400 Subject: [PATCH] ci: remove coverage map bootstrap guidance --- tests/playground-ci/scripts/run-docs-agent.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,