chore(docs): exclude personal data from public repo - #22
Merged
Conversation
Temporarily disabled the system design showcase section to revisit later. The component is preserved intact for future use. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add <!-- PRIVATE --> markers to sensitive sections in 00-brief-global.md and 92-creative-brief.md (job search targets, current employer, employment status). Generate stripped .public.md versions via scripts/strip-private.mjs. Gitignore source docs and experience fiches (11-16) containing personal info. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- AboutSection: comment out Currently/What I'm looking for mini-blocks, replace GIE SESAM-Vitale with placeholder in commented source - case-studies.ts: remove GIE SESAM-Vitale from elsewhere array - 92-creative-brief: mark bénévole line PRIVATE, regenerate public version - 94-information-architecture: delete resolved GIE confidentiality question Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
FafLikeASir
added a commit
that referenced
this pull request
Jun 22, 2026
* chore: comment out SystemSection from home page Temporarily disabled the system design showcase section to revisit later. The component is preserved intact for future use. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore(docs): exclude personal data from public repo Add <!-- PRIVATE --> markers to sensitive sections in 00-brief-global.md and 92-creative-brief.md (job search targets, current employer, employment status). Generate stripped .public.md versions via scripts/strip-private.mjs. Gitignore source docs and experience fiches (11-16) containing personal info. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(privacy): remove remaining private data from public files - AboutSection: comment out Currently/What I'm looking for mini-blocks, replace GIE SESAM-Vitale with placeholder in commented source - case-studies.ts: remove GIE SESAM-Vitale from elsewhere array - 92-creative-brief: mark bénévole line PRIVATE, regenerate public version - 94-information-architecture: delete resolved GIE confidentiality question Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <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
<!-- PRIVATE -->/<!-- /PRIVATE -->markers to sensitive sections in00-brief-global.mdand92-creative-brief.md(job search targets, current employer, employment status, ESN preference)scripts/strip-private.mjsgenerates.public.mdversions with private blocks removed"docs:strip"npm script to regenerate public versions after editingTest plan
pnpm docs:stripgenerates00-brief-global.public.mdand92-creative-brief.public.mdwithout private contentgit ls-files docs/shows only public docs and.public.mdfiles🤖 Generated with Claude Code