@outbuild-company/schedule-core 1.17.1 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/cdn/schedule-core.global.js +1 -1
- package/dist/cdn/schedule-core.global.js.map +1 -1
- package/dist/index.cjs +72 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +72 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,12 @@ Schedule Core centralizes Outbuild's scheduling calculations and business rules
|
|
|
15
15
|
so every consumer produces the same result. It owns canonical schedule state;
|
|
16
16
|
rendering, HTTP requests and database writes remain outside the library.
|
|
17
17
|
|
|
18
|
+
## Working in this repo
|
|
19
|
+
|
|
20
|
+
- `AGENTS.md` — the binding rules for anyone (person or AI agent) changing this package.
|
|
21
|
+
- `docs/handbook/` — the handbook, the agent brief and the temporal model.
|
|
22
|
+
- `CLAUDE.md` — the entry file for Claude Code sessions.
|
|
23
|
+
|
|
18
24
|
## What it handles
|
|
19
25
|
|
|
20
26
|
| Capability | What the engine owns |
|