Skip to content

docs: Documentation analysis and improvement#1092

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs-issue-1091-147437c57ece95f0
Draft

docs: Documentation analysis and improvement#1092
github-actions[bot] wants to merge 1 commit into
mainfrom
docs-issue-1091-147437c57ece95f0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Closes #1091

Summary of files analyzed

  • .github/workflows/distribute-client-workflow.yml
  • scripts/build_target_operations.py
  • .github/remote-workflow-template/docs/.github/workflows/trigger-docs-aw-pr-ai-menu.yml
  • .github/remote-workflow-template/docs/.github/workflows/trigger-docs-aw-pr-ai-menu-collect.yml
  • docs/operations/distribute-client-workflow.md
  • docs/workflows/distribute-client-workflow.md
  • docs/workflows/docs-aw-pr-ai-menu.md

Issues found

  • docs/operations/distribute-client-workflow.md: trigger path list omitted two active push paths (.github/workflows/distribute-client-workflow.yml, scripts/build_target_operations.py).
  • docs/workflows/distribute-client-workflow.md: prerequisites trigger list omitted the same two active push paths.
  • docs/operations/distribute-client-workflow.md: documented script outputs omitted relevant_git_changes, which is emitted by build_target_operations.py and consumed in workflow summary output.
  • docs/workflows/distribute-client-workflow.md: target-builder output contract omitted relevant_git_changes.
  • docs/workflows/docs-aw-pr-ai-menu.md: overview/prerequisites still described PR-event triggering as a single-template flow, not the current split collect (pull_request) + privileged (workflow_run/issue_comment/workflow_dispatch) model.

Changes made

  • Updated docs/operations/distribute-client-workflow.md trigger docs to include .github/workflows/distribute-client-workflow.yml and scripts/build_target_operations.py so the documented push contract matches the workflow source of truth.
  • Updated docs/workflows/distribute-client-workflow.md prerequisites with the same two trigger paths for consistency between workflow and operations docs.
  • Added relevant_git_changes to the output contract in both distribution docs, including concise boolean semantics, so readers can correctly interpret target-builder outputs and summary behavior.
  • Revised docs/workflows/docs-aw-pr-ai-menu.md overview and prerequisites to describe the split trigger architecture (trigger-docs-aw-pr-ai-menu-collect.yml for pull_request, trigger-docs-aw-pr-ai-menu.yml for privileged routing and workflow_call) to match current client template behavior.

What is this? | From workflow: Observability Agentic Workflow — Autodoc

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[oblt-aw][autodoc] Update docs for distribution trigger/output and split docs PR menu workflow

0 participants