Construct / Live Intake + Receipt Trace

Bring me a target.
I will packetize it, receipt it, and route it.

v7 保留 live intake、可选 outward delivery 和 receipt trace,但把这些能力放进了一个更容易理解、更容易传播的入口里。

Construct Intakelive request surface
当前接口始终会接收、校验并返回一份 response packet;v7 继续签发 receipt URL,并在本地保存最近的提交痕迹。若配置了 webhook,它仍会继续向外转发。
Read Protocol
idle / ready for submission
Response Packetreturned by /api/intake
{
  "status": "waiting for submission"
}
Why this matters nowreceipt / state / trace
Input becomes packet

请求不再只是一段散乱描述,而是先被组织成结构化对象。

Receipt survives the moment

每次提交都会生成 receipt URL,让刚刚发生的动作还能被重新进入。

Delivery mode stays explicit

当前系统会根据配置在 response-only 与 webhook-forward 之间切换,并把状态写进 response packet。

delivery mode / checking
Recent Receiptsclient-local history shelf
Construct Tracewhat receipt-aware shell changed
Receipt URL

每次 live intake 响应都包含 receipt_url,可再次打开该请求。

Local history

最近提交会存到浏览器本地,作为 history shelf 供回看和复用。

Reuse path

提交后的 packet 可以复制、导出、打开 receipt,或继续进入 Workspace。