refactor: flatten v1/ to root, deduplicate docs#26
Merged
robotlearning123 merged 2 commits intomainfrom Feb 28, 2026
Merged
Conversation
- Move v1/src/ → src/, v1/package.json → root (no v2 exists) - Fix prepare script: remove `cd ..` (now at root) - Move docs/index.html + site.css → docs/site/ - Update pages.yml artifact path to docs/site - Remove all v1/ references from CI, hooks, and documentation - Replace duplicate API table and project structure in README with links to docs/API.md and ARCHITECTURE.md - Replace duplicate project structure in CONTRIBUTING.md with link to ARCHITECTURE.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Found by post-restructure code review: - types.ts: update defaultAutoFlywheelConfig targetFiles to actual filenames - worktree-pool.ts: remove obsolete v1/node_modules exclusion from git clean - launch.json: update runtime path from v1/dist/ to dist/ - package.json: add HTML copy to build script (was manual-only) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
a4dd2ef to
159adef
Compare
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
v1/src/→src/,v1/package.json→ root (no v2 exists, just path noise)docs/API.md,ARCHITECTURE.md)index.html,site.css) todocs/site/, keeping markdown guides indocs/v1/paths in CI, pre-commit hook, CLAUDE.md, docs, source code (types.ts,worktree-pool.ts), and launch confignpm run build(was manual-only)Test plan
npx tsc --noEmit— zero errorsnode --import tsx --test src/__tests__/*.test.ts)grep -r "v1/" CLAUDE.md README.md CONTRIBUTING.md .githooks/ .github/ docs/ src/— emptyls v1/— no such directoryls docs/site/index.html— exists🤖 Generated with Claude Code