5aa9eb9426
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>
419 B
419 B
Project-type detection
Use these heuristics to decide which other instruction files apply:
- If
pyproject.tomlorrequirements*.txtexists -> applypython.instructions.md. - If
go.modexists -> applygo.instructions.md. - If
Dockerfileexists and CI is publishing images -> applydocker-image.instructions.md. - If
package.jsonexists (or Bun is referenced) -> applyfrontend-bun.instructions.md.