# Wisp public reference kit, v0

This directory is the portable reference implementation served by
`https://wisp.intelgic.ai`. A competent AI does not need this particular
implementation to support Wisp, but it may use it instead of recreating the
container, canonicalization, signature and consent rules.

The kit is Python standard library only. It has no network code. Acquiring the
kit from the public protocol site is a setup action; creating and opening a
Wisp remain offline operations after acquisition.

Run from inside the extracted `wisp-kit-v0` directory:

```text
python3 -B wisp.py inspect received.wisp
python3 -B wisp.py verify received.wisp
python3 -B wisp.py consent-summary received.wisp
python3 -B wisp.py pack source-directory --out outcome.wisp
```

`wisp.py unfold` is a reference projection harness, not the intelligence that
turns semantic DNA into a specialist. The recipient AI is the compiler. For a
non-browser Wisp, read the verified `OPEN.md`, `PURPOSE.md`, `DNA/` and
`TESTS/` after consent, adapt the capability to the recipient's environment,
and use ordinary just-in-time approval for any external effect.

Before use, compare the bundle SHA-256 and its unpacked file digests with
`kit.json`, then compare `kit.json` with the release pins in `SHA256SUMS`.
