Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 0 additions & 109 deletions .github/workflows/autopilot-windows-helper.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ Validate modified Markdown links and balanced fences with the repository's estab

### Windows validation evidence

GitHub Actions run [33335872725](https://github.com/drafael/coding-harness/actions/runs/33335872725) passed Node 24 typecheck, lint, format check, the 162-test suite, and deterministic generated-artifact checks on both `ubuntu-latest` and `windows-latest` at merge commit `b511331`. The Windows runs exposed and then verified fixes for unsupported directory fsync, direct governed-hook execution, portable fake CLI fixtures, descendant process-tree cancellation, CRLF-neutral restack assertions, and bounded Git worktree administration paths. Windows writes still do not claim POSIX-equivalent sudden-power-loss directory metadata durability because Node.js cannot fsync a Windows directory handle. A source-controlled x64 Job Object helper, manifest verification, and a pinned Windows bootstrap workflow now define the restart boundary, but the capability remains disabled until that workflow produces a reproducible artifact, real fault-injection tests pass, and the reviewed binary and digest are checked into the package.
GitHub Actions run [33335872725](https://github.com/drafael/coding-harness/actions/runs/33335872725) passed Node 24 typecheck, lint, format check, the 162-test suite, and deterministic generated-artifact checks on both `ubuntu-latest` and `windows-latest` at merge commit `b511331`. The Windows runs exposed and then verified fixes for unsupported directory fsync, direct governed-hook execution, portable fake CLI fixtures, descendant process-tree cancellation, CRLF-neutral restack assertions, and bounded Git worktree administration paths. Windows writes still do not claim POSIX-equivalent sudden-power-loss directory metadata durability because Node.js cannot fsync a Windows directory handle. Later protected run [33353702353](https://github.com/drafael/coding-harness/actions/runs/33353702353) passed the full 179-test partition and produced a reviewed reproducible x64 Job Object artifact. [ADR 0002](adr/0002-use-cooperative-harness-execution-on-windows.md) records the decision not to package that artifact because of the native executable's antivirus and application-reputation surface. Windows restart reattachment therefore remains disabled while the cooperative harness execution plan is implemented.

### Direct Pi validation evidence

Expand Down
Loading