Skip to content

[docs] Self-healing documentation fixes from issue analysis - 2026-02-27#18743

Merged
pelikhan merged 2 commits intomainfrom
doc-healer/2026-02-27-update-cmd-android-d9ed59208d828e69
Feb 27, 2026
Merged

[docs] Self-healing documentation fixes from issue analysis - 2026-02-27#18743
pelikhan merged 2 commits intomainfrom
doc-healer/2026-02-27-update-cmd-android-d9ed59208d828e69

Conversation

@github-actions
Copy link
Contributor

Self-Healing Documentation Fixes

This PR was automatically created by the Daily Documentation Healer workflow.

Gaps Fixed

1. gh aw update missing --disable-release-bump flag — The update command docs in cli.md listed only 7 flags (--dir, --no-merge, --major, --force, --engine, --no-stop-after, --stop-after) and did not mention the new --disable-release-bump flag or the changed default behavior (auto-force-update of all referenced GitHub Actions to their latest major version). Added a description, an example, and the flag to the options list.

2. Standalone installer missing Android (Termux) support — The description of the standalone installer stated "Supports Linux, macOS, FreeBSD, and Windows", omitting Android. The installer now detects the ANDROID_ROOT environment variable and installs the android-arm64 binary (added in #18609). Updated the platform list to include "Android (Termux)".

Root Cause

Why DDUw missed the --disable-release-bump gap: Commits #18692 and #18707 were merged on 2026-02-27 at 14:51 UTC and 15:52 UTC respectively — both after DDUw's 6 AM UTC daily run. DDUw would have caught these in tomorrow's run. The healer surfaces them intra-day.

Why DDUw missed the Android gap: Commit #18609 (2026-02-27 01:54 UTC) was within DDUw's 24-hour scan window. However, the changed files were build infrastructure (install-gh-aw.sh, Makefile, build-release.sh) rather than docs — DDUw did not correlate installer script changes with the need to update the supported platforms list in cli.md.

DDUw Improvement Suggestions

  1. Expand installer script monitoring: Add install-gh-aw.sh and actions/setup-cli/install.sh to DDUw's file-change scan. When these files change, cross-reference the Supports … sentence in docs/src/content/docs/setup/cli.md against the print_info "Supported operating systems: …" line in the installer.

  2. Same-day coverage: DDUw runs once at 6 AM UTC. Commits merged later the same day are missed until the next morning. The healer's intra-day scan complements DDUw for same-day feature changes.

Related Commits

Generated by Daily Documentation Healer

  • expires on Mar 2, 2026, 7:26 PM UTC

- Add `--disable-release-bump` flag to `gh aw update` command reference,
  with example and updated options list. By default, `update` now
  force-updates all GitHub Actions to their latest major version; the
  new flag restricts force-updates to core `actions/*` only.
- Add Android (Termux) to the standalone installer supported platforms
  list, reflecting the android-arm64 binary added in #18609.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Feb 27, 2026
@pelikhan pelikhan merged commit c1f1939 into main Feb 27, 2026
2 checks passed
@pelikhan pelikhan deleted the doc-healer/2026-02-27-update-cmd-android-d9ed59208d828e69 branch February 27, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant