commit cd2793c619d348610f4ae011204dffdc02769bf1 Author: Projection Demo Date: Sat Jun 6 16:58:21 2026 -0700 initial rta docs 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.