░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

// Built with PunkGo

Projects forged on the kernel. Each one writes its own history.

JACK

ACTIVE
ADAPTER
════════════════════════════════════════

AI tool hook adapter. Every tool call from any AI coding assistant is automatically captured and committed to the kernel with a cryptographic receipt. Session tracking, energy accounting, and a terminal heatmap of your coding activity. Not just using AI — proving what it did.

DATA FLOW

  AI Assistant ──▶ Hook ──▶ punkgo-jack ──▶ Kernel
       │            │            │              │
    [tool call]  [event]     [observe]     [7-step pipeline]
       │            │            │              │
       ▼            ▼            ▼              ▼
    Bash/Read    stdin JSON   IPC submit    append-only log
    Write/Edit   + metadata   (observe)     + Merkle proof
                     │
               session tracking
               + energy accounting
Receipts
Session Tracking
Energy Accounting
Hook Integration
GitHub

WATCHDOG

ACTIVE
SENTINEL
════════════════════════════════════════

Creation process provenance. Watches your files, submits every change to the kernel's append-only log with Merkle proofs. Not just proving a file exists — proving when and how it came into being.

DATA FLOW

  File Change ──▶ Watchdog ──▶ Kernel
       │              │           │
    [SHA-256]     [debounce]  [7-step pipeline]
       │              │           │
       ▼              ▼           ▼
    content     IPC submit    append-only log
     hash        (mutate)    + Merkle proof
Append-Only Log
Merkle Proof
Energy System
IPC Protocol
GitHub