{
  "markdown": "# Weilliptic Claude Code Plugin\n\nClaude Code plugin that audits AI-assisted code changes on Weilchain. Automatically records every file edit, session, and commit as a receipt — providing tamper-proof provenance for AI-generated code.\n\n## Setup\n\n### Prerequisites\n\n- [Claude Code](https://claude.ai/code) installed\n- A Weilliptic account file (set as `WEILLIPTIC_ACCOUNT_FILE` environment variable)\n\n```bash\nexport WEILLIPTIC_ACCOUNT_FILE=\"/path/to/your/account.json\"\n```\n\n### Install\n\n```bash\n/plugin install weilliptic\n```\n\nOr test locally:\n\n```bash\nclaude --plugin-dir /path/to/claude-code-hooks\n```\n\n## What it does\n\n| Hook | Trigger | Purpose |\n|---|---|---|\n| `pretooluse-hook` | Every Write/Edit/Update/MultiEdit/Bash tool use (pre) | Checks token balance / audit quota before allowing tool execution |\n| `audit-hook` | Every Write/Edit/Update/MultiEdit/Bash tool use (post) | Records each file edit as a blockchain receipt and debits tokens |\n| `session-start-hook` | Session start | Initializes wallet client and installs git hooks |\n| `session-end-hook` | Session end | Session cleanup |\n| `git-commit-hook` | Git post-commit | Persists receipt ledger on commit |\n\n## Commands\n\n- `/install-git-hooks` — Installs Weilliptic git hooks for commit-time receipt persistence\n\n## View Receipts\n\n[Codensics](https://codensics.weilliptic.ai) lets you load any GitHub repository and view the audit receipts for each commit — showing who changed what, when, and with which AI session.\n\n## License\n\nMIT\n",
  "bytes": 1500,
  "sha": "8033128e1e34d61f68a382d1c3ad404f3632e311829b198a4d994174e20f2548",
  "repo_slug": "weilliptic-public/claude-code-hooks",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_weilliptic_public_claude_code_hooks_weil_d46eddb1/readme"
}