@florasync/harmonogram-core
v0.1.0
Published
Headless core contracts and schedule engine primitives for Harmonogram
Maintainers
Readme
@florasync/harmonogram-core
Headless contracts, validation, and schedule engine primitives for Harmonogram.
Install
npm install @florasync/harmonogram-coreWhat ships
- Typed
Planand contract models. - Calendar, dependency, harmony-insight, and time-range utilities.
- Plan parsing and validation helpers.
Quick usage
import { deriveHarmonyInsights, parsePlan } from "@florasync/harmonogram-core";
const plan = parsePlan(inputPlanJson);
const insights = deriveHarmonyInsights(plan);Release checks
From the repo root:
npm run typecheck
npm run test
npm run pack:dryThe package is published from dist/ only and includes this README plus the MIT license file.
