Skip to content

Commit c267a51

Browse files
committed
fixup! docs(adr): Add ADR 0001 on subprocess output
1 parent 788caff commit c267a51

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/project/adr/0001-faithful-subprocess-output-capture.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ capture path. This is implemented in two phases so the stable
8686

8787
## Alternatives considered
8888

89-
Each candidate was spiked on the `subprocess-trimming` branch on
90-
2026-06-20 and measured against the test suite (575 tests at baseline)
91-
and a probe checking whether a captured diff survives `git apply` and
92-
whether `cat-file blob` is byte-identical.
89+
Each candidate was measured against the test suite and a probe checking
90+
whether a captured diff survives `git apply` and whether `cat-file blob`
91+
is byte-identical.
9392

9493
| Approach | diff applies | blob identical | `rev-parse` bare | errors intact | tests failing |
9594
|----------|:------------:|:--------------:|:----------------:|:-------------:|:-------------:|

0 commit comments

Comments
 (0)