Home / eduair94 / cambio-uruguay · bots/AGENTS.md · GitHub

AGENTS.md@bots agentsB

AGENTS.md@bots 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

# bots/ — AGENTS

Telegram + Discord bots and a Twitter/X daily poster for cambio-uruguay.com. Read `bots/README.md` first — this file is only the essentials not to miss.

## Layout
- Own `package.json` (`type: module`, private), own `tsconfig` build. NOT part of the app or root-backend build.
- Depends on the sibling **mcp** package: `"cambio-uruguay-mcp": "file:../mcp"`. Reuses its tool handlers + the public API (`/`, `/evolution`, `/localData`, `/ai/insights`). **Build mcp before bots.**
- Source in `src/`; role map is in README "Architecture" (`report/`, `format/`, `publish/`, `store/`, `commands/`, `entries/`).
- pm2 entrypoints: `src/entries/{telegram,discord,daily_report,alert_check}.ts` → compiled to `dist/entries/*.js`.
- Discord slash-cmd registrar: `src/bot/register_commands.ts` (`npm run register:discord`).

## Build / run / test
```bash
cd mcp  && npm ci && npm run build      # REQUIRED first — bots import mcp's dist
cd ../bots && npm ci && npm run build   # tsc -p tsconfig.json → dist/
npm test                                # vitest run (test/*.test.ts)
```
Dev (tsx, no build): `npm run dev:telegram`, `npm run dev:discord`, `npm run daily`, `npm run alerts`.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add eduair94/cambio-uruguay/bots/AGENTS.md@git:20260922.1b44b30
Exact content
mdr add eduair94/cambio-uruguay/bots/AGENTS.md@sha256:58f00c9788727ef6

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_iqsg5qo3ms75dc3a.svg)](https://markdownregistry.com/a/art_iqsg5qo3ms75dc3a)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.1b44b30 latest2026-09-22 1b44b30 4,539 BB view · diff
git:20260817.f898b392026-08-17 f898b39 3,118 BB view · diff
git:20260720.da8af732026-07-20 da8af73 2,643 BB view

Audit of the latest version

B  13 of 14 checks passed. Deterministic, no model, same answer every run.
  • fail: No instruction to read or print local credentials (matched: read `bots/.env` (dotenv). See `bots/.env)
  • pass: Size between 200 bytes and 200 KB (4539 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 base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

eduair94/cambio-uruguay · 7 stars · license none · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_iqsg5qo3ms75dc3a
GET https://markdownregistry.com/api/v1/resolve?ref=eduair94/cambio-uruguay/bots/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/58f00c9788727ef6528dda399858baf4da43b247e968192d3f42c53de106fbb5

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

AGENTS.md agents
eduair94/cambio-uruguay · AGENTS.md
git:20260924.568d480 · audit B · 7 stars
CLAUDE.md claude
eduair94/cambio-uruguay · CLAUDE.md
git:20260720.da8af73 · audit B · 7 stars
DESIGN.md design
eduair94/cambio-uruguay · DESIGN.md · A light-first, evidence-led interface for comparing Uruguay's public market information.
git:20260922.79f21ec · audit A · 7 stars
AGENTS.md@app agents
eduair94/cambio-uruguay · app/AGENTS.md
git:20260922.79f21ec · audit A · 7 stars
llms.txt@app/public llmstxt
eduair94/cambio-uruguay · app/public/llms.txt
git:20260922.79f21ec · audit A · 7 stars
AGENTS.md@classes agents
eduair94/cambio-uruguay · classes/AGENTS.md
git:20260918.9b599bb · audit A · 7 stars
AGENTS.md@classes/cambios agents
eduair94/cambio-uruguay · classes/cambios/AGENTS.md
git:20260724.f0c0e2e · audit B · 7 stars
AGENTS.md@mcp agents
eduair94/cambio-uruguay · mcp/AGENTS.md
git:20260922.792a56d · audit A · 7 stars
buscador-uruguay skill
eduair94/cambio-uruguay · mcp/skills/buscador-uruguay/SKILL.md · Busca alquileres, oportunidades inmobiliarias, autos usados y precios de productos en Uruguay con los datos de…
git:20260922.792a56d · audit A · 7 stars
AGENTS.md@tests agents
eduair94/cambio-uruguay · tests/AGENTS.md
git:20260923.f26cb12 · audit A · 7 stars

Every file in eduair94/cambio-uruguay

Browse by kind, by grade B, or by owner.