Knox Signature Ops

Canonical workflow foundation for inquiry, proposal, booking, and fulfillment.

This repo is the source-of-truth implementation for Knox operations. Supabase is canonical, workflow authority owns lifecycle mutation, and every public surface is scoped through revocable tokens.

Supabase source of truthBoldSign evidenceStripe evidenceAttio mirror only

Workflow Authority

All lifecycle mutation will route through one server-only transition service. Pages, jobs, and webhooks can submit commands, but they cannot mutate canonical state directly.

Versioned Commerce

Deal Builder versions and proposal versions are immutable so every contract, payment request, and public link can pin to a stable commercial snapshot.

Fail-Closed Public Access

Proposal, questionnaire, and payment pages will use separate hashed single-purpose tokens with revocation, expiry, and supersession rules.

Delivery Sequence

Build the Knox system in the same order the business actually runs.

The repo starts with the docs, env contract, and workflow foundation so every later surface has a stable authority layer beneath it.

  1. Phase 1

    Schema + workflow authority

  2. Phase 2

    Inquiry intake + Deal Builder

  3. Phase 3

    Proposal engine + public proposal access

  4. Phase 4

    Contract + deposit booking trigger

  5. Phase 5

    Questionnaire + final payment + readiness

  6. Phase 6

    Notifications + mirrors + post-event flow