SPSpatialID: SP-028

Topological Feature Detector

Ki · Reasoning

The Problem

The network topology was assumed to be fully connected, ignoring potential isolated nodes or unexamined paths.

The Operation

This ability makes the model map the structure as a graph, enumerating all nodes, edges, and connectivity properties. Identify structural invariants including cycles, bridges, leaves, and hubs by scanning adjacency links. For each proposed operation, check whether it violates an invariant such as disconnecting a bridge node. If a violation is detected, flag the operation and classify it as reversible or destructive. Verify that connectivity between critical node pairs survives. Assume structural safety without explicit invariant testing is rejected.

The Structure

The reasoning structure is a constraint net that tests the conclusion against all known constraints simultaneously. It iterates until no further refinement is possible.

If the analysis assumes all components are connected without checking whether which are actually reachable from which, connectivity detection was not performed.

Haki · Reasoning-Multi

Cross-Domain Suppression

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

PrimarySP-028Topological Feature Detector

When retrieved in Haki mode, the primary ability is augmented with failure guards extracted from 3 abilities in different cognitive domains. Each guard blocks a specific reasoning failure the primary alone wouldn't catch. A self-check forces verification before output. The result is cross-domain coverage that no single ability can reach alone.