PFPanurgic Flow
DocsPrivacySecurity

Documentation

A portable evidence workflow.

Panurgic Flow captures development records, maps generated claims to supplied sources, and exports a versioned packet that another person can inspect and verify.

Browser workflow

  1. Create a local project or load the sample.
  2. Paste evidence using COMMIT:, TEST:, CODEX:, DECISION:, and PATTERN: prefixes.
  3. Review recognized and unrecognized lines, then build the packet.
  4. Inspect the claim ledger and resolve anything marked Review.
  5. Sign and download the V1 packet. Re-import it to verify the ECDSA signature and signer fingerprint.

Trusted Codex companion

Download a forge request and run pnpm codex:forge -- request.json inside an authenticated Codex environment. The companion is pinned to GPT-5.6, uses a read-only sandbox, disables network access, and returns structured V1 output for import.

Packet contract

Every current packet uses kind: panurgic-flow/evidence-packet and schemaVersion: 1. Legacy unversioned packets remain importable and are normalized in memory without modifying the original file.