Skip to content

Commit 387b12e

Browse files
authored
Merge pull request #146 from Automattic/positive-bootstrap-proof
Use positive bootstrap proof guidance
2 parents 8a7e7a8 + c8c3379 commit 387b12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/playground-ci/scripts/run-docs-agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ DOCS_AGENT_COMPLETION_INSTRUCTION="If no documentation update is needed, finish
6161
if [[ "$DOCS_AGENT_FLOW_SLUG" == *-bootstrap-flow ]]; then
6262
DOCS_AGENT_SUCCESS_REQUIRES_PR="true"
6363
DOCS_AGENT_BRANCH="${DOCS_AGENT_BRANCH:-docs-agent/${DOCS_AGENT_WORKFLOW}-bootstrap-docs}"
64-
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."
64+
DOCS_AGENT_COMPLETION_INSTRUCTION="This is a bootstrap run. Complete the proof by opening one pull request with 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, write every needed digestible topic page, and reconcile the committed docs against the source inventory before opening the pull request."
6565
fi
6666
DOCS_AGENT_BRANCH="${DOCS_AGENT_BRANCH:-docs-agent/${DOCS_AGENT_WORKFLOW}-docs}"
6767

0 commit comments

Comments
 (0)