chore(repo): make docs/ team-private + untrack internal artifacts#25
Merged
Merged
Conversation
docs/ holds team-private material (WIGTN brand logos, PPT templates & data, internal PRD/PLAN/migration notes) that should not ship in this public Apache-2.0 plugin. A teammate had committed some of it by accident. - gitignore docs/ so new private material never gets staged - untrack already-committed docs (PRD/PLAN/migration); files kept on disk - document a "Repository Hygiene" rule in CLAUDE.md as the backstop for ignore rules (which don't catch already-tracked files) Quality Score: 95/100 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY
3 tasks
Hyeongseob91
added a commit
that referenced
this pull request
Jun 27, 2026
* chore(release): bump to v0.1.9 and document wigtn-ppt in READMEs - bump version 0.1.8 -> 0.1.9 across all manifests, README badges, CLAUDE.md - add wigtn-ppt row to the Skills table in README (en/ko/cn); bump skill count to 6 in each - restore the missing handdrawn-diagram row in README.cn (was 4, now 6) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY * chore(repo): make docs/ team-private and untrack internal artifacts Re-land the team-private hygiene change on main: PR #25 was merged into the feature branch, not main, so its content never reached the default branch. - gitignore docs/ (brand logos, ppt templates & data, internal notes) - untrack already-committed docs (PRD/PLAN/migration); files kept on disk - document the "Repository Hygiene" rule in CLAUDE.md as the backstop Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY --------- 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.
Summary
Makes
docs/team-private so brand assets, PPT templates/data, and internal planning notes never ship in this public Apache-2.0 plugin — and documents the rule so agents/contributors don't re-introduce them.Changes
.gitignore: ignoredocs/(brand logos, ppt templates & data, internal PRD/PLAN/migration notes)docs/files (a teammate added them in chore!: rename to wigtn-plugins (plugin id + repo + title) #21 / earlier) —git rm --cached, files kept on disk:docs/opus-4-8-migration.ko.mddocs/prd/PRD_auto-pr-reviewer.mddocs/todo_plan/PLAN_auto-pr-reviewer.mdCLAUDE.md: new "Repository Hygiene — team-private artifacts (NEVER commit)" section as the backstop (ignore rules don't catch already-tracked files), with the untrack procedureWhy
Ignore rules alone don't help once a file is tracked, so the documented rule + the one-time untrack together prevent private material from being published.
Quality Gate
.gitignore+CLAUDE.md+ docs deletions only)docs/images/and the skill'sassets/logo/Test Plan
git ls-files docs/returns emptygit statusshows docs/ as ignored (no longer tracked)docs/files still present for team members🤖 Generated with Claude Code
https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY