JSPM

pohi-cli

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q24212F
  • License Apache-2.0

CLI for Proof of Human Intent - Request and verify human approvals

Package Exports

  • pohi-cli
  • pohi-cli/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pohi-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pohi-cli

Command-line tool for Proof of Human Intent (PoHI).

Installation

npm install -g pohi-cli

Usage

Request Human Approval

pohi request --repo owner/repo --commit abc123

This will:

  1. Display a World ID QR code
  2. Wait for human verification via World App
  3. Create and optionally record the attestation

Verify Attestation

pohi verify --repo owner/repo --commit abc123

Configuration

# Set default network
pohi config set network sepolia

# View configuration
pohi config list

Commands

Command Description
request Request human approval for a commit
verify Verify an existing attestation
config Manage CLI configuration

License

Apache-2.0