AGENTS.md@apps/web agentsA
AGENTS.md@apps/web 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 dev # from the repo root: api + web together pnpm --filter web dev pnpm --filter web build pnpm --filter web check-types ``` `pnpm lint` currently fails repo-wide: typescript-eslint supports `typescript <6.1.0` and this repo compiles with TypeScript 7. Use `check-types` plus `prettier --write` and commit with `--no-verify` until the plugin catches up. ## Architecture - **Locale routing**: `[locale]/` segment, public pages under `src/app/[locale]/(main)/`. - **Admin panel**: `src/app/admin/`, outside the locale segment because it is English only. `(panel)/` requires a session; `login/` does not. - **Data**: the site never talks to the database. `shared/lib/api-server.ts` exposes `apiPublic` (no cookies, cached, safe during static generation) and `apiAdmin` (forwards the session cookie, never cached). - **Types**: `@repo/contracts` is the single source of truth. `shared/lib/content-types.ts` re-exports the DTOs under the names the UI already used. ### Feature structure (views → containers → widgets → ui) - **`views/`** — page-level composition, arranges containers in `<Suspense>`. …
Read the whole file at its exact version.
How to install
mdr add figueroaignacio/ignaciofigueroa.dev/apps/web/AGENTS.md@git:20260913.8011ab0mdr add figueroaignacio/ignaciofigueroa.dev/apps/web/AGENTS.md@sha256:16dba893f8bae4dcPin 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_4r2d3x2ttfqmrof7)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260913.8011ab0 latest | 2026-09-13 | 8011ab0 | 2,831 B | A | view · diff |
| git:20260912.6189d1b | 2026-09-12 | 6189d1b | 2,152 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (2831 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_4r2d3x2ttfqmrof7 GET https://markdownregistry.com/api/v1/resolve?ref=figueroaignacio/ignaciofigueroa.dev/apps/web/AGENTS.md GET https://markdownregistry.com/api/v1/blob/16dba893f8bae4dcc2dc6de67e50233151099331ed9a0f0c4231f03867fb169e
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