Ticket graphs

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.

← all ticket-graphs

REQUESTED#200 jazz-refactor

Spec: the FORGE-wide refactor standard — every unique module rewritten as an installable, control-config'd Python module (behavior-preserving)

goal

The rule EACH generated rewrite ticket enforces. For a given unique source module, the deliverable is ENTIRELY NEW source code (rewritten, not copied) that: (1) reproduces the original BEHAVIOR — verified, not asserted: capture the original's behavior via codebean lower_* (#183) + criteria_miner IO-exemplars, and the rewrite must match on those exemplars (behavioral equivalence, the round-trip critic); (2) is a PYTHON MODULE regardless of the source language; (3) is INSTALLABLE — a proper package (pyproject.toml, pip install -e .), console entry points where applicable; (4) is CONFIGURED VIA A CONTROL-CONFIG OBJECT — no hardcoded paths/params; a JSON/registry config object drives it (the install.json/registry.json idiom), and a tool without its config throws (note-for-claude). Acceptance per rewrite ticket: new source passes the behavioral-equivalence exemplars, installs clean, and runs off a config object with zero hardcoded settings. This spec is referenced by every ticket the factory (#build) emits.

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

source (forge tree)

browse congruency source (forge-parked tree)

children

#436 Rewrite agent_tools_suite:validate_http.py as behavior-preserving, installable, control-config'd Python [forge-rw:e9deb4e89ce282f4] (spawned · REQUESTED)
#435 Rewrite agent_tools_suite:validate_crankfix.py as behavior-preserving, installable, control-config'd Python [forge-rw:205849ffcd5bf127] (spawned · REQUESTED)
#434 Rewrite agent_tools_suite:validate.py as behavior-preserving, installable, control-config'd Python [forge-rw:4b850fc5c8793fd5] (spawned · REQUESTED)
#433 Rewrite agent_tools_suite:test_crankd.py as behavior-preserving, installable, control-config'd Python [forge-rw:832d4b672a698a00] (spawned · REQUESTED)
#432 Rewrite agent_tools_suite:test_crank_discipline.py as behavior-preserving, installable, control-config'd Python [forge-rw:0fa5adae91bb3f70] (spawned · ACTIVE)
#431 Rewrite agent_tools_suite:mcplib.py as behavior-preserving, installable, control-config'd Python [forge-rw:6c779b342584ea39] (spawned · REQUESTED)
#430 Rewrite agent_tools_suite:imgd_service.py as behavior-preserving, installable, control-config'd Python [forge-rw:3eee6b350ba55100] (spawned · REQUESTED)
#429 Rewrite agent_tools_suite:imgd.py as behavior-preserving, installable, control-config'd Python [forge-rw:2d992468ad613c2d] (spawned · REQUESTED)
#428 Rewrite agent_tools_suite:gate.py as behavior-preserving, installable, control-config'd Python [forge-rw:3b270a86c0a63f8f] (spawned · REQUESTED)
#427 Rewrite agent_tools_suite:deploy_test_service.py as behavior-preserving, installable, control-config'd Python [forge-rw:fb5b78f7895ed87b] (spawned · REQUESTED)
#426 Rewrite agent_tools_suite:deploy_test.py as behavior-preserving, installable, control-config'd Python [forge-rw:00b88a696e353714] (spawned · REQUESTED)
#425 Rewrite agent_tools_suite:crankimg-mcp/server.py as behavior-preserving, installable, control-config'd Python [forge-rw:137ce3dfed322b2a] (spawned · REQUESTED)
#424 Rewrite agent_tools_suite:crankd_service.py as behavior-preserving, installable, control-config'd Python [forge-rw:69ae4fc5e6dd34d7] (spawned · ACTIVE)
#423 Rewrite agent_tools_suite:crankd.py as behavior-preserving, installable, control-config'd Python [forge-rw:e63eaa8c7c306f03] (spawned · ACTIVE)
#422 Rewrite agent_tools_suite:crank_policy.py as behavior-preserving, installable, control-config'd Python [forge-rw:e3353e4979372e68] (spawned · ACTIVE)
#421 Rewrite agent_tools_suite:crank_launch.py as behavior-preserving, installable, control-config'd Python [forge-rw:5bc86ca9be7e691c] (spawned · ACTIVE)
#420 Rewrite agent_tools_suite:crank_job.py as behavior-preserving, installable, control-config'd Python [forge-rw:be64085c80ed0cfe] (spawned · ACTIVE)
#419 Rewrite agent_tools_suite:crank_discipline.py as behavior-preserving, installable, control-config'd Python [forge-rw:d10d74a9bac32554] (spawned · ACTIVE)
#418 Rewrite agent_tools_suite:crank_approve.py as behavior-preserving, installable, control-config'd Python [forge-rw:2aa9706d7f7163b0] (spawned · ACTIVE)
#417 Rewrite agent_tools_suite:coupler.py as behavior-preserving, installable, control-config'd Python [forge-rw:5bda83c2edbfad97] (spawned · ACTIVE)
#416 Rewrite agent_tools_suite:bash-mcp/server.py as behavior-preserving, installable, control-config'd Python [forge-rw:b4157c1aa7405a7f] (spawned · ACTIVE)
#415 Rewrite agent_tools_suite:audit_guard.py as behavior-preserving, installable, control-config'd Python [forge-rw:d654dce464c49da7] (spawned · ACTIVE)
#414 Rewrite agent_tools_suite:ats_token.py as behavior-preserving, installable, control-config'd Python [forge-rw:1e2c76b02cb58931] (spawned · ACTIVE)
#413 Rewrite agent_tools_suite:ats_service.py as behavior-preserving, installable, control-config'd Python [forge-rw:1fa0fdbc322b6466] (spawned · ACTIVE)
#412 Rewrite agent_tools_suite:ats_http.py as behavior-preserving, installable, control-config'd Python [forge-rw:653bf1a78a5f85dc] (spawned · ACTIVE)
#410 FIX forge multi-module package collision: additive packaging so same-package units do not clobber pyproject/__init__ (spawned · DONE)
#407 Rewrite audio_tagger:audio_tagger/tests/test_stub.py as behavior-preserving, installable, control-config'd Python [forge-rw:f5a5302ef988bc20] (spawned · DONE)
#405 Rewrite artifact_tree_gen:fib.py as behavior-preserving, installable, control-config'd Python [forge-rw:f3df615229b4c9f7] (spawned · DONE)
#403 Rewrite coupler:coupler/__main__.py as behavior-preserving, installable, control-config'd Python [forge-rw:eb9c79df006733b5] (spawned · DONE)
#401 Rewrite artifact_tree_gen:add.py as behavior-preserving, installable, control-config'd Python [forge-rw:e42d2d08fe5ef45b] (spawned · DONE)
#399 Rewrite code__code-invalid__coupler:coupler/tests/test_coupler.py as behavior-preserving, installable, control-config'd Python [forge-rw:dc95cfcf8d8037c8] (spawned · DONE)
#397 Rewrite code__code-invalid__coupler:coupler/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:d80efda05c1fe99b] (spawned · DONE)
#395 Rewrite artifact_tree_gen:clamp.py as behavior-preserving, installable, control-config'd Python [forge-rw:cf943417270f2863] (spawned · DONE)
#393 Rewrite code__code-invalid__coupler:coupler/tests/test_bridge.py as behavior-preserving, installable, control-config'd Python [forge-rw:cf2f7825dcd810b2] (spawned · DONE)
#391 Rewrite code__code-invalid__coupler:coupler/tests/test_status.py as behavior-preserving, installable, control-config'd Python [forge-rw:cac844e3346a40fb] (spawned · DONE)
#389 Rewrite gitlab__testmonkeyalpha-group__jazz-forge__dz_debug:tests/test_dz_debug.py as behavior-preserving, installable, control-config'd Python [forge-rw:c8f726c326f94dd3] (spawned · DONE)
#387 Rewrite audio_tagger:audio_tagger/tests/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:c3e54f38b63a9759] (spawned · DONE)
#385 Rewrite code__code-invalid__coupler:coupler/server.py as behavior-preserving, installable, control-config'd Python [forge-rw:b94f61804a14beb2] (spawned · DONE)
#383 Rewrite code__code-invalid__coupler:ci/stamp_build.py as behavior-preserving, installable, control-config'd Python [forge-rw:b6dafc0b6df757ae] (spawned · DONE)
#381 Rewrite artifact_tree_gen:slugify.py as behavior-preserving, installable, control-config'd Python [forge-rw:b4188f4af592d160] (spawned · DONE)
#379 Rewrite coupler:coupler/server.py as behavior-preserving, installable, control-config'd Python [forge-rw:ad7c8896d4d55d8d] (spawned · DONE)
#377 Rewrite code__code-invalid__coupler:coupler/tests/test_integration.py as behavior-preserving, installable, control-config'd Python [forge-rw:993656d6360bc88d] (spawned · DONE)
#375 Rewrite code__code-invalid__coupler:coupler/updater.py as behavior-preserving, installable, control-config'd Python [forge-rw:8968b64101a54fde] (spawned · DONE)
#373 Rewrite code__code-invalid__coupler:coupler/why5.py as behavior-preserving, installable, control-config'd Python [forge-rw:84dcc08236ce2fd7] (spawned · DONE)
#371 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/setup.py as behavior-preserving, installable, control-config'd Python [forge-rw:82b6b5996ba08df6] (spawned · DONE)
#369 Rewrite code__code-invalid__coupler:coupler/__main__.py as behavior-preserving, installable, control-config'd Python [forge-rw:74c24d09f565e96d] (spawned · DONE)
#367 Rewrite code__code__jazz__kokoro__dz_debug:ci/stamp_build.py as behavior-preserving, installable, control-config'd Python [forge-rw:742fec59a1578e91] (spawned · DONE)
#365 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/tests/test_stub.py as behavior-preserving, installable, control-config'd Python [forge-rw:7085cf4c6d8c909f] (spawned · DONE)
#363 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/log.py as behavior-preserving, installable, control-config'd Python [forge-rw:4c486357e89341dd] (spawned · DONE)
#361 Rewrite code__code__jazz__litellm__dz_debug:dz_debug/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:47eb5d42f7f1d8fc] (spawned · DONE)
#359 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/tests/test_dz_debug.py as behavior-preserving, installable, control-config'd Python [forge-rw:3cc7504c5d6bab73] (spawned · DONE)
#357 Rewrite code__code-invalid__coupler:coupler/bridge.py as behavior-preserving, installable, control-config'd Python [forge-rw:34332ce930fbd478] (spawned · DONE)
#355 Rewrite code__code-invalid__coupler:coupler/tests/test_build.py as behavior-preserving, installable, control-config'd Python [forge-rw:300ba60b5fceb278] (spawned · DONE)
#353 Rewrite gitlab__testmonkeyalpha-group__jazz-forge__audio_tagger:tests/test_audio_tagger.py as behavior-preserving, installable, control-config'd Python [forge-rw:24ded84a0ff2941e] (spawned · DONE)
#351 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:23bc4068239387f4] (spawned · DONE)
#349 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/logger.py as behavior-preserving, installable, control-config'd Python [forge-rw:2392bc58a6ac8d39] (spawned · DONE)
#347 Rewrite audio_tagger:audio_tagger/tagger.py as behavior-preserving, installable, control-config'd Python [forge-rw:12747b17a9a8e06d] (spawned · DONE)
#309 Rewrite gitlab__testmonkeyalpha-group__jazz-forge__dz_debug:tests/test_dz_debug.py as behavior-preserving, installable, control-config'd Python [forge-rw:c8f726c326f94dd3] (spawned · REQUESTED)
#306 Rewrite code__code__jazz__litellm__dz_debug:dz_debug/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:47eb5d42f7f1d8fc] (spawned · REQUESTED)
#305 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/tests/test_stub.py as behavior-preserving, installable, control-config'd Python [forge-rw:7085cf4c6d8c909f] (spawned · REQUESTED)
#304 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/tests/test_dz_debug.py as behavior-preserving, installable, control-config'd Python [forge-rw:3cc7504c5d6bab73] (spawned · REQUESTED)
#303 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/setup.py as behavior-preserving, installable, control-config'd Python [forge-rw:82b6b5996ba08df6] (spawned · REQUESTED)
#301 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/logger.py as behavior-preserving, installable, control-config'd Python [forge-rw:2392bc58a6ac8d39] (spawned · REQUESTED)
#300 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/log.py as behavior-preserving, installable, control-config'd Python [forge-rw:4c486357e89341dd] (spawned · REQUESTED)
#299 Rewrite code__code__jazz__kokoro__dz_debug:dz_debug/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:23bc4068239387f4] (spawned · REQUESTED)
#298 Rewrite code__code__jazz__kokoro__dz_debug:ci/stamp_build.py as behavior-preserving, installable, control-config'd Python [forge-rw:742fec59a1578e91] (spawned · REQUESTED)
#297 Rewrite coupler:coupler/server.py as behavior-preserving, installable, control-config'd Python [forge-rw:ad7c8896d4d55d8d] (spawned · REQUESTED)
#296 Rewrite coupler:coupler/__main__.py as behavior-preserving, installable, control-config'd Python [forge-rw:eb9c79df006733b5] (spawned · REQUESTED)
#295 Rewrite code__code-invalid__coupler:coupler/why5.py as behavior-preserving, installable, control-config'd Python [forge-rw:84dcc08236ce2fd7] (spawned · REQUESTED)
#294 Rewrite code__code-invalid__coupler:coupler/updater.py as behavior-preserving, installable, control-config'd Python [forge-rw:8968b64101a54fde] (spawned · REQUESTED)
#293 Rewrite code__code-invalid__coupler:coupler/tests/test_status.py as behavior-preserving, installable, control-config'd Python [forge-rw:cac844e3346a40fb] (spawned · REQUESTED)
#292 Rewrite code__code-invalid__coupler:coupler/tests/test_integration.py as behavior-preserving, installable, control-config'd Python [forge-rw:993656d6360bc88d] (spawned · REQUESTED)
#291 Rewrite code__code-invalid__coupler:coupler/tests/test_coupler.py as behavior-preserving, installable, control-config'd Python [forge-rw:dc95cfcf8d8037c8] (spawned · REQUESTED)
#290 Rewrite code__code-invalid__coupler:coupler/tests/test_build.py as behavior-preserving, installable, control-config'd Python [forge-rw:300ba60b5fceb278] (spawned · REQUESTED)
#289 Rewrite code__code-invalid__coupler:coupler/tests/test_bridge.py as behavior-preserving, installable, control-config'd Python [forge-rw:cf2f7825dcd810b2] (spawned · REQUESTED)
#288 Rewrite code__code-invalid__coupler:coupler/server.py as behavior-preserving, installable, control-config'd Python [forge-rw:b94f61804a14beb2] (spawned · REQUESTED)
#286 Rewrite code__code-invalid__coupler:coupler/bridge.py as behavior-preserving, installable, control-config'd Python [forge-rw:34332ce930fbd478] (spawned · REQUESTED)
#285 Rewrite code__code-invalid__coupler:coupler/__main__.py as behavior-preserving, installable, control-config'd Python [forge-rw:74c24d09f565e96d] (spawned · REQUESTED)
#284 Rewrite code__code-invalid__coupler:coupler/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:d80efda05c1fe99b] (spawned · REQUESTED)
#283 Rewrite code__code-invalid__coupler:ci/stamp_build.py as behavior-preserving, installable, control-config'd Python [forge-rw:b6dafc0b6df757ae] (spawned · REQUESTED)
#273 Rewrite artifact_tree_gen:slugify.py as behavior-preserving, installable, control-config'd Python [forge-rw:b4188f4af592d160] (spawned · REQUESTED)
#272 Rewrite artifact_tree_gen:fib.py as behavior-preserving, installable, control-config'd Python [forge-rw:f3df615229b4c9f7] (spawned · REQUESTED)
#271 Rewrite artifact_tree_gen:clamp.py as behavior-preserving, installable, control-config'd Python [forge-rw:cf943417270f2863] (spawned · REQUESTED)
#270 Rewrite artifact_tree_gen:add.py as behavior-preserving, installable, control-config'd Python [forge-rw:e42d2d08fe5ef45b] (spawned · REQUESTED)
#265 Rewrite gitlab__testmonkeyalpha-group__jazz-forge__audio_tagger:tests/test_audio_tagger.py as behavior-preserving, installable, control-config'd Python [forge-rw:24ded84a0ff2941e] (spawned · REQUESTED)
#263 Rewrite audio_tagger:audio_tagger/tests/test_stub.py as behavior-preserving, installable, control-config'd Python [forge-rw:f5a5302ef988bc20] (spawned · REQUESTED)
#262 Rewrite audio_tagger:audio_tagger/tests/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:c3e54f38b63a9759] (spawned · REQUESTED)
#260 Rewrite audio_tagger:audio_tagger/tagger.py as behavior-preserving, installable, control-config'd Python [forge-rw:12747b17a9a8e06d] (spawned · REQUESTED)
#259 Rewrite audio_tagger:audio_tagger/__init__.py as behavior-preserving, installable, control-config'd Python [forge-rw:4a3ee3144c32cdc7] (spawned · ACTIVE)
#213 RFC: no STALE CHECKOUTS + no EDITABLE installs — build->commit->clean re-checkout, proper module installs only (spawned · REQUESTED)
#206 Spec: every module rewritten >=5x (competitive synthesis) — perf-benchmarked, all-agent scored on config/efficiency/readability, best wins (spawned · REQUESTED)
#203 Spec: born-instrumented standard — control-config + telemetry + logging maximized; TRACE via in-memory buffer -> ideal-time DB flush (spawned · REQUESTED)
#201 Build: forge_refactor_ticketer.py — instrument that enumerates EVERY unique forge module and issues a behavior-preserving rewrite build-ticket per module (spawned · DONE)