chore(repo): clean up root directory#76
Merged
Merged
Conversation
- Remove 5 unreferenced root images (debug screenshots + unused logo duplicates: ownpilot_.png, ownpilot_logo.jpeg, claw-audit-blocked.png, claw-reliability-panel.png, fleet-reliability-panel.png). The README hero ownpilot_.jpeg is the only image kept. - Move architecture.md -> docs/architecture.md (its proper home alongside the other docs); fix the inbound mention in docs/ADR/ADR-003. - Remove transient planning artifacts CODE_REVIEW.md, refactor.md, refactor_plan.md and the refactor/ planning dir (18 files) — point-in-time working docs, preserved in git history. Drop the now-stale refactor.md reference from eslint.config.js. - .gitignore: guard root debug/scratch screenshots so they don't recur. Root now holds only standard repo docs, agent-instruction files, config, manifests, and launcher scripts. 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.
Declutters the repository root so it holds only standard repo docs, agent-instruction files, config, manifests, and launcher scripts.
Removed (unreferenced clutter): 5 root images — debug screenshots (
claw-audit-blocked,claw-reliability-panel,fleet-reliability-panel— the last references the removed Fleet subsystem) and unused logo duplicates (ownpilot_.png,ownpilot_logo.jpeg). The README heroownpilot_.jpegis the only image kept.Moved:
architecture.md→docs/architecture.md(alongside the other docs); fixed the inbound mention indocs/ADR/ADR-003.Removed (transient planning artifacts, preserved in git history):
CODE_REVIEW.md,refactor.md,refactor_plan.md, and therefactor/planning dir (18 files). Dropped the now-stalerefactor.mdreference fromeslint.config.js..gitignore: added guards (
/*_screenshot.png,/claw-*.png,/fleet-*.png,/gw-*.png) so root debug screenshots don't recur.Verified: no dangling links in any surviving file (
.md, scripts, config).🤖 Generated with Claude Code