nils-agent-docs 0.6.5

CLI crate for nils-agent-docs in the nils-cli workspace.
Documentation
# DEVELOPMENT.md

## Setup

Run setup before editing or building:

```bash
{{SETUP_COMMANDS}}
```

## Build

Run build commands before sharing changes:

```bash
{{BUILD_COMMANDS}}
```

## Test

Run checks before delivery:

```bash
{{TEST_COMMANDS}}
```

## Notes

- Keep commands deterministic and runnable from the repository root.
- Update this file when your build or test workflow changes.