# AGENTS.md

🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated

## Setup

```
pnpm install
```

## Commands

```
pnpm dev              # run locally
pnpm build            # produce a build
pnpm test             # run the test suite, must pass before any commit
pnpm lint             # lint
pnpm build:ts
pnpm prepublishOnly
pnpm test:ui
pnpm test:security
```

## Layout

- `v3/`      2114 source files
- `ruflo/`   365 source files
- `plugins/` 200 source files
- `scripts/` 107 source files
- `tests/`   26 source files
- `bin/`     3 source files

## Conventions

- Tests live alongside the code they cover, following `.claude/workflows/full-system-test.js`.
- TypeScript runs in strict mode. Type errors are the fastest feedback available, so do not weaken it.
- CI defines what passing means. See `.github/workflows/adr-166-mcp-bridge-security.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `v3/@claude-flow/cli/src/commands/neural.ts` is 233KB. It will not fit comfortably in context, so read it in parts.

---

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.
