-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
183 lines (175 loc) · 5.16 KB
/
Copy pathmkdocs.yml
File metadata and controls
183 lines (175 loc) · 5.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
site_name: TRACE Tests
site_description: Conformance test suite for TRACE — Trust Runtime Attestation and Compliance Evidence
site_url: https://tests.agentrust-io.com
repo_url: https://github.com/agentrust-io/trace-tests
repo_name: agentrust-io/trace-tests
edit_uri: edit/main/
docs_dir: .
copyright: "© 2026 AgenTrust — Apache 2.0"
exclude_docs: |
.github/
node_modules/
src/
tests/
schemas/
LICENSE
NOTICE
README.md
ANTITRUST.md
ADOPTERS.md
MAINTAINERS.md
SECURITY.md
CHARTER.md
pyproject.toml
theme:
name: material
custom_dir: overrides
font: false
logo: docs/assets/icon.svg
favicon: docs/assets/icon.svg
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.path
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- search:
lang: en
- llmstxt:
full_output: llms-full.txt
markdown_description: >-
TRACE Tests is the conformance suite for TRACE (Trust Runtime
Attestation and Compliance Evidence), the AgenTrust open standard for
signed, hardware-attested AI agent governance records. Use it to check
that your attestation receipts satisfy the specification, at each
conformance level, before shipping them to production.
sections:
Getting started:
- index.md
- docs/quickstart.md
- docs/levels.md
Test modules:
- docs/modules.md
- docs/modules/tr-env.md
- docs/modules/tr-sig.md
- docs/modules/tr-rte.md
- docs/modules/tr-pol.md
- docs/modules/tr-apr.md
- docs/modules/tr-txn.md
- docs/modules/tr-anc.md
- docs/modules/tr-sca.md
Reference:
- docs/error-codes.md
- docs/tutorials/writing-conformance-tests.md
- docs/tutorials/ci-integration.md
- minify:
minify_html: true
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
docstring_style: google
show_source: false
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
members_order: source
separate_signature: true
show_signature_annotations: true
unwrap_annotated: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
- tables
- footnotes
- toc:
permalink: true
toc_depth: 3
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/agentrust-io/trace-tests
name: trace-tests on GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/grgzFEHgkj
name: Join the Discord
generator: false
extra_css:
# Shared AgenTrust editorial design system. Deliberately the only stylesheet:
# a local override here is how this site drifted to the Material default
# violet last time. Change the shared file instead.
- https://agentrust-io.com/design-system.css
nav:
- Home: index.md
- Getting Started: docs/quickstart.md
- Tutorials:
- Writing conformance tests: docs/tutorials/writing-conformance-tests.md
- CI integration: docs/tutorials/ci-integration.md
- Test Modules:
- Overview: docs/modules.md
- Envelope (TR-ENV): docs/modules/tr-env.md
- Signature (TR-SIG): docs/modules/tr-sig.md
- Runtime (TR-RTE): docs/modules/tr-rte.md
- Policy (TR-POL): docs/modules/tr-pol.md
- Appraisal (TR-APR): docs/modules/tr-apr.md
- Transcript (TR-TXN): docs/modules/tr-txn.md
- Transparency (TR-ANC): docs/modules/tr-anc.md
- Provenance (TR-SCA): docs/modules/tr-sca.md
- Conformance Levels: docs/levels.md
- Error Codes: docs/error-codes.md
- Self-verification: measurement/REPORT.md
- Project:
- Sponsors: SPONSORS.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Privacy: PRIVACY.md
- Known limitations: LIMITATIONS.md
extra_javascript:
- https://agentrust-io.com/supernav.js