Skip to content

Untrack agent-workflow + scaffold artifacts before public flip (Closes #21)#22

Merged
martymcenroe merged 1 commit into
mainfrom
21-untrack-agent-artifacts
Jun 11, 2026
Merged

Untrack agent-workflow + scaffold artifacts before public flip (Closes #21)#22
martymcenroe merged 1 commit into
mainfrom
21-untrack-agent-artifacts

Conversation

@martymcenroe

Copy link
Copy Markdown
Owner

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 .gitkeep scaffold dir under docs/ and tests/, src/.gitkeep, tools/.gitkeep. Plus gitignore rules for session-logs / lessons-learned / handoffs so future /cleanup and /handoff writes stay local.

Kept: the product (src/, tests/test_*, pyproject.toml, poetry.lock, README, LICENSE, CHANGELOG, real docs/, docs/landing/), dependabot.yml, and the functional auto-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

…#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>

@cerberus-az cerberus-az Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: all required checks passed. 🤖

@martymcenroe martymcenroe merged commit 303ec4f into main Jun 11, 2026
2 checks passed
@martymcenroe martymcenroe deleted the 21-untrack-agent-artifacts branch June 11, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Untrack agent-workflow + scaffold artifacts before the public flip

1 participant