SPSpatialID: SP-043

Formation & Flocking Synchronizer

Ki · Single Ability

The Problem

The bookshelf's weight is evenly distributed, but the ratio of books to shelves is broken, causing relational drift.

The Operation

This ability makes the model identify the group of elements and enumerate all mutual relationships including ratios, orderings, and dependencies. When any element changes state, trace the impact to every relationship it participates in. Check whether each affected relationship holds by comparing pre-state and post-state invariants. If a relationship is broken, adjust the element or propagate adjustments to all dependents. Verify that no cascading adjustment introduced a new violation. The constraint: never update element isolation without validating relational.

The Structure

The reasoning structure is a constraint net that tests the conclusion against all known constraints simultaneously. Execution cycles until the evidence set is fully consumed.

If a transformation changes an entity without verifying that its relationships to other entities still hold, relational invariant maintenance was skipped.

Haki · Multi Ability

Synergy Topology

In Haki mode, the API retrieves the primary ability first, then fans out to three synergy roles that compound its reasoning.

When retrieved in Haki mode, these four abilities don't run in sequence. They merge into a single injection where the dependency grounds the reasoning context, the amplifier sharpens the primary's output, and the alternative provides a fallback path if the primary's topology cannot converge. The result is a multi-angle reasoning scaffold that covers failure modes no single ability can reach alone.