moadim 3.2.1

Loop engine for AI agents — routines over REST, MCP, and a built-in web UI
1
2
3
4
5
6
7
8
9
10
11
# UI E2E screenshots

These images are generated by `pnpm --dir client run test:e2e:screenshots` from mocked API responses in `client/e2e/ui-screenshots.spec.ts`.

Commit regenerated images with UI PRs so GitHub's image diff shows visual changes during review. The suite also keeps desktop dark-mode baselines for Overview, Routines, and Reliability alongside the default light screenshots.

To enforce that screenshots are current in CI or before pushing, run:

```bash
pnpm --dir client run test:e2e:screenshots:check
```