rebuild(runtime): govern market operations and job truth

This commit is contained in:
leefer
2026-07-30 10:14:29 +08:00
parent 4fc8691eee
commit d8f0dd930c
39 changed files with 2224 additions and 79 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def test_status_reads_an_existing_schema_without_mutating_history(
assert main(["status"]) == 0
assert capsys.readouterr().out.strip() == "available=true schema_version=10"
assert capsys.readouterr().out.strip() == "available=true schema_version=11"
def test_downgrade_requires_explicit_confirmation(tmp_path, monkeypatch) -> None: