docs(jekyll): update site, fix _config.yml excludes, archive planning docs#65
Merged
Conversation
docs/index.md: - Status section rewritten — remove workshop framing, add v1.x/v2.0 roadmap note - Quick start: add `init` step, clarify clone path - Commands table: add `init` and `fork`; update `fix` to mention idempotency; update `issues` to say "contributable" - Config table: expand from 1 key to all 5 (editor, ai_tool, comment_on_fix, preferred_labels) docs/_config.yml: - Exclude `archive/` instead of the now-moved individual files (claude-code-prompt.md, prep-plan.md, workshop-issues/) - Also exclude OPEN_QUESTIONS.md (now archived) Archive: - docs/claude-code-prompt.md → docs/archive/ (workshop bootstrap prompt, served its purpose) - docs/OPEN_QUESTIONS.md → docs/archive/ (all v1 questions resolved or tracked as issues) Co-Authored-By: Claude Sonnet 4.6 <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
Three related housekeeping items in one pass: the Jekyll site was stale, the
_config.ymlexclude list referenced paths that no longer exist, and two workshop-era planning docs had no home.Linked issue / ADR
No issue — doc-only cleanup following the Phase 6 landing. No ADR.
Working agreement
bin/rubocopandbin/rspecpass locallyAsync/ synchronous shellouts)Test plan
bundle exec rspec— 240 examples, no failures (no code changes)bin/rubocop— no offensesdocs/archive/now containsclaude-code-prompt.mdandOPEN_QUESTIONS.mdNotes for reviewer
docs/index.mdchanges:initstep, clarifies clone pathinitandfork; notesfixidempotency; says "contributable" not "good first issue"clone_root)docs/_config.yml: exclude list pointed atprep-plan.mdandworkshop-issues/which moved toarchive/in PR #62. Replaced with a singlearchive/exclusion; also excludesOPEN_QUESTIONS.md(now archived).Archived:
claude-code-prompt.mdwas the Claude Code bootstrap prompt from the workshop build session — already excluded from Jekyll, now lives alongside the other workshop artifacts.OPEN_QUESTIONS.mdserved its v1 planning purpose; all questions are answered or tracked as issues.