Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AGENTS.md

## Repo purpose
(summary not found; see README.md)

## Tech stack
- (unknown; infer from repo files)

## Build / test / lint / run (best-effort)

### Bootstrap
- (not detected; check README/Makefile/package scripts)

### Build
- (not detected; check README/Makefile/package scripts)

### Test
- (not detected; check README/Makefile/package scripts)

### Lint / format
- (not detected; check README/Makefile/package scripts)

### Run
- (not detected; check README/Makefile/package scripts)

## Project layout (where to look)
- Start with `README.md` and `.github/workflows/`.
- Common conventions (if present): `src/`, `lib/`, `cmd/`, `internal/`, `packages/`.
- Look for build entrypoints: `Makefile`, `package.json`, `go.mod`, `pyproject.toml`.

## CI / workflows
- `publish-deployer.yaml`

## Common gotchas
- Some commands above are **best-effort guesses** based on repository signals; prefer README/Makefile/package scripts when they disagree.
- If CI fails, check workflow logs for exact tool versions and required secrets.