Reference
init
Initialize an Overplane project in the current directory (or --dir). Creates overplane.yaml from schema defaults if missing, validates it strictly against the embedded schema, ensures overplane.yaml is not listed in .gitignore, and verifies the working directory is writable. Optional flags override project name, description, and directory paths when the file is first created. Idempotent and non-destructive: re-running validates without changing any byte on disk except removing an overplane.yaml .gitignore entry when present.
Optional
--dir
string default ""Directory to initialize instead of the current directory.
--name
string default ""Project name written to overplane.yaml when the file is created (default: derived from the directory name).
--description
string default ""Project description written to overplane.yaml when the file is created.
--cache_dir
string default ""Cache directory path written to overplane.yaml when the file is created.
--specs_dir
string default ""Specs directory path written to overplane.yaml when the file is created.