Skip to content

docs(readme): refresh status stamp to September 2026 - #3979

Merged
max-sixty merged 2 commits into
mainfrom
nightly/clean-33478582543
Sep 1, 2026
Merged

docs(readme): refresh status stamp to September 2026#3979
max-sixty merged 2 commits into
mainfrom
nightly/clean-33478582543

Conversation

@worktrunk-bot

@worktrunk-bot worktrunk-bot commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

The README's intro blockquote still opened with August 2026; today is 2026-09-01, so the stamp is a month stale. This bumps it to September 2026 — the same monthly refresh as #3686 (August), #3347 (July), and #2972 (June).

Line 16 sits above the first <!-- AUTO-GENERATED --> marker (line 28), so it is a hand-edited primary rather than generated content. It has two mirrors, which behave differently: skills/worktrunk/reference/README.md is a symlink to the root README.md and picks the change up for free, while plugins/worktrunk/skills/worktrunk/reference/README.md is a generated file copy and needs its own sync — that second commit is here because test_docs_are_in_sync caught the stale copy on the first push.

No regression test: the stamp is prose with no behavioral surface, and its correctness is time-dependent rather than assertable.

Nightly sweep context

Found by the rolling survey (bucket 5/28) together with the README date check in the repo's running-tend skill. The rest of the sweep was clean:

@worktrunk-bot worktrunk-bot added the nightly-cleanup Issues found by nightly code quality sweep label Sep 1, 2026

@worktrunk-bot worktrunk-bot left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The generated plugin mirror still carries the old stamp, so the required test (linux|macos|windows) matrix will go red on this change.

skills/worktrunk/reference/README.md is a symlink to the root README.md and does pick the edit up, but the mirror under plugins/worktrunk/skills/ is a tracked regular file, not a link: step 3b of test_docs_are_in_sync (sync_plugin_skills_mirror in tests/integration_tests/readme_sync.rs, which dereferences symlinks precisely because Codex's installer drops them) rewrites plugins/worktrunk/skills/worktrunk/reference/README.md — still > **August 2026**: on line 16 — and then panics with Files out of sync (updated). The test job's "Verify clean working tree" step would flag the same rewrite independently. docs/CLAUDE.md covers this under Documentation sync taxonomy: run the sync test, review what it writes, commit it, and the second run passes.

The August refresh #3686 did change both README.md and the plugin mirror; #3347 (July) touched only README.md because the mirror didn't exist yet, which is what makes the PR body's "no mirror regeneration is needed" read as precedent-backed when it holds for the symlinked skills/ copy only.

The remedy is the same one-line edit applied to the mirror file (or one local sync-test run, committing what it writes). Leaving that to the author session rather than pushing it here.

@worktrunk-bot

Copy link
Copy Markdown
Collaborator Author

Confirmed and fixed in 71165bc — the mirror at plugins/worktrunk/skills/worktrunk/reference/README.md was still on line 16's > **August 2026**:, and it now carries the same September stamp. cargo test --test integration test_docs_are_in_sync passes locally with both files updated and writes nothing further, and test (linux) — red on the previous head for exactly this — is green at the new head. The PR body's "no mirror regeneration is needed" claim was wrong for the tracked mirror (it held only for the symlinked skills/ copy); the body now says so and cites #3686 as the precedent that did move both.

Still running at 71165bc when this session ended: test (macos) and test (windows) (both required), plus affected tests (macos|windows, advisory). Everything else is green, including code-coverage, codecov/patch, codecov/project, lint, and fast-checks.

@max-sixty
max-sixty merged commit 6237f5b into main Sep 1, 2026
37 checks passed
@max-sixty
max-sixty deleted the nightly/clean-33478582543 branch September 1, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

nightly-cleanup Issues found by nightly code quality sweep

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants