Install the package
Use the public npm package. The CLI binary is exposed as vibedocs.
npm install @leapx-ai/vibedocs
This path is intentionally short. Use it to get a Minimal system running before you activate more documents or team-specific rules.
Use the public npm package. The CLI binary is exposed as vibedocs.
npm install @leapx-ai/vibedocs
Start with Minimal unless you already know you need Standard or Full.
npx vibedocs init --mode minimal --project-name "Demo" --owner "Berlin"
Use feature packages for scoped work that needs its own PRD, tech spec, and acceptance criteria.
npx vibedocs feature create focus-mode
Start with a full repository scan, then use diff mode as part of daily work.
npx vibedocs audit --format text npx vibedocs audit --changed src/app.js --format json
Run targeted glossary checks when product, feature, or content language starts to diverge.
npx vibedocs glossary check --path docs/product --path docs/features
docs/governance/PROJECT-CONSTITUTION.mddocs/governance/DOCUMENT-MAP.mddocs/governance/GLOSSARY.mddocs/strategy/PRODUCT-PRINCIPLES.mddocs/strategy/ROADMAP-STATUS.mddocs/product/FEATURE-PRD.mddocs/engineering/TECH-SPEC.mddocs/delivery/ACCEPTANCE-CHECKLIST.mdInitialization is only the first step. Run audit and glossary check regularly so the documentation keeps pace with the codebase and product language.