Skip to content

Commit 41a6358

Browse files
Keep the German planning documents out of the repository
They carry the author's name, his home directory path and internal decision notes across eight files. History was rewritten before the first push, while that was still free — docs/superpowers appears in no commit, and .gitignore keeps the local copies out from here on. The readme's development notes now point at docs/discovery.md instead, which is the document an outside reader actually wants. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0154ydCSH6y6ha5Dp3GUQHKA
1 parent a665947 commit 41a6358

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ dist/
1515
# Scratch space for the subagent-driven execution of these plans
1616
.superpowers/
1717

18+
# The German design and planning documents stay local. They carry the author's name,
19+
# home directory and internal decision notes, none of which belong in a public repo.
20+
docs/superpowers/
21+
1822
# Analysis: the measurements are published because docs/discovery.md cites them.
1923
# The ACPI dumps are not: 4.5 MB of Huawei firmware, and anyone can produce their
2024
# own with tools/Dump-AcpiTables.ps1.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,12 @@ a visual check. If Explorer still shows the old image afterwards, `ie4uinit.exe
257257
## Development notes
258258

259259
The interface ships in English and German. English is the neutral resource, so a machine whose
260-
display language is neither gets English. The design and planning documents under
261-
`docs/superpowers/` are written in German.
260+
display language is neither gets English — a new string has to go into both `.resx` files or
261+
`LocalizationTests` fails the build.
262+
263+
[docs/discovery.md](docs/discovery.md) is the reference for everything about the firmware
264+
interface: it was written first, from a static analysis of the ACPI tables, and every number in it
265+
is backed by a file under `analysis/`.
262266

263267
## License
264268

0 commit comments

Comments
 (0)