Back to the catalog

weilliptic-receipts

Claude Code plugin that audits AI-assisted code changes. Automatically records every file edit, session, and commit as a verifiable receipt

Open source Repository Open in the app JSON README (API)

About

Claude Code plugin that audits AI-assisted code changes. Automatically records every file edit, session, and commit as a verifiable receipt providing tamper-proof provenance for AI-generated code.

Details

Kind
Plugins
Topic
Version control
Publisher
weilliptic-public
Origin
marketplace
Category
ferramentas
Last push
2026-09-03T07:09:40Z
Repository state
ativo
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
weilliptic-public/claude-code-hooks/weilliptic-receipts

README

# Weilliptic Claude Code Plugin

Claude 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.

## Setup

### Prerequisites

- [Claude Code](https://claude.ai/code) installed
- A Weilliptic account file (set as `WEILLIPTIC_ACCOUNT_FILE` environment variable)

```bash
export WEILLIPTIC_ACCOUNT_FILE="/path/to/your/account.json"
```

### Install

```bash
/plugin install weilliptic
```

Or test locally:

```bash
claude --plugin-dir /path/to/claude-code-hooks
```

## What it does

| Hook | Trigger | Purpose |
|---|---|---|
| `pretooluse-hook` | Every Write/Edit/Update/MultiEdit/Bash tool use (pre) | Checks token balance / audit quota before allowing tool execution |
| `audit-hook` | Every Write/Edit/Update/MultiEdit/Bash tool use (post) | Records each file edit as a blockchain receipt and debits tokens |
| `session-start-hook` | Session start | Initializes wallet client and installs git hooks |
| `session-end-hook` | Session end | Session cleanup |
| `git-commit-hook` | Git post-commit | Persists receipt ledger on commit |

## Commands

- `/install-git-hooks` — Installs Weilliptic git hooks for commit-time receipt persistence

## View Receipts

[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.

## License

MIT

More