docs: add bun install prereq and docs deliverable rules to CLAUDE.md - #132
Closed
telleroutlook wants to merge 1 commit into
Closed
docs: add bun install prereq and docs deliverable rules to CLAUDE.md#132telleroutlook wants to merge 1 commit into
telleroutlook wants to merge 1 commit into
Conversation
Fixes two recurring CI failures in claude-bot workers: - "turbo: command not found" (2x/week): turbo is a bun devDep, not on PATH; workers must run bun install before any bun run * command. - "docs/sdk-guide.md missing" self-review failures: clarifies that required docs files in issue acceptance criteria are mandatory deliverables, not optional accompaniments.
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.
Fixes two recurring CI failures in claude-bot workers:
turbo: command not found(2x/week):turbois a bun devDependency and is NOT on the system PATH. Workers must runbun installbefore anybun run *command. Added explicitbun installprerequisite section.docs/<name>.md missingself-review failures: Clarifies that required docs files listed in issue acceptance criteria are mandatory deliverables — creating the file IS the implementation. Workers must not submit PRs omitting required docs files.No code changes — documentation only.