Every ticket as the root of its provenance graph — goal, patch, approval, runs and (as the ticket-class build lands) mandate, manifestations, guarantees, journey, artifacts and children. Rendered through the <<<TicketGraphList>>> tag.
Build: ban editable installs — proper module install by default; -e only behind an explicit dev-debug phase flag
goal
Enforce POLICY 2. Install tooling installs packages PROPER (pip install . / a built wheel), NEVER editable, by default. Editable (pip install -e) is permitted ONLY when an explicit dev-phase flag is set (e.g. --dev-debug / config phase='debug') for a package under sustained debugging, and such a package is BLOCKED from being marked done/committed until re-installed proper. Add a CHECK (lint/CI shadow) that fails if any 'done' package is installed editable or if a venv contains .egg-link / editable entries outside a declared dev-phase. ACCEPTANCE: default install path produces a proper site-packages install decoupled from the source tree (moving/deleting the source does not break the installed module); an attempt to ship/commit an editable-installed package is refused; the dev-phase escape hatch works and is auditable.
patch
none
approval
unapproved
runs
no runs recorded
mandate (clauses)
not yet recorded — lands with the ticket-class build
manifestations
not yet recorded — lands with the ticket-class build
guarantees
not yet recorded — lands with the ticket-class build
journey (blunders & successes)
not yet recorded — lands with the ticket-class build
artifacts (forge)
not yet recorded — lands with the ticket-class build