# AGENTS.md

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

## Setup

```
uv sync
```

## Commands

```
pytest   # run the test suite
```

## Layout

- `tests/`  206 source files
- `skills/` 104 source files
- `mcp/`    12 source files
- `hooks/`  1 source file

## Conventions

- Tests live alongside the code they cover, following `mcp/internal/engine/extract_test.go`.
- CI defines what passing means. See `.github/workflows/changelog-guard.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `skills/last30days/scripts/lib/pipeline.py` is 212KB. 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.
