# Protocol 0.1 — 協定、證據與接入 | HelmLoop

> HelmLoop 為 AI Agent 工作流明確定義授權、證據、晉級與成果邊界。了解可執行的 0.1 候選版本，以及規劃中的 0.2 協定。

Source: https://helmloop.dev/zh-Hant/engineering.html

Protocol 0.1 已有八種 record schemas、確定性的六軸 reducer、CLI 與兩個 fixture observation adapters。這些是本地實作產物，尚不代表公開套件發布或真實 runtime 認證。

0.2 計畫新增 assurance 軸、授權生命週期事件、criterion 綁定的成果觀測，以及版本化證據採認。這些能力目前仍是 r3 / sync-4 的規劃目標。

## 八種可執行的 0.1 records

- [OutcomeContractV1](https://helmloop.dev/protocol/v0.1/schemas/outcome-contract-v1.schema.json): 可問責的 outcome、risk、owner、horizon、criteria、constraints、preferences、stop conditions 與六個軸。
- [AuthorityGrantV1](https://helmloop.dev/protocol/v0.1/schemas/authority-grant-v1.schema.json): 由 owner 簽發、精確、會到期、可撤銷、單次使用，且具有 durable reservation 與終止 lineage 的 authority。
- [ExecutionReceiptV1](https://helmloop.dev/protocol/v0.1/schemas/execution-receipt-v1.schema.json): 綁定 attempt 的 execution fact，含 resource owner、provider request 與精確 reserved authority reference。
- [EvidenceRecordV1](https://helmloop.dev/protocol/v0.1/schemas/evidence-record-v1.schema.json): 具有 freshness cap、criterion digest、provenance、dependency fingerprints 與 limitations 的結論。
- [AssuranceDecisionV1](https://helmloop.dev/protocol/v0.1/schemas/assurance-decision-v1.schema.json): 綁定 evidence 的 L0–L3 assurance decision；sufficiency 由 reducer 重算。
- [PromotionDecisionV1](https://helmloop.dev/protocol/v0.1/schemas/promotion-decision-v1.schema.json): 以精確 target parameters、獨立 promote authority 與不可倒退 lineage 綁定單一 revision 的 owner decision。
- [ReconciliationRecordV1](https://helmloop.dev/protocol/v0.1/schemas/reconciliation-record-v1.schema.json): 綁定精確 execution、attempt、provider request、locator 與 observed external state 的新鮮查詢。
- [LearningSignalV1](https://helmloop.dev/protocol/v0.1/schemas/learning-signal-v1.schema.json): 由 outcome evidence 支撐的有限提案；不能自我接受，也不能自行成為 truth。

## 目前的六個判定軸

- execution: Executor 實際做了什麼
- evidence: 必要 claims 是否新鮮且受到支持
- authority: 精確 action 是否獲得授權
- promotion: Accountable owner 做了什麼決定
- reconciliation: Provider 與 observed external state 顯示什麼
- observedOutcome: 獨立 outcome evidence 顯示什麼

0.1 保留 HL-C14N-1、原 reader 與六軸語義。規劃中的 0.2 使用 helmloop-jcs-sha256-v1 與 typed sha256: 引用。Digest 一致可檢查完整性，不會產生信任或授權。

## 依實際範圍閱讀證據

現有 fixture 結果不認證真實 runtime、全面可攜性、production readiness 或業務价值；研究頁保留這些待驗問題。
