@act-spec/generator-core
v0.2.0-rc.1
Published
PRD-400 generator framework for the ACT (Agent Content Tree) v0.1 reference implementation. Pipeline, envelope builders, and capability/pinning helpers — shared by every first-party generator.
Downloads
51
Readme
@act-spec/generator-core
Shared generator framework for ACT (Agent Content Tree). Pipeline orchestration, manifest/index/subtree builders, etag derivation, target-level + adapter-pinning enforcement, file emission, capability backing verification, and build-report shape — shared by every first-party generator.
The Astro, Docusaurus, Next.js, Remix, Nuxt, Eleventy generators and the standalone CLI all import from here directly.
Status
ACT v0.1 internal hand-test candidate. Public release lands at v0.2.
Install
Unpublished in v0.1. Consume via the workspace:
// package.json
{ "dependencies": { "@act-spec/generator-core": "workspace:*" } }Usage
You typically don't import this package directly — use one of the framework generators:
@act-spec/plugin-astro@act-spec/plugin-docusaurus@act-spec/plugin-eleventy@act-spec/plugin-nextjs@act-spec/plugin-nuxt@act-spec/plugin-remix@act-spec/cli(framework-free)
For custom generators, import the pipeline builders directly:
import { runPipeline, buildManifest, buildIndex } from '@act-spec/generator-core';Links
- Repository: https://github.com/act-spec/act
