@deepseek-ai/dsh-schedule 0.1.2-alpha.5 → 0.1.3-alpha.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.
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/schedule/schedule/README.md
5
- README.md: 2b4c000e8bcbbe5fd8b9379db602c358dc5c192e
6
- README.zh.md: 8ab9e847aacda95620820a8a67a9760285a01b1c
5
+ README.md: 6ed1cbdca15d74ced8a93d68ea218f71bdfa76d8
6
+ README.zh.md: 8905abc7230415d1dbb6a201f1aca42517f7a4bd
package/README.md CHANGED
@@ -134,9 +134,9 @@ Read these pages when the package-level contract is not enough. They move from t
134
134
  - [Session-local Schedule subsystem](../../../docs/subsystems/schedule.md) — durable record, transition, view, and delivery contracts with the exact type definitions.
135
135
  - [Generated tool catalog](../../../docs/tool-catalog.md#deepseek-aidsh-schedule) — the complete `schedule_create`, `schedule_list`, and `schedule_delete` schemas the model receives.
136
136
  - [Durable Web Schedule decision](../../../.agents/notes/implemented/feature/2026-08-05-durable-web-schedule.md) — persistence and lifecycle decisions behind the package.
137
- - [Conversational delivery decision](../../../.agents/notes/implemented/simplification/2026-08-09-conversational-schedule-delivery.md) — the no-receipt boundary and follow-up delivery.
137
+ - [Conversational delivery decision](../../../.agents/notes/archived/simplification/2026-08-09-conversational-schedule-delivery.md) — the no-receipt boundary and follow-up delivery.
138
138
  - [Explicit time-zone boundary](../../../.agents/notes/implemented/simplification/2026-08-09-explicit-schedule-time-zone.md) — why the model must always pass an explicit zone.
139
- - [Bounded fixed-rate Schedule](../../../.agents/notes/implemented/simplification/2026-08-09-bounded-fixed-rate-schedule.md) — recurrence scope: latest-only catch-up and batch delivery.
139
+ - [Bounded fixed-rate Schedule](../../../.agents/notes/archived/simplification/2026-08-09-bounded-fixed-rate-schedule.md) — recurrence scope: latest-only catch-up and batch delivery.
140
140
  - [Schedule user guide](../../../docs/user/guide/schedule.md) — the official configuration path for mounting this package with time-context.
141
141
 
142
142
  -----
package/README.zh.md CHANGED
@@ -134,9 +134,9 @@ owner 把长等待拆分为有界的 timer 段,并在每次唤醒后重新读
134
134
  - [仅限会话内的 Schedule 子系统](../../../docs/subsystems/schedule.zh.md)——带精确类型定义的持久记录、转换、视图与交付约定。
135
135
  - [生成的工具目录](../../../docs/tool-catalog.zh.md#deepseek-aidsh-schedule)——模型接收的 `schedule_create`、`schedule_list` 与 `schedule_delete` 完整 schema。
136
136
  - [持久 Web Schedule 决策](../../../.agents/notes/implemented/feature/2026-08-05-durable-web-schedule.zh.md)——本包背后的持久化与生命周期决策。
137
- - [对话式交付决策](../../../.agents/notes/implemented/simplification/2026-08-09-conversational-schedule-delivery.zh.md)——无回执边界与 follow-up 交付。
137
+ - [对话式交付决策](../../../.agents/notes/archived/simplification/2026-08-09-conversational-schedule-delivery.md)——无回执边界与 follow-up 交付。
138
138
  - [显式时区边界](../../../.agents/notes/implemented/simplification/2026-08-09-explicit-schedule-time-zone.zh.md)——为什么模型必须始终传入显式时区。
139
- - [有界固定速率 Schedule](../../../.agents/notes/implemented/simplification/2026-08-09-bounded-fixed-rate-schedule.zh.md)——重复调度范围:只追赶最新一次与批次交付。
139
+ - [有界固定速率 Schedule](../../../.agents/notes/archived/simplification/2026-08-09-bounded-fixed-rate-schedule.md)——重复调度范围:只追赶最新一次与批次交付。
140
140
  - [Schedule 用户指南](../../../docs/user/guide/schedule.zh.md)——挂载本包与 time-context 的官方配置路径。
141
141
 
142
142
  -----
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-schedule",
3
3
  "description": "Agent-scoped durable after, at, and fixed-rate reminders over the session event log",
4
- "version": "0.1.2-alpha.5",
4
+ "version": "0.1.3-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,33 +37,33 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
41
- "@deepseek-ai/dsh-brand": "^0.1.2-alpha.5",
42
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.5",
43
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
44
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
45
- "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.5",
46
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.5",
40
+ "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
41
+ "@deepseek-ai/dsh-brand": "^0.1.3-alpha.2",
42
+ "@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
43
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
44
+ "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
45
+ "@deepseek-ai/dsh-session-persistence": "^0.1.3-alpha.2",
46
+ "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
47
47
  "@deepseek-ai/cordis": "^4.0.2",
48
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5"
48
+ "@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2"
49
49
  },
50
50
  "dependencies": {
51
51
  "zod": "^4.4.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@deepseek-ai/cordis-plugin-loader": "^1.0.3",
55
- "@deepseek-ai/dsh-agent-loop": "^0.1.2-alpha.5",
56
- "@deepseek-ai/dsh-agent": "^0.1.2-alpha.5",
57
- "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.2-alpha.5",
58
- "@deepseek-ai/dsh-brand": "^0.1.2-alpha.5",
59
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.5",
60
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.5",
61
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
62
- "@deepseek-ai/dsh-session-persistence": "^0.1.2-alpha.5",
63
- "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.2-alpha.5",
64
- "@deepseek-ai/dsh-session-projection": "^0.1.2-alpha.5",
65
- "@deepseek-ai/dsh-system-prompt": "^0.1.2-alpha.5",
66
- "@deepseek-ai/dsh-tools": "^0.1.2-alpha.5",
55
+ "@deepseek-ai/dsh-agent-loop": "^0.1.3-alpha.2",
56
+ "@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
57
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.3-alpha.2",
58
+ "@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
59
+ "@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
60
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
61
+ "@deepseek-ai/dsh-brand": "^0.1.3-alpha.2",
62
+ "@deepseek-ai/dsh-session-persistence": "^0.1.3-alpha.2",
63
+ "@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.3-alpha.2",
64
+ "@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2",
65
+ "@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
66
+ "@deepseek-ai/dsh-tools": "^0.1.3-alpha.2",
67
67
  "@deepseek-ai/cordis": "^4.0.2"
68
68
  }
69
69
  }