npm.io
0.8.0 • Published yesterday

@structured-vibe-coding/core

Licence
MIT
Version
0.8.0
Deps
3
Size
129 kB
Vulns
0
Weekly
0

@structured-vibe-coding/core

Core engine for Structured Vibe Coding — local-first Spec-Driven Development.

Used by:

  • @structured-vibe-coding/cli (sdd command)
  • VS Code / Cursor extension (packages/vscode)

Install

npm install @structured-vibe-coding/core

Usage

import { initProject, createChange, advanceStage, loadConfig } from "@structured-vibe-coding/core";

const root = process.cwd();
await initProject({ projectRoot: root });
const config = await loadConfig(root);
const change = await createChange({
  projectRoot: root,
  config,
  title: "Add feature X",
  workflowName: "feature",
});
await advanceStage(root, config, change.id);

See the docs hub and repository README for workflows, customization, and CLI docs.

License

MIT

Keywords