docs(agy): record 1.1.2 cross-platform validation - #24
Merged
Conversation
Document the reproducible live checklist, Windows/Linux evidence boundary, and the explicit triggers that make a future macOS rental necessary. Constraint: Keep transcript recovery authoritative and macOS optional until Darwin-specific behavior changes Rejected: Require macOS before v0.8.0 | no current Darwin-specific implementation change justifies the gate Confidence: high Scope-risk: narrow Not-tested: Real macOS AGY 1.1.2 live execution
There was a problem hiding this comment.
Pull request overview
Adds a reproducible, cross-platform (macOS/Linux) live-validation checklist for AGY 1.1.2 against gemini-plugin-cc v0.7.1, and records completed Linux (Ubuntu 24.04 WSL2) evidence while explicitly classifying macOS as OPTIONAL / NOT RUN with clearly-defined triggers for when to require macOS validation.
Changes:
- Introduces a step-by-step macOS/Linux live-validation checklist covering stdin/stdout/transcript behavior, foreground/background tasks, structured review, invalid-model fail-fast, and truly headless OAuth fail-fast.
- Documents Linux (WSL2) execution evidence and outcomes for the checklist items.
- Defines Darwin-specific change triggers that would require opening a future macOS live-validation issue.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ```sh | ||
| MARKER="OS_AGY112_DIRECT_YYYYMMDD" | ||
| printf 'Reply with exactly %s\n' "$MARKER" | agy --print-timeout 1m |
|
|
||
| 驗收: | ||
|
|
||
| - 90 秒內完成且 exit code 為 `0`。 |
Document the verified Linux brain root and stdin smoke result while keeping real macOS 1.1.2 validation explicitly optional and not run. Constraint: Keep macOS 1.1.2 optional and not run Rejected: Leave the README pending claim | It contradicts the validation evidence Confidence: high Scope-risk: narrow Not-tested: Real macOS AGY 1.1.2
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.
Summary
Why
The plugin's Node logic and the native AGY adapter boundary need separate evidence. Windows plus real Linux and POSIX integration coverage are sufficient for current v0.8 planning, while macOS should become mandatory only when Darwin-specific transcript, TTY, signal, or public compatibility claims change.
Impact
Documentation only. No runtime behavior, dependencies, version metadata, CLI arguments, transcript recovery, or permission policy changes.
Validation
npm run check-versionnpm run verify-contractsNot tested