ADR Kit Init
Overview
Create an adr/ repository in the target directory.
Steps
- Decide the target directory (default: current working directory).
- Run:
adrkit init [path]
- Confirm the output lists
adr/config.yaml,adr/decisions, andadr/.gitignore. Proposals are not a separate folder: they are ephemeral drafts inadr/.drafts/, created byadrkit propose.
Rules
- Never create
adr/directories by hand; use the CLI so the config and README stay canonical. - After init, the next action is usually
adrkit decide "<title>", oradrkit propose "<title>"when the decision still needs review.