AGENTS.md@tests agentsA
AGENTS.md@tests is agent-read markdown (agents) from eduair94/cambio-uruguay.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# tests/ — AGENTS Root **vitest** suite for the Node/Express backend (`index.ts` currency-server API + the root `sync_*.ts`/`import_*.ts` pm2 cron jobs + `classes/`). NOT the Nuxt app — that lives in `app/tests/`. ## Run / gate - `npm run test` = `vitest run` from repo root. `npm run test:watch` for watch. Node env. - Config: `vitest.config.ts` (`environment: "node"`, `include: ["tests/**/*.test.ts"]`). 35 files. - CI gate: `.github/workflows/deploy.yml` job `backend-test` runs `npm test` on push to `main` (path-filtered to `classes/**`, `*.ts` root, `tests/**`, `package.json`, `tsconfig*`); `backend-deploy` `needs: backend-test`, so a red suite blocks the backend self-deploy. - **No lockfile committed at repo root** (`package-lock.json` is gitignored here; only `app/package-lock.json` is un-ignored) → CI does `npm install`, not `npm ci`. Same for `scripts/deploy-backend.sh`. - Almost all tests are pure unit: they mock `fetch`/stub deps, no live DB/network. The exceptions are the static tripwires below, which read source files off disk. ## Tripwires (structural tests — a rename/refactor breaks these, not a logic bug) …
Read the whole file at its exact version.
How to install
mdr add eduair94/cambio-uruguay/tests/AGENTS.md@git:20260923.f26cb12mdr add eduair94/cambio-uruguay/tests/AGENTS.md@sha256:2a38b866449ee0b3Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_s5tguzwdi2kbkof2)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.f26cb12 latest | 2026-09-23 | f26cb12 | 12,555 B | A | view · diff |
| git:20260822.6c5fda6 | 2026-08-22 | 6c5fda6 | 11,153 B | A | view · diff |
| git:20260822.78ce711 | 2026-08-22 | 78ce711 | 10,840 B | A | view · diff |
| git:20260822.557ed4b | 2026-08-22 | 557ed4b | 10,116 B | A | view · diff |
| git:20260817.56d8bb1 | 2026-08-17 | 56d8bb1 | 9,403 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (12555 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
eduair94/cambio-uruguay · 7 stars · license none · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_s5tguzwdi2kbkof2 GET https://markdownregistry.com/api/v1/resolve?ref=eduair94/cambio-uruguay/tests/AGENTS.md GET https://markdownregistry.com/api/v1/blob/2a38b866449ee0b39fdae6199372ece9e1f86d62b289ca21c89634e419b7fd72
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from eduair94/cambio-uruguay
Every file in eduair94/cambio-uruguay