autonomy lock¶
Manage autonomy.lock files
Synopsis¶
Manage autonomy.lock.json files — the canonical MVP lock artifact.
Primary commands (JSON, MVP): canonicalize Normalize a hand-edited autonomy.lock.json fingerprint Compute or verify the BLAKE3 behavioral fingerprint diff Compare two lock files
Legacy commands (TOML, dev-only): generate Convert a TOML lock file to canonical JSON (prints TOML warning) verify Verify a lock file fingerprint (JSON: BLAKE3; TOML: SHA-256 legacy)
Subcommands¶
autonomy lock canonicalize— Parse and re-emit autonomy.lock.json in canonical formautonomy lock diff— Show semantic diff between two lock filesautonomy lock fingerprint— Compute or verify the BLAKE3 behavioral fingerprint of a lock fileautonomy lock generate— Emit canonical JSON from a lock file (JSON primary; TOML legacy)autonomy lock verify— Verify a lock file fingerprint (JSON: BLAKE3; TOML legacy: SHA-256)