docs: record the actual platform verification results - #12
Merged
Conversation
The docs said Windows/Linux/macOS were unverified because the project was built in a Linux container. That is no longer accurate, and it understated the project to anyone evaluating it. KNOWN_LIMITATIONS.md section 1 gains a verification record: all three providers passed deep doctor against their real CLIs on Windows 11 -- Claude Code 2.1.218, codex-cli 0.144.3, Antigravity 1.1.5 -- with unattended_ok, output_ok, and artifact_ok true in every case. Also notes the codex case where --help omitted --output-schema but the deep probe passed anyway, since that is the advisory-help design working as intended. Section 2 is split into what is verified and what is not, rather than listing everything as unverified. Still unverified, and now stated plainly: real provider CLIs on Linux and macOS (CI exercises mocks only there), Job Object process-tree termination, the dedicated account and ACL setup, antivirus interaction, browser helper cleanup, and stall thresholds. README gets the same correction in English, per the documentation language policy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docs claimed Windows, Linux, and macOS were unverified because the project was built in a Linux container. That stopped being true today.
What changed
docs/KNOWN_LIMITATIONS.md§1 gains a verification record:claudecodexantigravityAll three with
unattended_ok,output_ok, andartifact_oktrue — they completed without human intervention and produced schema-conforming results and artifacts.§2 is split into verified and not yet verified, rather than listing everything as unverified.
README.mdgets the same correction in English, per the documentation language policy.Deliberately still listed as unverified
This is a correction, not a promotion. The following remain open and are now stated plainly rather than buried:
RelayWorkeraccount and NTFS ACLs.One detail worth keeping
codexreportedschema_hint: false— its--helpdoes not advertise--output-schema— yet the deep probe passed. That is the "help output is advisory, deep probe is authoritative" design working exactly as intended, so it is recorded rather than glossed over. Trusting--helpalone would have rejected a working worker.Verification
66 tests pass;
ruff checkclean. Documentation only — no code changed.