# AGENTS.md

all of the workflows of n8n i could find (also from the site itself)

## Setup

```
pip install -r requirements.txt
```

## Commands

```
# TODO: nothing declares a build or test command, so an agent has to guess.
# This is the single most valuable section of this file. Fill it in.
```

## Layout

- `src/`         11 source files
- `medcards-ai/` 7 source files
- `scripts/`     6 source files
- `docs/`        2 source files
- `ai-stack/`    1 source file

## Conventions

- Tests live alongside the code they cover, following `ai-stack/workflows/comfyui-simple-test.json`.
- CI defines what passing means. See `.github/workflows/ci-cd.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- Copy `.env.example` before running anything that needs configuration.
- 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.
