nanny.toml with safe defaults into the current working directory.
What it does
Creates ananny.toml with conservative defaults that work for most agents out of the box:
nanny init, set [start].cmd to your agent’s entry point and adjust the limit values to match your requirements.
Flags
nanny init takes no flags. It always writes to the current working directory.
Errors
| Condition | Behaviour |
|---|---|
nanny.toml already exists | Exits with an error. Does not overwrite. |
| No write permission in current directory | Exits with an error. |
nanny.toml and run nanny init again.