Skip to content

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Jan 17, 2026

Summary

  • Changed the GitHub Actions badge URL from workflow-name format to filename-based format
  • The workflow-name-based URL (workflows/Python%20CI/badge.svg) was showing "no status"
  • The filename-based URL (actions/workflows/main.yml/badge.svg) is more reliable

Reason

GitHub Actions badge URLs using the workflow name require workflow runs to exist on the specified branch. The filename-based URL format is more resilient and shows the correct badge status regardless of when the workflow last ran.

Test plan

  • Verified the new badge URL format is correct by checking GitHub documentation
  • Badge should show workflow status after PR is merged

Generated with Claude Code

abrichr and others added 3 commits January 17, 2026 01:27
The workflow-name-based badge URL was showing "no status" because
GitHub requires workflow runs on the specified branch. Using the
filename-based URL format (actions/workflows/main.yml/badge.svg) is
more reliable and works regardless of when the workflow last ran.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Fix Build Status badge to use correct workflow path
- Remove "(Aligned with GUI Agent Literature)" from Terminology header
- Remove redundant "Meta-Package Structure" section (covered in Architecture)
- Remove redundant "Installation Paths" section (covered in Installation)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Fix broken link to architecture-evolution.md (./docs/ -> ../)
- Add explicit anchor IDs to all numbered section headings to ensure
  TOC links work correctly with MkDocs strict mode

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@abrichr abrichr merged commit 6e0f05d into main Jan 17, 2026
6 checks passed
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.

2 participants