harness initCreate the baseline Harness scaffold in the current working directory.
harness init [options]
--project-name <name>: override the inferred project name.--help: show the command help text.Infer the project name from the directory:
harness init
Provide the project name explicitly:
harness init --project-name "Billing Service"
harness configure.CHANGELOG.md with a Keep a Changelog style starting point.REVIEW.md and PRODUCT_SPECS.md standards alongside the other root guidance files.features/generated/.