Split CONTRIBUTING into public and harness tracks - #5
Merged
Conversation
Why: A first-time public contributor was told to run agent:context and create a Codex session directory before editing. That blocked small patches that only need Node 20 and the Node test suites. Changed: CONTRIBUTING.md now leads with a public-patches track: Node.js 20 and npm run test:broker-core, test:client, and test:harness-adoption, with no harness session required. The maintainer and agent track still documents agent:context, agent:verify, and agent:complete. Front-door tests read the shipped page for both tracks. Specs and README record the split. Harness enforcement is unchanged. Verification: node --test docs/test/front-door.test.mjs npm run agent:verify -- --profile spec-only --paths CONTRIBUTING.md,docs/test/front-door.test.mjs,README.md,docs/getting-started.md,spec/agents.md,spec/build-and-test.md,spec/README.md --session-dir task-sessions/20260818-contributing-tracks Affected: CONTRIBUTING.md docs/test/front-door.test.mjs README.md docs/getting-started.md spec/agents.md spec/build-and-test.md spec/README.md Refs: https://github.com/fiveonecode/simulator-broker spec/agents.md Session: task-sessions/20260818-contributing-tracks
|
✅ OpenCodeReview: Review skipped: no items were selected. |
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.
Step 4 of the public onboarding sequence. A small public patch can use Node.js 20 and the Node test suites without a Codex session directory. Maintainers and agent runs still use
agent:context/agent:verify/agent:complete.Why
CONTRIBUTING.mdpreviously requiredagent:contextand a Codex session directory before any edit. That blocked drive-by patches.What changed
test:broker-core/test:client/test:harness-adoption, no harness session.agent:completeenforcement is unchanged.CONTRIBUTING.mdfor both tracks.Out of scope
GitHub Releases, public test CI, issue/PR templates, Homebrew formula/cask, npm publish. No changes to
.agents/,agent-harness/, orscripts/validate.sh.Verification
node --test docs/test/front-door.test.mjspassed (5 tests).git diff origin/main -- .agents agent-harness scripts/validate.shis empty.agent:verifyspec-onlypassed.agent:completepassed fortask-sessions/20260818-contributing-tracks.