Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Generators and Derived Artifacts
page:generatorsa5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewarticlejsongraph
II.
Page overview

page:generators

Reference · live

Generators and Derived Artifacts overview

Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for page:generators.

PageOutgoing · 2Incoming · 2

Attributes

nodeKind
Page
title
Generators and Derived Artifacts
displayName
Generators and Derived Artifacts
slug
generators
articlePath
wiki/generators/README.md
article
# Generators and Derived Artifacts Generators turn graph queries into derived artifacts. Every page of prose, every TypeScript type, every OpenAPI document, every scaffolded code skeleton in the v6 ecosystem should be produced from graph data rather than hand-maintained copies. ## What lives in this directory | Path | Purpose | |---|---| | [`00-generator-design.md`](./00-generator-design.md) | Implementation plan extending the schema derivation spec. | | `templates/` | Deterministic templates consumed by generators. | | [`tools/`](./tools/README.md) | `@v6/graph-tools`, the utility package and CLI for graph loading, querying, template rendering, and generator manifests. | ## Quick start ```bash Push-Location graph/wiki/generators/tools; npm install; Pop-Location node graph/wiki/generators/tools/src/cli.mjs stats --root graph node graph/wiki/generators/tools/src/cli.mjs nodes --root graph --kind AgentProduct node graph/wiki/generators/tools/src/cli.mjs render --root graph --template wiki/generators/templates/examples/layers.md.tmpl --kind Layer --stdout node graph/wiki/generators/tools/src/cli.mjs generate --root graph --spec wiki/generators/templates/examples/layers.generator.yaml ``` ## Planned generator outputs The 10 illustrative outputs from `graph/schema/derivation-spec.md`: 1. Glossary 2. Stack documentation 3. Product card 4. Capability matrix 5. Hook taxonomy doc 6. Adapter scaffold 7. OpenAPI artifact 8. Per-package README 9. Stack diagram 10. Coverage check Plus one added by the process design: 11. `Gap` markdown ↔ YAML sync, keeping `wiki/process/gaps/GAP-*.md` aligned with `graph/catalog-meta/gaps/*.yaml`. ## Acceptance criteria - **Pure**: same graph in → byte-identical output. - **Deterministic**: stable ordering on every collection. - **Idempotent**: generator manifests avoid no-op rewrites. - **Manifested**: generated files get a sibling `.manifest.json` with input node ids and a content hash. See [`00-generator-design.md`](./00-generator-design.md) for the full implementation plan.
documents
[]

Outgoing edges

contains_page2
  • page:generators-00-generator-design·PageGenerator Design
  • page:generators-tools·Page@v6/graph-tools

Incoming edges

contains_page1
  • page:index·PageAgentic AI Atlas Wiki
documents1
  • page:views-library-tower·PageProcess Library Tower

Related pages

Process Library Tower

Shortcuts

Open in graph
Browse node kind