From 5ef6633babd68258883b956124e5fc53b29883f7 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Sun, 21 Jun 2026 13:54:41 -0700 Subject: [PATCH] docs: fix package name, enforcement mode values, add pos/neg test columns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - quickstart.md: fix pip install agentrust-trace-tests → trace-tests (matches README); add Next steps table - tr-pol.md: fix enforcement_mode valid values — enforce/advisory/silent not enforce/monitor (confirmed against tutorial test at line 142) - error-codes.md: same TR-POL-002 fix; add missing TR-RTE-003 - tr-sig.md, tr-rte.md, tr-pol.md, tr-txn.md, tr-anc.md, tr-sca.md: add Positive Case / Negative Case columns to match tr-env.md format Signed-off-by: Imran Siddique --- docs/error-codes.md | 3 ++- docs/modules/tr-anc.md | 8 ++++---- docs/modules/tr-pol.md | 8 ++++---- docs/modules/tr-rte.md | 10 +++++----- docs/modules/tr-sca.md | 8 ++++---- docs/modules/tr-sig.md | 12 ++++++------ docs/modules/tr-txn.md | 8 ++++---- docs/quickstart.md | 11 ++++++++++- 8 files changed, 39 insertions(+), 29 deletions(-) diff --git a/docs/error-codes.md b/docs/error-codes.md index 9376f01..df96587 100644 --- a/docs/error-codes.md +++ b/docs/error-codes.md @@ -26,13 +26,14 @@ All TRACE test failures emit a structured error code of the form `TR---`. + +## Next steps + +| What | Where | +|------|-------| +| Understand what each test checks | [Test Modules](../modules.md) | +| Look up a specific error code | [Error Codes](../error-codes.md) | +| Write your own conformance tests | [Tutorial: Writing conformance tests](tutorials/writing-conformance-tests.md) | +| Set up CI | [Tutorial: CI integration](tutorials/ci-integration.md) |