@waydock/pulse-core
v0.2.0
Published
Shared types and the zod config and heartbeat schema behind @waydock/pulse. Contract layer only, no runtime side effects.
Maintainers
Readme
@waydock/pulse-core
The contract layer behind @waydock/pulse:
the zod Config schema for pulse.config.yaml, the HeartbeatPayload,
AgentStatus and Metrics types the watcher sends, and the NodeRecord type
the ingest side stores. Importing it parses and validates; it has no runtime side
effects.
You do not need to install this directly. @waydock/pulse depends on it, and it
is published separately so anything that reads or writes a Pulse heartbeat can
share the same schema.
npm install @waydock/pulse-coreRequires Node.js >= 20.
License
MIT. See LICENSE.
