CLAUDE.md claudeA
CLAUDE.md is agent-read markdown (claude) from softtor/nestjs-hexagonal.
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
# NestJS Hexagonal Plugin — Instructions
Plugin for building NestJS bounded contexts with Hexagonal Architecture + DDD + CQRS.
Compatible with GSD workflow.
## Entry Point
**`nestjs-hexagonal:using-nestjs-hexagonal`** — meta-skill that routes any NestJS task to the correct skill or agent. Check this FIRST when working in a hexagonal NestJS project.
## Architecture Rules (enforced by all skills and agents)
1. **Entity extends AggregateRoot** from `@nestjs/cqrs` — uses `this.apply(event)` for domain events
2. **Repository is PURE persistence** — save, find, search, delete. NO event dispatch
3. **EventPublisher lives in the Handler, NEVER in UseCase** — UseCase returns entity, Handler calls `publisher.mergeObjectContext(entity)` then `entity.commit()`
4. **No NestJS imports in domain** — exception: `AggregateRoot` and `IEvent` from `@nestjs/cqrs`
5. **Module exports ONLY Port tokens** — never use cases or repositories
6. **class-validator ONLY in presentation request DTOs** — never in domain or application
7. **Write operations return void or `{ id: string }`** — CQRS strict
…Read the whole file at its exact version.
How to install
mdr add softtor/nestjs-hexagonal/CLAUDE.md@git:20260923.1229e8emdr add softtor/nestjs-hexagonal/CLAUDE.md@sha256:aa8aa6e6a7d06f75Pin 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_576ihqfuaysyyzjd)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.1229e8e latest | 2026-09-23 | 1229e8e | 11,868 B | A | view · diff |
| git:20260921.506b286 | 2026-09-21 | 506b286 | 11,860 B | A | view · diff |
| git:20260920.4e1f1f7 | 2026-09-20 | 4e1f1f7 | 9,982 B | A | view · diff |
| git:20260920.5fd1705 | 2026-09-20 | 5fd1705 | 9,710 B | A | view · diff |
| git:20260920.dd7ea05 | 2026-09-20 | dd7ea05 | 9,534 B | A | view · diff |
| git:20260920.c08b703 | 2026-09-20 | c08b703 | 7,872 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (11868 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
softtor/nestjs-hexagonal · 5 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_576ihqfuaysyyzjd GET https://markdownregistry.com/api/v1/resolve?ref=softtor/nestjs-hexagonal/CLAUDE.md GET https://markdownregistry.com/api/v1/blob/aa8aa6e6a7d06f759a695432f148702c651a52ceb5fdb611400411b4a28e1ec4
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 softtor/nestjs-hexagonal
Every file in softtor/nestjs-hexagonal