specforge-sync
v0.1.0
Published
Generate multi-agent prompts/commands from commands/manifest.json (SpecForge SDD)
Downloads
123
Maintainers
Readme
specforge-sync
CLI that reads commands/manifest.json, commands/sources/*.md, and commands/templates/*.tpl at your project root and writes the files each AI tool expects (Cursor, GitHub Copilot, Claude, Amazon Q, Agent, etc.).
Requirements
- Node.js 18+
Use in a project (template or fork)
From the repo root (where the commands/ folder lives):
npx specforge-sync@latestOr, if the package is already installed (locally or globally):
specforge-syncAnother directory:
specforge-sync --cwd /path/to/projectConsumer project contract
The project root must contain:
commands/manifest.jsoncommands/sources/*.mdcommands/templates/*.md.tpl(paths referenced by the manifest)
Output paths are relative to the project root and are defined in manifest.json → outputs.
