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
- Create a local project or load the sample.
- Paste evidence using
COMMIT:,TEST:,CODEX:,DECISION:, andPATTERN:prefixes. - Review recognized and unrecognized lines, then build the packet.
- Inspect the claim ledger and resolve anything marked Review.
- 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.