From cd2793c619d348610f4ae011204dffdc02769bf1 Mon Sep 17 00:00:00 2001 From: Projection Demo Date: Sat, 6 Jun 2026 16:58:21 -0700 Subject: [PATCH] initial rta docs --- README.md | 5 +++++ rta/concept.md | 5 +++++ rta/status.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 README.md create mode 100644 rta/concept.md create mode 100644 rta/status.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f602971 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Mock RTA Knowledge Base + +This hosted Git repo is intentionally plain Markdown. It has no RTA sidecars. +Collaborators clone, edit, commit, and push it as the canonical documentation source. +The projection operator reads a projector checkout and mirrors it into AFFiNE. diff --git a/rta/concept.md b/rta/concept.md new file mode 100644 index 0000000..4488b67 --- /dev/null +++ b/rta/concept.md @@ -0,0 +1,5 @@ +# RTA Conceptual Overview + +RTA is an app-authoring vocabulary and runtime discipline. +Apps are described through primitives, patterns, archetypes, ports, policies, and adapters. +The goal is to help agents build systems with observable boundaries instead of loose vibes. diff --git a/rta/status.md b/rta/status.md new file mode 100644 index 0000000..f47fd01 --- /dev/null +++ b/rta/status.md @@ -0,0 +1,5 @@ +# RTA Status + +This is a demo status, not an exhaustive status report. +The current mock says RTA has a working Markdown projection slice with hosted Git as the source authority. +Live AFFiNE writing remains the next adapter step.