Commit 6dac4fa
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
File tree
- docs/superpowers
- research
- specs
- src/zettelforge
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
| |||
Lines changed: 0 additions & 31 deletions
This file was deleted.
0 commit comments