# AGENTS.md

Multi-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
make help
make install
make install-ocr
make install-easyocr
make deps
make check             # lint and type check
```

## Layout

- `plugins/` 45 source files
- `tools/`   26 source files

## Conventions

- Tests live alongside the code they cover, following `plugins/conductor/templates/track-spec.md`.
- CI defines what passing means. See `.github/workflows/claude-code-review.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
