Skip to content

Commit d504394

Browse files
Copilotcpuguy83
andcommitted
Fix issues in copilot instructions based on review feedback
Co-authored-by: cpuguy83 <799078+cpuguy83@users.noreply.github.com>
1 parent 470e478 commit d504394

File tree

2 files changed

+3
-63
lines changed

2 files changed

+3
-63
lines changed

--help

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Always reference these instructions first and fallback to search or bash command
6969
```
7070

7171
### Key Files to Monitor
72-
- Always regenerate files after modifying source variants: `go generate`
72+
- Always regenerate files after modifying source variants: `go generate ./...`
7373
- Always run linting after changes: `go run ./cmd/lint ./...`
7474
- Check `docker-bake.hcl` for Docker build targets and configurations
7575
- Check `docs/examples/go-md2man.yml` for canonical example of Dalec spec format
@@ -90,10 +90,10 @@ Always reference these instructions first and fallback to search or bash command
9090

9191
### Optional but Recommended
9292
- Node.js 18+ for documentation site (`cd website && npm start`)
93-
- golangci-lint for additional linting (though custom linter is primary)
93+
- golangci-lint for additional linting (custom linter is used in addition to golangci-lint)
9494

9595
### Environment Limitations
96-
- Docker builds may fail due to network/certificate issues in some environments
96+
- Docker builds require internet access
9797
- Integration tests require full Docker functionality
9898
- Host-based Go builds always work and are sufficient for most development
9999

0 commit comments

Comments
 (0)