Skip to content

Correct README verification claims#26

Merged
Akotz89 merged 1 commit into
masterfrom
codex/readme-verification-claims
May 20, 2026
Merged

Correct README verification claims#26
Akotz89 merged 1 commit into
masterfrom
codex/readme-verification-claims

Conversation

@Akotz89
Copy link
Copy Markdown
Owner

@Akotz89 Akotz89 commented May 20, 2026

Summary

  • replace stale shellfix_*.ps1 verification guidance with mode-specific checks
  • document one-shot, session proxy, and -File fallback verification separately
  • align native tool claims with the profile-layer implementation
  • document the pre-built release asset layout and checksum flow
  • add explicit known limitations for profile loading, WSL distro availability, native wrapper allowlist, and IDE PATH inheritance
  • update test counts to match the current suites

Fixes

Verification

  • .\test-ci-smoke.ps1 -ShimPath .\shim\out\powershell.exe -WslDistro Ubuntu-24.04 -> 5/5 pass
  • .\test.ps1 -ShimPath .\shim\out\powershell.exe -WslDistro Ubuntu-24.04 -> 48/48 pass
  • .\test-proxy.ps1 -ShimPath .\shim\out\powershell.exe -WslDistro Ubuntu-24.04 -> 16/16 pass
  • .\test-replay.ps1 -ShimPath .\shim\out\powershell.exe -WslDistro Ubuntu-24.04 -> 10/10 pass
  • Verified -File fallback debug output includes Dangerous quoting detected and shellfix_.ps1
  • git diff --check

Risk

Docs-only. No runtime behavior changed.

@Akotz89 Akotz89 merged commit a5335c6 into master May 20, 2026
1 check passed
@Akotz89 Akotz89 deleted the codex/readme-verification-claims branch May 20, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correct README verification and behavior claims

1 participant