@agentproto/routine 0.1.0 → 0.1.1

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": "@agentproto/routine",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "@agentproto/routine — AIP-41 ROUTINE.md reference implementation. A markdown + frontmatter format for declaring a recurring or event-driven invocation of an action, workflow, or tool. Decouples \"when\" (the schedule) from \"what\" (the target). Supports cron / interval / calendar / manual / event-driven schedules, with retry, jitter, catchup policy, identity attribution, and failure routing.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -49,7 +49,7 @@
49
49
  "gray-matter": "^4.0.3",
50
50
  "zod": "^4.4.3",
51
51
  "@agentproto/define-doctype": "0.1.0",
52
- "@agentproto/manifest": "0.1.0"
52
+ "@agentproto/manifest": "0.2.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^25.6.2",