@open330/oac-core
Advanced tools
+26
| # @open330/oac-core | ||
| Core module for [OAC (Open Agent Contribution)](https://github.com/Open330/open-agent-contribution) — event bus, config loader, shared types, and error definitions. | ||
| ## Install | ||
| ```bash | ||
| npm install @open330/oac-core | ||
| ``` | ||
| ## What's Inside | ||
| - **Event Bus** — typed EventEmitter for pipeline coordination | ||
| - **Config Loader** — Zod-validated `oac.config.ts` reader with `defineConfig()` helper | ||
| - **Types** — shared interfaces (`Task`, `TokenEstimate`, `ResolvedRepo`, etc.) | ||
| - **Errors** — `OacError` base class with error codes | ||
| ## Usage | ||
| ```typescript | ||
| import { createEventBus, loadConfig, OacError } from '@open330/oac-core'; | ||
| ``` | ||
| ## License | ||
| MIT — see the [main repo](https://github.com/Open330/open-agent-contribution) for details. |
+3
-2
| { | ||
| "name": "@open330/oac-core", | ||
| "version": "2026.3.1", | ||
| "version": "2026.3.2", | ||
| "description": "Core types, config schema, and event bus for Open Agent Contribution", | ||
@@ -21,3 +21,4 @@ "license": "MIT", | ||
| "files": [ | ||
| "dist" | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
@@ -24,0 +25,0 @@ "publishConfig": { |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
96739
0.81%6
20%0
-100%27
Infinity%