Skip to content

chore(docs): refresh README cleanup savings estimates#26

Merged
justinthelaw merged 2 commits intomainfrom
codex/update-readme-with-memory-savings-estimates
Mar 10, 2026
Merged

chore(docs): refresh README cleanup savings estimates#26
justinthelaw merged 2 commits intomainfrom
codex/update-readme-with-memory-savings-estimates

Conversation

@justinthelaw
Copy link
Owner

Motivation

  • Refresh the per-component disk-savings guidance in README.md to reflect the most-recent passing CI matrix results and give users more realistic, directional estimates.
  • Surface a short note clarifying that these numbers are approximate and may change as the hosted runner image is updated.

Description

  • Updated the ## Inputs reference table with revised estimated disk-savings ranges for every remove-* option (for example remove-android, remove-cached-tools, remove-dotnet, etc.).
  • Added an explicit estimated size for remove-powershell and adjusted several other ranges to better match recent CI observations.
  • Inserted a short explanatory note above the inputs table stating that estimates are based on the latest passing CI matrix runs and are directional.
  • Minor formatting adjustments to keep the inputs table aligned and readable.

Testing

  • Queried the GitHub Actions API with curl and jq to list recent test.yml workflow runs and confirmed the latest completed run (22919453451) and its matrix jobs reported success for removal-specific test jobs.
  • Fetched the job list for the run via curl '.../actions/runs/22919453451/jobs?per_page=100' | jq and validated each removal job name and conclusion: success.
  • Inspected the check-runs for the commit via GitHub API and confirmed the relevant check run (test (remove-dotnet) and other matrix checks) returned conclusion: success.
  • Ran git diff --check to ensure no formatting issues were introduced and the repository passed the local pre-commit/style checks (no errors reported).

Codex Task

@justinthelaw justinthelaw changed the title docs: refresh README cleanup savings estimates chore(docs): refresh README cleanup savings estimates Mar 10, 2026
@justinthelaw justinthelaw enabled auto-merge (squash) March 10, 2026 19:11
@justinthelaw justinthelaw disabled auto-merge March 10, 2026 19:11
@justinthelaw justinthelaw force-pushed the codex/update-readme-with-memory-savings-estimates branch from 18dce2b to b28eb5f Compare March 10, 2026 19:15
@justinthelaw justinthelaw merged commit 8ec17b9 into main Mar 10, 2026
2 checks passed
@justinthelaw justinthelaw deleted the codex/update-readme-with-memory-savings-estimates branch March 10, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant