chore: incorporate relevant agentbox skel files
Add relevant skeleton files from rcarmo/agentbox/skel for this repo:
- .github/workflows/ci.yml (Makefile checks + conditional Go tests)
- .github/instructions/{00-project-detection,docker-image,frontend-bun,go,python}.instructions.md
Instruction files were adapted where needed to match current workflow names
and repository layout (Go module under go/, Docker workflow filename).
Validated with make check and go test ./... .
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Project-type detection
|
||||
|
||||
Use these heuristics to decide which other instruction files apply:
|
||||
|
||||
- If `pyproject.toml` or `requirements*.txt` exists -> apply `python.instructions.md`.
|
||||
- If `go.mod` exists -> apply `go.instructions.md`.
|
||||
- If `Dockerfile` exists and CI is publishing images -> apply `docker-image.instructions.md`.
|
||||
- If `package.json` exists (or Bun is referenced) -> apply `frontend-bun.instructions.md`.
|
||||
Reference in New Issue
Block a user