docs: fix test harness claim and workflow count in CONTRIBUTING.md#30
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
The Testing section incorrectly stated there was no automated test harness; tests/ contains a full prompt-based suite with runner, helpers, and two test files. Replaced the denial with actual run commands and a link to tests/README.md. Also fixed "seven" → "eight" dogfooded workflows to match the README workflow table count. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
|
Closing — the update-docs workflow fired on every push during a heavy development session, producing ~17 overlapping drift PRs. Switching the trigger to a daily schedule (see commit on main) to prevent this pattern. Any genuine drift will reappear on tomorrow's scheduled run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two factual inaccuracies in
CONTRIBUTING.md, both introduced in the initial commit:1. Testing section claimed no test harness exists
tests/contains a full prompt-based suite (run-tests.sh,test-helpers.sh,test-discover-workflows.sh,test-install-workflow.sh) with its ownREADME.md. The old text actively misled contributors into thinking manual testing was the only option.Fix: Replaced the denial with the actual run commands, a link to
tests/README.md, and guidance on when to run tests and how to add new ones.2. Workflow count said seven, should be eight
The README workflow table lists eight:
daily-repo-status,repo-assist,daily-plan,update-docs,q,markdown-linter,pr-nitpick-reviewer,weekly-research.Fix:
seven→eight.Testing
tests/README.mdand the README workflow table.