Skip to main content

Glossary

A reference of key FABRABS terms.


FABRABS

Feature-Architecture-Based RABS — the modular, self-healing architecture powering RABS 4.0.

Module

A vertical slice containing frontend, backend, manifets, agent, and sharepoints.

Agent

A small AI-driven worker living inside each module, capable of generating local patches.

Agent Rules

A rulebook defining boundaries the module agent must obey.

Court Orders

Overrides issued by the Orchestrator.

Linkmap (Agent)

Local, read-only dependency map for the module.

Linkmap Active

System-wide dependency graph controlled by Orchestrator.

Sharepoint

Public or private published resources from a module.

Newsletter

Human-readable broadcast of all public sharepoints across the system.

Frobals

Frontend-shared resources for a specific frontend.

Globals

System-wide backend resources (auth, db, config, etc).

Orchestrator

Central governing engine controlling:

  • schema changes
  • endpoint proposals
  • versioning
  • risk evaluation
  • sandboxing
  • dependency updates

Risk Engine

Assesses danger of requested changes.

Dev Button

User-facing interface for self-healing and module improvement.

Sandbox

Isolated environment for testing vNext versions.

Version (Module)

A numbered instance:

  • v1 (current)
  • vNext (under test)
  • approved (active)
  • archived (history)

Self-Healing Pipeline

Closed-loop system allowing:

  • user request
  • agent patch
  • sandbox test
  • user approval
  • orchestrator merge