Docs/CLI reference

CLI reference

tama adaptive drift

Compares the SHA-256 content of every mapped live hook script with its source in the Tama archive.

Compares the SHA-256 content of every mapped live hook script with its source in the Tama archive.

#Invocation

tama adaptive drift

The command takes no required input or public options.

#Output and state

For each catalog hook with an archived source path, Tama prints OK <hook-id>, DRIFT <hook-id> live=... archive=..., or MISSING <hook-id> live=... archive=.... It does not repair or copy any file. Exit 0 means every compared source exists and matches; any drift or missing side exits 1.

#Refusals and failures

Missing live or archived files are reported as MISSING results rather than read errors. Other hashing or catalog failures are written with the doctor: prefix and exit 1.

Return to the adaptive command group or the complete CLI tree.