agentera 3.0.0-dev.79 → 3.0.0-dev.80

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "agentera.generatedBuildSource.v1",
3
- "commit": "b22922ec963df96099033595c72d26aa0ef45a0b",
4
- "tree": "9711c04dcf28117032a46f83f628a3e8abe00ce0",
5
- "files": 6835,
6
- "workingTreeSha256": "09d0c5b86327910ad828a654ea6eb6679dda41a085ed03a452187d1d0c3265d7",
7
- "identitySha256": "32f7d71e8664b15a675406df2cfb669a2d3dac0ffdfefaa026d25debbc590347"
3
+ "commit": "296cb7e29c2521b95985f933b08f1a5d7724b4f0",
4
+ "tree": "732d6174b4bbf04834ff7fde86172e24ad69689c",
5
+ "files": 6856,
6
+ "workingTreeSha256": "0c148b6e30d19f0945267efa03f12d71e92587c80f8744b1cc1e0541de2ab9bd",
7
+ "identitySha256": "aec00264c492a72d7501ee6e58d69fa6fd1f10e0b3d5d75b0feff257e5874914"
8
8
  }
@@ -18,6 +18,10 @@
18
18
 
19
19
  ### Changed
20
20
 
21
+ - `agentera state todo set-severity` and `resolve` now accept strict,
22
+ preview-confirmed same-kind batches while preserving singleton flag syntax.
23
+ - [post-audit-flagged] `agentera state todo create --input` now accepts strict, preview-confirmed
24
+ same-kind batches with request-local dependency references and replay-safe IDs.
21
25
  - Consented `agentera report refresh --consent local-history` now publishes the
22
26
  deterministic personal-glossary candidate projection for the new evidence
23
27
  generation. Projection failures keep evidence current, return nonzero with
@@ -101,6 +105,11 @@
101
105
 
102
106
  ### Fixed
103
107
 
108
+ - Fixed deprecated `prime --dashboard --fields` requests to return a typed
109
+ migration failure instead of successful partial JSON; unfiltered dashboard
110
+ aliases remain status capsules, and consumers are directed to
111
+ `npx -y agentera@next prime --context status --format json` and
112
+ `capability_context.context.status_context`.
104
113
  - Fixed `prime --context status --format json` so oversized current health
105
114
  audits return `health.exists: true`, `status: summary_only`, and exact
106
115
  `state health list/get` recovery instead of appearing absent.