Hyper PM
CLI reference

init & doctor

Initialize hyper-pm in a repo and validate the event log.

init

Creates or adopts the orphan data branch and writes .hyper-pm/config.json.

Uses global options only — there are no init-specific flags beyond those shared flags (repo, data branch, remote, sync, GitHub slug, etc.).

Typical first run:

hyper-pm init

doctor

Validates that the event log on the data branch reads and replays without structural errors. Exits non-zero when problems are found.

No subcommand-specific options.

On this page