Commit 91b74ae
authored
docs: record dev container and PR template gotchas in CLAUDE.md (#25)
Four things cost time or caused a mistake during the repository rebuild and
dependency catch-up, none of which were written down.
pnpm install refuses to run in this container without CI=true, and then refuses
again without --no-frozen-lockfile once a manifest has changed. Neither is
guessable from the error text.
Prettier re-pads markdown tables, so editing one cell in the CI table breaks
format:check in a way that looks unrelated to the edit.
A devcontainers bump is the one dependency class CI cannot verify, since nothing
in CI builds the container. The ghcr manifest carries the feature's option
schema, which is enough to check compatibility without a rebuild.
The PR template section names changed in #19, and four PRs were written against
the old ones because CLAUDE.md only said the template is filled in automatically.1 parent a8dd48e commit 91b74ae
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
53 | 70 | | |
54 | 71 | | |
55 | 72 | | |
| |||
92 | 109 | | |
93 | 110 | | |
94 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
95 | 117 | | |
96 | 118 | | |
97 | 119 | | |
| |||
0 commit comments