chore: remove committed bytecode and unused Next.js template assets#47
Draft
macanderson wants to merge 1 commit into
Draft
chore: remove committed bytecode and unused Next.js template assets#47macanderson wants to merge 1 commit into
macanderson wants to merge 1 commit into
Conversation
- Delete tests/__pycache__/docs_site_witness_test.cpython-314.pyc (committed Python bytecode; the .py source remains) and add __pycache__/ + *.pyc to the root .gitignore so it can't slip back in. - Delete five verbatim create-next-app starter SVGs from site/public/ (file/globe/next/vercel/window.svg) — none are referenced anywhere in the repo; the site's own og.png and contextgraph-logo.svg are untouched. Verified: rg finds no references to any removed file; docs-site witness test still passes. Claude-Session: https://claude.ai/code/session_01Dntx9eZ8zQRLb1MuNabrCp
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Sorry @macanderson, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
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
Cleanup of stale/out-of-place tracked files, surveyed across the whole repo:
tests/__pycache__/docs_site_witness_test.cpython-314.pyc— committed Python bytecode (the.pysource remains). Root.gitignoreonly had/target, so bytecode could slip in; added__pycache__/+*.pycto it.site/public/{file,globe,next,vercel,window}.svg— verbatim create-next-app starter assets (incl. third-party Next.js/Vercel logos), unreferenced anywhere in the repo. The site's ownog.pngandcontextgraph-logo.svgare referenced and untouched.Verification
rgacross the repo (incl..github, site config, SDKs) finds zero references to any removed file.tests/docs_site_witness_test.pypasses after the deletions.ocp-*leftovers outside the intentionalMIGRATION.md), no.DS_Store/editor junk, no tracked-but-ignored files.Considered but left in place
docs/future/context-receipt-impact-trace/context-receipt-impact-trace-plan.md— a completed agentic implementation plan (its feature shipped asContextReceiptDemo, and it names a stack that doesn't match the actual site). Left alone since it lives in the deliberatedocs/future/area and its siblingdesign.mdis referenced; delete here too if you don't want completed plans kept for provenance.https://claude.ai/code/session_01Dntx9eZ8zQRLb1MuNabrCp