docs(readme): onboarding-first restructure; gitignore .envrc#63
Merged
Conversation
Move Get started ahead of Why/Plugins and make the onboard trigger concrete: numbered shell steps separated from the in-session /second-shift:onboard invocation, /dev-pipeline:run as its own fenced first-run step, requirements tightened, collaborator-pin line now says 'commit the pin onboard writes'. Also gitignore .envrc (per-machine direnv env for OTel cost-tracking export — local-only, opt-in). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
manoldonev
marked this pull request as ready for review
July 12, 2026 21:43
4 tasks
manoldonev
added a commit
that referenced
this pull request
Jul 13, 2026
Consume versions on merge for the v2.2.0 marketplace release. Content since v2.1.8 (dev-pipeline 2.1.8→2.2.5, review-toolkit 2.1.2→2.1.3, intake-toolkit 2.0.0→2.0.1, second-shift 1.3.1→1.4.0) was already bumped per-PR; this commit: - strips the "(in progress)" marker from the v2.2.0 CHANGELOG heading - adds CHANGELOG coverage for the repo-local chores #66/#63/#80 (not shipped) - sets metadata.version 2.1.8 → 2.2.0 - refreshes the docs/onboarding.md settings-pin example to v2.2.0 Trace-gate scrub (the hardened gate flagged content introduced this window): - untrack .claude/second-shift.config.json (this repo's own dogfooding config carries real bot/app identifiers) and gitignore it — same per-machine class as the already-ignored .claude/audit, .claude/pipeline-state, .claude/worktrees, .envrc; the working copy stays local for self-consumption runs - reword a "lineage" false-positive in docs/plans/acme-59.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
README optimized for onboarding as the primary reading goal:
claude plugin marketplace add/claude plugin install/cd repo && claude) from the in-session/second-shift:onboardinvocation, so it's unambiguous where each is typed. The old block mixed shell commands and a slash command in one fence./dev-pipeline:run <ticket>gets its own fenced block as the explicit first-run step.format: null/prettier edge case moved out of first contact (it lives indocs/onboarding.md); tracker-specific extras split into their own sentence.onboardwrites instead of implying a manual pinning step; the restart instruction carries its rationale (plugin registration happens at session start).Also gitignores
.envrc— the per-machine direnv env used to export OTel telemetry for the dev-pipeline cost block (local-only, opt-in per engineer; see the dev-pipeline plugin'scost-tracking-setup.md).🤖 Generated with Claude Code