Status
Active
Category
Kernel architecture
Version
1.2.0
Last Updated
2026-08-02
Supersedes
Superseded By
Related RFCs
RFC-SensOS21 , RFC-SensOS22

Knowledge Graph

Semantic relationships

Resolved via GraphProvider (current: GraphifyProvider + seed catalog).

Open in Graph →

References

  • No outbound references in the current graph.

Referenced By

  • No inbound references in the current graph.

Related Components

Related Repositories

Abstract

This public RFC describes the enterprise-visible principles of goal management in SensOS: competing goals are arbitrated, decomposed into executable work, and cancelled safely when superseded.

Internal state machines, scoring formulas, private method names, and experimental validation identifiers are maintained in access-controlled internal design documents.

Purpose

Ensure AI runtime work remains:

  1. Purposeful — execution is bound to declared goals.
  2. Arbitrable — conflicts are resolved by policy, not by race.
  3. Cancellable — superseded work can be stopped without leaving unsafe partial effects untracked.
  4. Auditable — goal decisions leave durable evidence.

Public guarantees

  1. A runtime MUST associate privileged execution with an authorized goal context.
  2. Goal arbitration MUST be deterministic with respect to declared policy inputs.
  3. Cancellation MUST fail closed when unauthorized.
  4. Decomposition into executable work MUST pass governance checks before privileged side effects.

Out of scope (public)

Scoring equations, threshold constants, internal APIs, cascade algorithms, and experiment identifiers.

  • RFC-SensOS21 — Semantic Governance Architecture
  • RFC-SensOS22 — Domain Boundary Separation