CLI reference
tama install-plan
Shows the archive root and the target paths for every enforcement level without installing anything.
#Invocation
tama install-plan [--json] [--git-hooks-path <path>] [--home <path>]
--git-hooks-path supplies the user-global Git target shown in the plan. --home resolves home-relative agent, editor, and Git paths. Without either option, Tama uses the configured global core.hooksPath and HOME. --json selects the structured level plan.
#Output and state
Text mode reports agent/app, editor, MCP, user-global Git, repository Git, and OS-level posture. JSON mode returns archiveRoot and the six level records. The command does not create directories, write configuration, or activate hooks.
#Refusals and failures
There are no command-specific refusals. A missing global Git configuration is represented as not configured; Kimi's missing native adapter and OS-level policy are reported as unsupported or outside Tama rather than treated as command failures.
Return to the complete CLI command tree.