AGENTS.md@apps/api agentsA
AGENTS.md@apps/api is agent-read markdown (agents) from figueroaignacio/ignaciofigueroa.dev.
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
# AGENTS.md ## Commands ```bash pnpm --filter api dev # watch mode on :4000 pnpm --filter api build pnpm --filter api test pnpm --filter api check-types pnpm --filter api mcp # MCP server over stdio (needs a build first) pnpm --filter api ingest # rebuild the assistant's RAG table from published content ``` ## Architecture One module per collection, each with a public read controller and a guarded `admin/` controller. Services own the database access through the injected Drizzle client; there is no repository layer because Drizzle already is one. - `config/env.ts` validates the environment with zod at boot; a missing or short `JWT_SECRET` fails the process instead of the first request. - `common/dto.ts` turns the shared zod schemas into Nest DTO classes. Update schemas come from `toUpdateSchema`, which strips `.default()` so a PATCH only writes the fields it actually sends. - `storage/` defines `StoragePort` and its Supabase adapter, so the bucket can be swapped without touching the media module. - `github/` syncs pull requests for contributions; a failed call never blocks a save. - `mcp/` reuses the same services through a standalone Nest context. …
Read the whole file at its exact version.
How to install
mdr add figueroaignacio/ignaciofigueroa.dev/apps/api/AGENTS.md@git:20260921.ab6c3a7mdr add figueroaignacio/ignaciofigueroa.dev/apps/api/AGENTS.md@sha256:f2cce3aaadc87ebePin 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_jtkqrzjvgi4lvzct)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260921.ab6c3a7 latest | 2026-09-21 | ab6c3a7 | 1,720 B | A | view · diff |
| git:20260912.6189d1b | 2026-09-12 | 6189d1b | 1,458 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (1720 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
figueroaignacio/ignaciofigueroa.dev · 5 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_jtkqrzjvgi4lvzct GET https://markdownregistry.com/api/v1/resolve?ref=figueroaignacio/ignaciofigueroa.dev/apps/api/AGENTS.md GET https://markdownregistry.com/api/v1/blob/f2cce3aaadc87ebe90d31ee5205132df82edbbd0d178234cc6f7e4b89054a4bb
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 figueroaignacio/ignaciofigueroa.dev
Every file in figueroaignacio/ignaciofigueroa.dev