chore(security): gitignore .specstory/ + audit public history (LAC-3244) - #43
Merged
Conversation
…3244) .specstory persists AI chat transcripts that have historically captured live tokens (see LAC-3163). Audited bones public history: gitleaks scan of all .specstory/* commits found 0 leaks — the single transcript (GSC 404 debugging) contains no secrets. This ignore prevents future transcripts from being committed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Adds
.specstory/to.gitignorein bones (public repo). Closes item split from [LAC-3163] secret-scan hygiene..specstory/persists AI chat transcripts that have historically captured live tokens (16 Sourcegraph + Stripe sk_test found in shipkit commit 8d4b036d). This prevents future transcripts from being committed here.Public-history audit (escalation-critical part of LAC-3244)
bones is public, so its history was audited for exposed tokens:
.specstory/in history:.what-is-this.md(boilerplate) + one transcript2025-06-30…google-search-console.md.gitleaks git --all -- .specstory→ 0 leaks.Conclusion: no live public exposure in bones. No history rewrite needed for bones.
Scope
Single-line
.gitignorechange only. Unrelated untracked files in the working tree (.clinerules,.cursor/rules/*,.windsurfrules, copilot-instructions) were intentionally left out of this PR.Refs LAC-3244, parent LAC-3163.
🤖 Generated with Claude Code