patchwork-os 0.2.0-beta.13.canary.304 → 0.2.0-beta.13.canary.305

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchwork-os",
3
- "version": "0.2.0-beta.13.canary.304",
3
+ "version": "0.2.0-beta.13.canary.305",
4
4
  "description": "Your personal AI runtime, local-first. Patchwork OS gives any AI model a consistent set of tools, YAML recipes, a delegation policy with approval queue, and a durable trace memory — all on your machine, all under your policy.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,13 @@ owns:
12
12
  - ci # runTests (re-runnable) — reversible
13
13
  - vcs-read # getGitDiff / gitBlame to find the suspect commit
14
14
  - issue # githubCreateIssue / addLinearComment — compensable + brand-exposed
15
- autonomyCeiling: 4
15
+ # Capped below the compensable auto-allow threshold (L2): the ramp has only
16
+ # been validated on synthetic data (one planted break, 16 gate decisions) and
17
+ # the outcome-verification signal (confirmed/junk labelling, see outcomeStore.ts)
18
+ # has no real-world recall/false-negative track record yet. Earned trust on
19
+ # `issue` can climb, but auto-filing stays gated for human approval until that
20
+ # signal exists. Raise once a real-world graduation is observed and confirmed.
21
+ autonomyCeiling: 1
16
22
  competence:
17
23
  mean: 0.8
18
24
  strength: 4