From 77435d44fe77e858d0c02b00721044255b7e63a4 Mon Sep 17 00:00:00 2001 From: Virgil Date: Sun, 5 Apr 2026 00:00:39 +0000 Subject: [PATCH] docs(rfc): add spec path aliases Co-Authored-By: Virgil --- docs/specs/core/go/RFC.md | 5 +++++ docs/specs/rfc/RFC-CORE-008-AGENT-EXPERIENCE.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 docs/specs/core/go/RFC.md create mode 100644 docs/specs/rfc/RFC-CORE-008-AGENT-EXPERIENCE.md diff --git a/docs/specs/core/go/RFC.md b/docs/specs/core/go/RFC.md new file mode 100644 index 0000000..6260bd1 --- /dev/null +++ b/docs/specs/core/go/RFC.md @@ -0,0 +1,5 @@ +# go-proxy RFC + +This path mirrors the authoritative proxy contract in [`../../../../RFC.md`](../../../../RFC.md). + +Use the root RFC for the full implementation contract. diff --git a/docs/specs/rfc/RFC-CORE-008-AGENT-EXPERIENCE.md b/docs/specs/rfc/RFC-CORE-008-AGENT-EXPERIENCE.md new file mode 100644 index 0000000..9ae721c --- /dev/null +++ b/docs/specs/rfc/RFC-CORE-008-AGENT-EXPERIENCE.md @@ -0,0 +1,5 @@ +# RFC-CORE-008: Agent Experience + +This path mirrors the local AX guidance in [`../../../../.core/reference/RFC-025-AGENT-EXPERIENCE.md`](../../../../.core/reference/RFC-025-AGENT-EXPERIENCE.md). + +Use the reference copy for the full design principles.