@wooksjs/event-core
v0.7.4
Published
@wooksjs/event-core
Maintainers
Readme
@wooksjs/event-core
Typed, per-event context with lazy cached computations, composable API, and AsyncLocalStorage propagation. The foundation of the Wooks event processing framework.
Installation
npm install @wooksjs/event-coreDocumentation
For full documentation, visit wooks.moost.org.
AI Agent Skills
This package ships with structured skill files for AI coding agents (Claude Code, Cursor, Windsurf, Codex, etc.).
# Project-local (recommended — version-locked, commits with your repo)
npx wooksjs-event-core-skill
# Global (available across all your projects)
npx wooksjs-event-core-skill --globalTo keep skills automatically up-to-date, add a postinstall script to your package.json:
{
"scripts": {
"postinstall": "wooksjs-event-core-skill --postinstall"
}
}License
MIT
