Commit aca256f
fix: the example script made the same withdrawn claim as the test
emit_record.py called verify_record on the signed partial record and its
docstring advertised that the output was "verifiable with
agentrust_trace.verify_record". Both are the claim agentrust-trace 0.10.0
withdrew, so the conformance job failed at "Emit a sample TRACE record"
rather than in the tests.
The script now signs and stops there, saying why in a comment: asking for
a verdict the format cannot honestly give would either fail the example
or push someone to invent a model identity. The docstring says what the
signed file actually is, a record whose signature checks out and which
verify_record refuses, and points at the "Deliberately absent" section
for the reason. Level 0 is the claim and the job runs it on the next line.
Also fixes a relative path: the capture-core core-tests job runs from
packages/agentrust-capture-core, so its lock is ../../requirements/.
Verified: the script emits, trace-tests verify --level 0 returns PASS
with the expected single UNVERIFIED on the unsigned artifact, and all 28
aeoess-aps tests pass.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XbDBXDWWvMFa7c2jGgyq9t1 parent 08a31a1 commit aca256f
2 files changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
106 | 116 | | |
107 | 117 | | |
108 | 118 | | |
109 | | - | |
| 119 | + | |
110 | 120 | | |
111 | 121 | | |
112 | 122 | | |
| |||
0 commit comments