pohi-cli
v0.1.0
Published
CLI for Proof of Human Intent - Request and verify human approvals
Maintainers
Readme
pohi-cli
Command-line tool for Proof of Human Intent (PoHI).
Installation
npm install -g pohi-cliUsage
Request Human Approval
pohi request --repo owner/repo --commit abc123This will:
- Display a World ID QR code
- Wait for human verification via World App
- Create and optionally record the attestation
Verify Attestation
pohi verify --repo owner/repo --commit abc123Configuration
# Set default network
pohi config set network sepolia
# View configuration
pohi config listCommands
| Command | Description |
|---------|-------------|
| request | Request human approval for a commit |
| verify | Verify an existing attestation |
| config | Manage CLI configuration |
License
Apache-2.0
