docs(plugins): add hak-github-pay-plugin v2.3.0 — pay GitHub contributors in HBAR on merge#876
Open
jmgomezl wants to merge 1 commit into
Open
docs(plugins): add hak-github-pay-plugin v2.3.0 — pay GitHub contributors in HBAR on merge#876jmgomezl wants to merge 1 commit into
jmgomezl wants to merge 1 commit into
Conversation
Adds hak-github-pay-plugin to the third-party plugins list in docs/PLUGINS.md and README.md. The plugin turns the GitHub merge button into a payment rail: when a pull request is merged, an AI agent pays the contributor in HBAR. Payment policy, the GitHub-to-Hedera identity registry, every receipt, and software-release provenance live immutably on four Hedera Consensus Service topics. It exposes: - github_pay_register_contributor: map a GitHub handle to a Hedera account (public IDENTITIES topic) - github_pay_set_payment_policy: set label -> HBAR payout rules - github_pay_set_payment_cap: set monthly + per-contributor spending ceilings - github_pay_pay_on_merge: HMAC-validated, idempotent, cap-enforced payout + sealed receipt - github_pay_query_contributor_payments: payment history as CSV - github_pay_seal_release_provenance: SHA-256 release-asset provenance (NIST SSDF) - github_pay_query_team_summary: per-contributor aggregate CSV Signed-off-by: Juan Gomez <jmgomezl@unal.edu.co>
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.
Adds hak-github-pay-plugin to the third-party plugins list in
docs/PLUGINS.mdandREADME.md.What it does
A HAK v4 plugin that turns the GitHub merge button into a payment rail: when a pull request is merged, an AI agent pays the contributor in HBAR. There is no database — payment policy, the GitHub→Hedera identity registry, every receipt, and software-release provenance all live immutably on four Hedera Consensus Service topics, verifiable on Hashscan.
Tools (7)
github_pay_register_contributor— map a GitHub handle → Hedera account on a public IDENTITIES topic (a reusable public good)github_pay_set_payment_policy—label → HBARpayout rulesgithub_pay_set_payment_cap— monthly + per-contributor spending ceilingsgithub_pay_pay_on_merge— HMAC-validated, idempotent, cap-enforced payout + sealed receiptgithub_pay_query_contributor_payments— payment history as CSVgithub_pay_seal_release_provenance— SHA-256 release-asset provenance (NIST SSDF)github_pay_query_team_summary— per-contributor aggregate CSVLinks
Built on Hedera Agent Kit v4 (
BaseTool+ plain-object plugin pattern, config resolved from the HAKContext). Commits are DCO signed-off.