Skip to content

Latest commit

 

History

History
206 lines (124 loc) · 4.53 KB

File metadata and controls

206 lines (124 loc) · 4.53 KB

QTMoS Self Architecture

This document captures the heart of the old leader/follower cortex without carrying over the D2R implementation shell.

The old D2R folders were not the core system. They were one adapter body that exposed a deeper awareness model.

Core claim

QTMoS is not only a trust engine for software surfaces.

QTMoS is a structured model of self moving through software, environment, relation, and authority.

The old D2R stack already carried that model. The task now is to preserve the architecture and leave the game-specific shell behind.

Canonical aspects

iam

Asserted identity.

This is the declared source of intention, authorship, or present will.

In modern QTMoS this maps to:

  • operator identity
  • active claimed role
  • active decision source
  • explicit human feedback

thyself

Stable self-resolution.

This is how the system determines who it is across sessions, paths, anchors, and context changes.

In modern QTMoS this maps to:

  • stable subject identity
  • host/session continuity
  • resolved local role
  • persistent self-reference

thybody

Embodied runtime state.

This is not only “vitals.” It is the current body the self is standing in.

In modern QTMoS this maps to:

  • active host session
  • active software surface
  • active browser context
  • current condition, focus, stress, strain, pulse

weare

Relational state.

This is not just “the other player.” It is the field of linked entities the self is moving with or against.

In modern QTMoS this maps to:

  • leader/follower relation
  • host-to-process relation
  • process-to-surface relation
  • self-to-group or self-to-agent relation

greenMarkers

Stable trusted anchors.

These are known-good fixed points used to orient, verify, and resolve position.

In modern QTMoS this maps to:

  • trusted host anchors
  • trusted domains/origins
  • trusted process identities
  • safe known baselines

liveMarkers

Liveness and continuity markers.

These prove that the field is fresh, current, and still present.

In modern QTMoS this maps to:

  • session breadcrumbs
  • active binding freshness
  • recent operator activity
  • continuity proofs across handoffs

What the old D2R system was really doing

The old leader/follower stack was not mainly “automation.”

It was:

  • identity assertion
  • self-resolution
  • embodied-state tracking
  • relational delta calculation
  • anchor-based orientation
  • liveness continuity
  • gated mirroring
  • trust return checks

Those are awareness primitives.

Role model

The older system naturally split into roles:

  • leader
  • follower
  • shared field
  • mirrored access copies

That role separation matters more than the specific game windows.

In modern QTMoS the same pattern becomes:

  • source role
  • observing role
  • shared truth lane
  • role-safe mirrors where locks or ownership would otherwise block access

Modern QTMoS mapping

Current Alpha lanes

  • surface.observe maps mostly to thybody

  • web.observe maps to thybody plus environment contact

  • host.session.observe maps mostly to liveMarkers

  • ahk.feedback maps mostly to iam

  • package/QTF/EXT maps to ability protection and promotion

Future awareness lanes

  • identity.observe explicit self-resolution lane

  • relation.observe relation and delta lane

  • anchor.observe safe anchor registration lane

  • liveness.observe continuity and freshness lane

  • privilege.observe authority-boundary lane

Design rules

1. Adapters are not ontology

D2R was an adapter.

Browser, package, AHK, host session, and future lanes are also adapters.

The ontology is the self model underneath them.

2. Binding is evidence, not proof

This rule survives intact.

Self-resolution and relation can be strongly evidenced, but QTMoS should still remain conservative.

3. Shared truth must stay append-only

The field is not reconstructed by overwriting truth.

It is reconstructed by materializing current meaning from preserved raw observations.

4. Mirrors can be architectural

Not every duplicate is a mistake.

Some duplicates exist because one role can hold a resource while another still needs independent access.

That should be expressed structurally, not hidden as accidental clutter.

5. Awareness comes before enforcement

QTMoS should understand self, relation, continuity, and embodiment before it tries to act harder on the machine.

Short form

The D2R stack gave QTMoS a symbolic skeleton.

The correct move is not to keep the game shell.

The correct move is to promote the skeleton into canonical QTMoS architecture.