Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/teller-issues-fix.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/aep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wasmagent/aep

## 1.5.0

### Minor Changes

- 8fc95fc: feat(aep): add JSON Schema export, timestamp override in addAction, user_id/subject_id fields, and permission_gate signal

- #18: Export AEP schema as JSON Schema for non-TS consumers + Python emitter example
- #19: addAction accepts optional timestamp_ms for historical data seeding
- #20: AEPRecord gains optional user_id and subject_id for cross-run audit
- #21: Actions can carry permission_gate to signal platform-level authorization

## 1.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wasmagent/aep",
"version": "1.4.0",
"version": "1.5.0",
"description": "Agent Evidence Protocol — runtime action evidence and run provenance types for WasmAgent",
"type": "module",
"main": "./dist/index.js",
Expand Down