Integration
Operational notes for using the FoundryKit CLI.
Integration
Expected Project Shape
- A Next.js project with
package.jsonin the working directory. - A
foundrykit.config.jsonfile after initialization. - Install paths for primitives, components, blocks, animations, and utils in the config.
Registry Contract
- The CLI consumes the configured
/registryendpoints from the registry host. listreads registry metadata.addandupdatefetch full component payloads and write files into the configured target paths.
If you need the detailed config shape used by the CLI, see Types for the Config interface and the current registry-related contracts.