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.tsexportsFactoryConfigSchema.factory/src/config/schema.test.tsshows 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: