docs: PROOF_OF_FEDERATION + umbrella pin-check tooling - #1566
Merged
Conversation
…vate packages agenc-core deleted scripts/check-sibling-package-pins.mjs upstream (7274fd9ed, 'remove porting scaffolding'), leaving the umbrella's check:sibling-package-pins pointing at a nonexistent file. Vendor the last version (agenc-core@6baf0baec) into the umbrella's own scripts/ and repoint package.json — the umbrella owns its validation now. Hardening: unpublished/private packages (kit internals like @tetsuo-ai/marketplace-policy) no longer abort the sweep — they are skipped with a note; the report gains unresolvedPackages. Warn-only exit semantics unchanged. First full run: 32 exact pins checked, 6 stale warned — kit tools/[email protected] pins are the FD5 name-squat (resolve to kit-internal workspace packages; do NOT bump to the public 0.3.0), and agenc-prover/admin-tools has genuinely stale protocol/sdk pins for that repo's own flow.
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.
Two finished deliverables from the docs branch:
docs/PROOF_OF_FEDERATION.md — the WP-B2 mainnet canary proof: a 4-way
split (worker 85% / operator 5% / referrer 5% / protocol 5%) settled
atomically on mainnet with independent operator/referrer payees, every leg
balance-verified on-chain (accept
5UdesDnc…). Written as a public proofdocument. Also ignores
.canary-keys.scripts/check-sibling-package-pins.mjs — the sibling pin-staleness
checker, vendored into the umbrella's own scripts/ (agenc-core deleted the
original upstream in 7274fd9ed, leaving
check:sibling-package-pinsdangling) and hardened to skip unpublished/private packages instead of
aborting. Verified with a full workspace run: 32 exact pins checked, 6
stale warned (kit tools/mcp pins = the FD5 name-squat, deliberately not
bumped; agenc-prover/admin-tools pins are that repo's own follow-up).
Internal planning documents are intentionally NOT part of this PR — this repo
is public.