Commit 60e930f
authored
docs(agents): note the WSL2 pre-push smoke-hook docker hang (#742)
Adds a recurring-friction note documenting that the lefthook `pre-push`
smoke hook hangs in `core/adapters/docker` on a WSL2 Docker box (~60s
test timeout), which blocks pushes even for changes that touch no
`core/` files.
The note (with a linked `docs/feedback/` detail file) records how to
confirm it is that hang and the safe workaround — verify the diff does
not touch `core/` (`go test ./middlewares/ ./config/ ./cli/`), then rely
on CI as the authoritative gate — with an explicit "never disable the
docker tests" guardrail.
Docs-only; matches the existing `docs/feedback/*` friction-note
convention.2 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments