Skip to content

Commit e2fb0fb

Browse files
sj26ampcode-com
andauthored
Add AGENT.md with project development guidelines (#497)
Amp-Thread: https://ampcode.com/threads/T-807f4928-eee4-49c2-b53a-a5cca9671ec4 Co-authored-by: Amp <amp@ampcode.com>
1 parent 63ef3fe commit e2fb0fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

AGENT.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
This project is the Buildkite CLI (`bk`)
2+
3+
## Commands
4+
- Test: `go test ./...`
5+
- Lint: `docker-compose -f .buildkite/docker-compose.yaml run lint`
6+
- Generate: `go generate` (required after GraphQL changes)
7+
- Run: `go run cmd/bk/main.go`
8+
9+
## Environment
10+
- `BUILDKITE_GRAPHQL_TOKEN` required for development
11+
12+
## Project Structure
13+
- Main binary: `cmd/bk/main.go`
14+
- GraphQL schema: `schema.graphql`
15+
- CLI commands: `pkg/cmd/`
16+
17+
## Notes
18+
- CI: https://buildkite.com/buildkite/buildkite-cli

0 commit comments

Comments
 (0)