WEBSITE ALPHA · AI-assisted, source-reviewed documentation · Full-stack docs reconciled 2026-08-26
64x64base

RelTalk

Relation graphs, asymmetric links, workspace persistence, and ERSATZ traversal.

What it does

RelTalk names the relation-facing workflows in DotTalk++ / x64base.

Its subject is connected data across work areas, not just SQL-style joins. It covers:

  • declared parent/child relation edges
  • asymmetric same-field and cross-owner relations
  • saved workspace relation state
  • rooted traversal and browser output through ERSATZ

Real local command surfaces include:

REL ADD STUDENTS ENROLL ON SID
REL ADD SYSCMD SYSSUBCMD ON CAN_NAME TO PARENT
REL ADD SYSSUBCMD SYSENTVAR ON QUAL_NAME TO HELP_OWNR
REL LIST ALL
REL ENUM
REL REFRESH
WORKSPACE SAVE <name>
WORKSPACE LOAD <name>
ERSATZ
ERSATZ PATH
ERSATZ TREE
ERSATZ GRID
RBROWSE

Canonical diagram

Diagram attachment: DIAG-WORKAREA-008

Work areas and cursor control

Canonical source: docs/manuals/assets/diagrams/workareas_cursor_control_v1.svg

Relation work is active and important because it connects work areas, metadata tables, browser output, and workspace persistence.

See Current Project Truth and the canonical public repo deraldg/x64base.