You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repository implements the GitHub Models CLI extension (`gh models`), enabli
8
8
### Building and Testing
9
9
10
10
-`make build`: Compiles the CLI binary
11
-
-`make check`: Runs format, vet, tidy, and tests. Always run when you are done with changes.
11
+
-`make check`: Runs format, vet, tidy, tests, golang-ci. Always run when you are done with changes. Use this command to validate that the build and the tests are still ok.
12
12
-`make test`: Runs the tests.
13
13
14
14
### Command Structure
@@ -33,7 +33,7 @@ This repository implements the GitHub Models CLI extension (`gh models`), enabli
33
33
-**Local build**: `make build` or `script/build` (creates `gh-models` binary)
34
34
-**Cross-platform**: `script/build all|windows|linux|darwin` for release builds
35
35
-**Testing**: `make check` runs format, vet, tidy, and tests. Use `go test ./...` directly for faster iteration
36
-
-**Quality gates**: `make fmt vet tidy test` - required before commits
36
+
-**Quality gates**: `make check` - required before commits
37
37
38
38
### Authentication & Setup
39
39
- Extension requires `gh auth login` before use - unauthenticated clients show helpful error messages
0 commit comments