chore(hubflow): register the two grown files in the size-ratchet manifest

quick-test's blocking size-ratchet lane requires a nonblank rationale for
paths newly entering the 1001-1500 band: ouroboroshub.py (adopt transaction)
and skill_publish.py (publication receipt). Regenerated via
scripts/regenerate_size_ratchet.py with per-path rationales.

Co-authored-by: Ouroboros <311266734+ouroboros-agent@users.noreply.github.com>
This commit is contained in:
Ouroboros 2026-08-24 01:20:19 +03:00
parent ca9771d9ac
commit 215b5c7a71

View file

@ -140,6 +140,7 @@ BAND_PATHS = {
"ouroboros/launcher_bootstrap.py": None,
"ouroboros/loop_llm_call.py": None,
"ouroboros/loop_tool_execution.py": None,
"ouroboros/marketplace/ouroboroshub.py": "Entered the band from 373 lines: the hubflow sprint added the adopt transaction (eligibility prelude, CAS re-verification, move-aside + state-quintet snapshot, verified rollback with per-step error collection, retention finalize) beside the existing install/update flows (hubflow sprint, adopt-in-ouroboroshub owner decision D4).",
"ouroboros/observability.py": "Entered the band from 820 lines: child task copy-back now promotes only promised observability CAS manifests/blobs and task-owned source handles into canonical storage before headless GC, with typed unavailable gaps and retry metadata.",
"ouroboros/outcomes.py": None,
"ouroboros/platform_layer.py": None,
@ -151,6 +152,7 @@ BAND_PATHS = {
"ouroboros/tools/browser.py": None,
"ouroboros/tools/shell_guards.py": None,
"ouroboros/tools/skill_exec.py": None,
"ouroboros/tools/skill_publish.py": "Entered the band from 952 lines: publish now writes the OuroborosHub publication receipt at pr_opened through the shared locked-update seam and maps the receipt from the validated serialized form (hubflow sprint, receipt-as-only-stored-fact design).",
"ouroboros/utils.py": None,
"ouroboros/workspace_executor.py": None,
"scripts/run_external_review.py": None,