Skip to content

Commit 6dac4fa

Browse files
authored
chore: gitignore docs/superpowers/ — internal scratch should not ship (#128)
The folder holds workspace research, plans, and specs that contain unredacted incident detail, customer references, and intermediate reasoning. None of it is part of the published documentation; it lives in `docs/` only because the maintainer's tooling co-locates working notes with the project. Move it out of git's view: - Add `docs/superpowers/` to `.gitignore`. - `git rm -r --cached docs/superpowers/` to untrack the 18 files (kept on disk for the maintainer; they just stop being tracked). - Replace the dangling docstring reference in `lance_maintenance.py` that pointed at one of the removed files with a self-contained description plus a pointer to the public RFC-009 §Phase 1.5 section. CHANGELOG.md and the public RFC retain a few historical breadcrumbs to file paths under `docs/superpowers/`. Those references read as "see internal research" and don't leak content; left in place so the git history of the docs we *do* publish is faithful. Future doc authors should prefer linking to RFC sections or the public CHANGELOG entry rather than to research files.
1 parent 8f1a062 commit 6dac4fa

20 files changed

Lines changed: 19 additions & 7319 deletions

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ tasks/
1212
docs/.ralph/
1313
agentsync.md
1414

15+
# Internal research/specs/plans — workspace scratch that contains
16+
# unredacted incident detail, customer references, and intermediate
17+
# reasoning. Kept on disk for the maintainer; not published.
18+
docs/superpowers/
19+
20+
# Claude Code session artifacts — agent worktrees, transcripts, and
21+
# scratch state created by the maintainer's local tooling. Belt-and-
22+
# suspenders: these were never tracked, but listing them prevents an
23+
# accidental `git add -A` from sweeping them in.
24+
.claude/
25+
1526
# MkDocs build output (regenerated from docs/)
1627
site/
1728

docs/superpowers/research/2026-04-09-ctibench-ragas-benchmarks.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)