Skip to content
REFERENCE · PUBLIC CONTRACT

Reference Overview

This reference documents the public contract of Agent Plugin Compiler 0.1.0-beta.1.

Contract surfaces

SurfaceReference
Executable commandsCLI
Authored dataManifest v1
Generated hostsProviders
Programmatic useNode.js interface

Sources of truth

The package behavior is defined by executable and versioned repository contracts:

  • CLI parsing, help, process tests, and exit codes;
  • src/schemas/v1/plugin-manifest.schema.json;
  • compiler and provider adapter implementations;
  • exported TypeScript declarations;
  • conformance tests for externally owned provider formats.

If prose and the installed package differ, use the documentation that matches your installed version and verify behavior with focused --help output.

Stability note

The package is currently a beta prerelease. Pin it exactly, review release notes before upgrading, and recompile output with the upgraded version before accepting the change.

Start with the CLI reference, or follow the Quick Start.

Released under the MIT License.