mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 03:24:05 +00:00
docs: add AGENTS usage guidance (#21)
This commit is contained in:
12
AGENTS.md
Normal file
12
AGENTS.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# AGENTS
|
||||
|
||||
This repo is a Go CLI that aggregates code files into a single text output. The
|
||||
main entry point is `main.go` with packages under `config` and `fileproc`.
|
||||
Tests exist for each package, and CI workflows live in `.github/workflows`.
|
||||
|
||||
## Contributions
|
||||
- Look for additional `AGENTS.md` files under `.github` first.
|
||||
- Use Semantic Commit messages and PR titles.
|
||||
- Run `go test ./...` and linting for code changes. Docs-only changes skip this.
|
||||
- Use Yarn if installing Node packages.
|
||||
- Follow `.editorconfig` and formatting via pre-commit.
|
||||
Reference in New Issue
Block a user