From a7cf4e096ab4a53343f23ce568920612a4cca741 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:17:45 +0000 Subject: [PATCH 1/2] Initial plan From b21b312784b01b046c39de1282dffee4749c8c35 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:19:54 +0000 Subject: [PATCH 2/2] Add pre-release warning banner to sample-implementation page Agent-Logs-Url: https://github.com/transparency-certified/trace-specification/sessions/673b02ba-42e2-4242-8e2a-e7f805a626c0 Co-authored-by: larsvilhuber <7022712+larsvilhuber@users.noreply.github.com> --- docs/sample-implementation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sample-implementation.md b/docs/sample-implementation.md index 4a76bf8..52a82ce 100644 --- a/docs/sample-implementation.md +++ b/docs/sample-implementation.md @@ -1,5 +1,12 @@ # TRACE Sample Implementation +:::{admonition} Pre-release Example +:class: warning + +This example was created using a **pre-release version** of TRACE/TROV. References within this page may not point to current (versioned) pages. An update to this example is pending. + +::: + This document illustrates the "full package". It provides implementable examples of how to define a TRACE server in the formal specification of a TRS, then how to run two different types of TRACE-compliant workflows (automated and manual), and two separate ways to publish the final results (all-in-one server, and separately with a trusted repository). ## Pre-requisites