[DIRECT] Add stale domain origins, tool-registry drift, and claim-readiness tests (#684, #685, #682) - #736
Open
elevasyncsolutions-jpg wants to merge 2 commits into
Conversation
added 2 commits
July 31, 2026 03:14
Add deterministic Python test verifying the ready-to-earn inventory projection excludes canonical bounties with: - verification_ready=false - recovery-reserved state - invalid terms - terminal status (settled, paid, expired, cancelled) Uses committed fixture only — no network, no secrets, no wallet.
Owner
|
The PR is in the manual-security-review lane because it combines API, MCP, and claim-readiness changes. What passed: it covers several useful failure modes. What blocks main: the combined scope creates contract and rollback risk and overlaps focused PRs. Action: split the three concerns, run cargo run -p cli -- docs-contract-check and the relevant focused tests per PR, and document one canonical source of truth per check. Done when each smaller PR can be reviewed and reverted independently. Thanks for helping the community grow, and sorry for the review friction. This is not merge, bounty, or payment approval. |
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
Three deterministic offline test suites for DIRECT bounties #684, #685, and #682.
#684 — Stale domain origins test
scripts/test_stale_domain_origins.py+scripts/fixtures/rte_stale_domain_origins.json#685 — MCP/API tool-registry drift test
list_autonomous_bounties,list_opportunities,prepare_agent_to_earn,prepare_bounty_postscripts/test_mcp_api_tool_drift.py#682 — Claim-readiness diagnostics fixture
scripts/test_claim_readiness.py+scripts/fixtures/rte_claim_readiness.jsonAcceptance
All 48 tests pass, offline, replayable, exit 0. No secrets, no wallet, no live write.
Closes #684
Closes #685
Closes #682