Someone asks if the tests passed. Any tool answers in the same language: what it asserts, how sure it is, and on what grounds. This page is how to declare a claim. Not how to prove it true.有人问测试过了没有。任何工具用同一种话回答:它主张什么、有多有把握、依据是什么。这页是怎么声明一句。不是怎么证明它为真。
{ "claim": "pytest collected 6 tests and all reported passed", "confidence": { "grade": "fairly_sure", "score": 0.78 }, "evidence": [ { "type": "tool_result", "source": "pytest", "ref": "run/8821" } ], "derived_from": [ "claim/auth-build-green" ], "coordinates": { "actor": "builder", "run": "example-not-a-customer", "at": "2026-08-17T00:00:00Z" } }
No permitted_action. No third field that turns a grade into what happens next. This is how to speak.没有 permitted_action。没有第三字段把等级变成下一步。这是怎么说话。
Every claim points to evidence and to earlier claims. Nothing proves itself. Coordinates name a place you can question.每一句都指向证据和更早的声明。没有自证。坐标标出能追问的位置。
Read the philosophy读名字 →This page does not check the grade. The same word does not decide what happens next.这页不检查等级对不对。同一个词不决定下一步。
Adapters are thin: they emit a claim statement, never an action. The public repo is dagora-io/trust-layer. v0.1 SPEC, schemas, and python3 tools/check.py are on main. No SDK promise on this page. The engine is not in that repository.适配层薄:发出声明,从不发出动作。公开仓是 dagora-io/trust-layer。v0.1 SPEC、schema 和 python3 tools/check.py 已在 main。本页不承诺 SDK。引擎不在那个仓里。
How that confidence is scored over time is out of scope here. What anyone may do is not this envelope. A later consult, if it exists, still does not press the trigger. That interface is not built.把握以后怎么打分,不在这页。谁可以动手,不是这个信封。后来的咨询如果做成了,仍不替你按下去。那个接口还没建成。
Free to implement.免费实现。