Skip to content

Commit 18f14f5

Browse files
retr0hclaude
andcommitted
docs: document just ready in development guide
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e19ce43 commit 18f14f5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/docs/sidebar/development/development.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ single table — never split into separate `TestFoo`, `TestFooError`,
108108
Avoid generic file names like `helpers.go` or `utils.go`. Name files after what
109109
they contain.
110110

111+
## Before committing
112+
113+
Run `just ready` before committing to ensure generated code, package docs,
114+
formatting, and lint are all up to date:
115+
116+
```bash
117+
just ready # generate, go::docs, docs::fmt, go::fmt, go::vet
118+
```
119+
111120
## Branching
112121

113122
All changes should be developed on feature branches. Create a branch from `main`

0 commit comments

Comments
 (0)