Add cross-platform WGO support and reproducible audit cost controls - #8
Draft
Patrick-Loves-Espresso wants to merge 4 commits into
Draft
Add cross-platform WGO support and reproducible audit cost controls#8Patrick-Loves-Espresso wants to merge 4 commits into
Patrick-Loves-Espresso wants to merge 4 commits into
Conversation
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.
What changed
wgo:costand automatic post-synthesis cost closeout, with an operationalization refresh.Why
WGO needs portable first-class workflows across supported agent platforms and reproducible audit economics. The lifecycle and parsing changes prevent incomplete worker runs from entering synthesis and prevent forked Codex history or repeated token-state events from inflating cost estimates.
Impact
The implementation remains workflow-, skill-, and data-only. It adds no application runtime, persistent helper, third-party dependency,
ccusageintegration, or OS-specific binary. Cost results are explicitly API-equivalent estimates rather than Codex invoices, and unknown rates remain unpriced rather than silently becoming zero.Validation
python3 -m unittest tests.test_skill_contract -v: 48 passed, 0 failed, 0 errors, 0 skippedgit diff --checkpassedThe optional standalone skill validator could not start because PyYAML is unavailable in the local and bundled runtimes; no dependency was installed.