jervis-boost-core
v0.11.4
Published
Core engine — detection, config, output generation
Readme
jervis-boost-core
The TypeScript engine behind Jervis Boost. It provides project configuration, stack detection, agent-file generation, quality gates, hooks, summaries, architecture analysis, and design-system tooling without a user interface.
Install
npm install jervis-boost-coreNode.js 18 or later is required.
Use it in an integration
import { loadConfig, updateSummary } from 'jervis-boost-core'
const root = process.cwd()
const config = await loadConfig(root)
await updateSummary(root, config)The package exports APIs for:
.jervis/boost.config.tsloading and validation- stack and workspace detection
- skills, roles, enhancers, policies, and agent-output generation
- gate execution, reports, and hook materialization
- project summaries, architecture documents, and design extraction
For an end-user workflow, install the jervis-boost CLI instead. See the documentation for configuration and API guidance.
License
MIT
