Initialise project
initInitialize a Grove project by creating .grove/state.lock, index.md, and glossary.md. Run once per project; other tools require this lock to operate.
Instructions
Initialise a grove project: create .grove/state.lock, index.md and glossary.md under the project root. Run once per project; every other tool fails until the lock exists, and a second run refuses rather than overwrites. id-stride, id-offset and id-width tune numeric id allocation for new nodes. Returns the initialised .grove path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_width | No | minimum digit padding for new ids | |
| id_offset | No | first suffix when a family allocator is empty | |
| id_stride | No | additive gap between successive numeric id suffixes |