Scope skills-staging ignore to a per-delivery whitelist; ignore private transcripts (#98, #100) - #107
Merged
Conversation
…te transcripts skills-staging/ (blanket dir ignore) becomes skills-staging/* with an explicit ! whitelist per delivered library, so the three reviewed deliveries (#99 #101 #106) track normally — including files added to them later — while stray local material in the staging zone stays ignored. Implements #98 acceptance option 1 (track, scoped). Adds the private-transcript rules for #100: the two existing root-level transcript files by exact name, plus the forward convention — future drops go under transcripts/ (ignored wholesale) or are named *.transcript.md at the root. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GhLu6NCGzM9HxnqNb87MAx
F-e-u-e-r
added a commit
that referenced
this pull request
Jul 31, 2026
…edger-retro/ Pure git mv, no content changes: the library's 11 files move from the skills-staging/ root into a dated namespace directory, matching the layout convention of the other two staged deliveries (#101, #106) so the staging zone stays one-directory-per-delivery. Path verified against the scoped-ignore whitelist landing via #107. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GhLu6NCGzM9HxnqNb87MAx
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.
What this does
Implements the maintainer decisions on #98 and #100 (owner-authorized):
#98 — acceptance option 1 (track, scoped). The blanket
skills-staging/ignore becomesskills-staging/*plus an explicit!whitelist entry per delivered library:skills-staging/2026-07-30-starledger-retro/(skills-staging: starledger retiring-architect library (2026-07 zero-job/prune/closeout era) #99, after its re-namespace)skills-staging/2026-07-30-campaign-ops/(skills-staging: session-derived campaign-ops skill library (2026-07-30) #101)skills-staging/2026-07-30-security-enhancement/(Staged skill library: security-enhancement (skill-vetting hardening distillation) #106)Rationale for scoping rather than removing: gitignore does not affect tracked files, but a blanket ignore would silently exclude any file added later inside a delivered library (
git add -Askips ignored paths without error). The whitelist makes delivered subtrees behave as ordinary tracked directories while stray local material in the staging zone keeps the accident guard92314a6intended.#100 — ignore-in-place + forward convention. The two existing root-level private transcripts are ignored by exact name, and the convention for future transcript drops is documented in the ignore file itself: put them under
transcripts/(ignored wholesale), or name a root-level one-off*.transcript.md.Verification
git check-ignore -vmatrix: 6/6 positives hit the intended pattern (stray staging file, nested stray, both transcripts,transcripts/member, root*.transcript.md); 6/6 negative controls clean (all three whitelisted delivery paths incl. nested,README.md,skills/skill-authoring/SKILL.md, non-rootdocs/foo.transcript.md).git statusat the repo root no longer lists the two transcripts (Working tree carries untracked private session transcripts — disposition pending (gitignore pattern or relocation) #100's acceptance criterion).python3 .github/checks.py: all checks pass.Merge order note: this lands before the three staging deliveries so their subtrees arrive already whitelisted.
Closes #100. (#98 closes after the three delivery PRs merge, with the decision recorded there.)
🤖 Generated with Claude Code
https://claude.ai/code/session_01GhLu6NCGzM9HxnqNb87MAx