Imported from pipe-works/pipeworks-namegen-core (AGENTS.md). Install upstream with npx skills add pipe-works/pipeworks-namegen-core. Copyright stays with the author.
AGENTS.md
Foundation
This repository follows Pipe-Works org standards and reusable workflow conventions.
Scope
Deterministic generation engine library only.
No web/server/runtime deployment responsibilities.
No corpus/lexicon pipeline tooling.
Non-Negotiables
Determinism first: use isolated RNG (random.Random(seed)), avoid global RNG state.
Keep runtime dependencies minimal.
Keep public package API stable once published.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/pipe-works-pipeworks-namegen-core-pipeworks-namegen-core/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.