@kernloop/faculty-workforce 0.1.1 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernloop/faculty-workforce",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Kernloop Layer 2 — the workforce faculty (spec §5.4). Agents are configuration, not generation: PM, Coder, Reviewer, Documenter, and Researcher templates instantiate as agentTemplate Manifests, and the PM's plan decomposition is mechanically enforced — child TaskContract budgets must sum within the parent's on every dimension. No model calls: generative work happens through an invoke function injected by the composition root.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "zod": "^4.4.3",
20
- "@kernloop/contracts": "0.1.1"
20
+ "@kernloop/contracts": "0.1.2"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"