Untrack agent-workflow + scaffold artifacts before public flip (Closes #21)#22
Merged
Merged
Conversation
…#21) git rm --cached (files stay on disk) + gitignore so they can't re-track: CLAUDE.md, GEMINI.md, .claude/, data-g/, all empty .gitkeep scaffold dirs under docs/ and tests/, plus src/.gitkeep and tools/.gitkeep. Adds gitignore rules for session-logs / lessons-learned / handoffs so future /cleanup and /handoff writes stay local. Kept: the product (src/, tests/test_*, pyproject, poetry.lock, README, LICENSE, CHANGELOG, real docs/, docs/landing/), dependabot, and the functional auto-reviewer.yml (Cerberus CI). Closes #21 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.
Strips the public repo down to the product. All
git rm --cached(files stay on disk) + gitignored so they can't re-track.Untracked:
CLAUDE.md,GEMINI.md,.claude/,data-g/, every empty.gitkeepscaffold dir underdocs/andtests/,src/.gitkeep,tools/.gitkeep. Plus gitignore rules for session-logs / lessons-learned / handoffs so future/cleanupand/handoffwrites stay local.Kept: the product (
src/,tests/test_*,pyproject.toml,poetry.lock,README,LICENSE,CHANGELOG, realdocs/,docs/landing/),dependabot.yml, and the functionalauto-reviewer.yml(Cerberus CI — removing it breaks PR auto-review and hits the workflow-scope wall).Doesn't touch the package build, so it doesn't affect publishing.
Closes #21