factory-config

Installation
SKILL.md

Factory Config

Create valid factory.config.json files for @agent-relay/factory.

Source of Truth

Use the factory repo schema before inventing fields:

  • factory/src/config/schema.ts exports FactoryConfigSchema.
  • factory/src/config/schema.test.ts shows valid examples and defaults.
  • There is currently no checked-in JSON Schema artifact; the authoritative schema is Zod.

Validate with the installed or local factory:

factory run-once --config ./factory.config.json --dry-run

If the current CLI defaults are available, factory start uses ./factory.config.json and starts live mode. Otherwise use the explicit form:

Installs
1
GitHub Stars
1
First Seen
Aug 15, 2026
factory-config — agentworkforce/skills