背景
当前仓库通过 a2a-sdk 暴露了 tasks/pushNotificationConfig/* 的 REST / JSON-RPC surface,但主干并未配置 push_config_store 或 push_sender,运行时语义实际上仍是 unsupported。
继续把这组 surface 描述成“已支持但后续再补安全基线”,会误导使用者,也会让 #371 的问题边界失真。
目标
把当前状态明确收口为 unsupported,而不是继续暗示该能力已经可用。
计划
- 更新
docs/guide.md,明确说明 push notification surface 当前只是 SDK-owned 路由暴露,实际运行时返回 unsupported / 501。
- 调整运行时描述文本,避免把 push notification config methods 表述成已支持能力。
- 增加回归测试,锁定当前行为,避免未来无意间形成“半支持”状态。
- 关闭
#371,并说明如果未来决定正式启用 push notifications,必须先以新的实现 issue 补齐安全基线。
验收标准
关联