import { holos } from '@core';
const whole = merge(parts);
resolve('fragments');
v0.1.0
SYS::OK
export default holos;
DEV
API
DEV API SYS
0 0 0 0 0 . 0 0 0

wholeness is not uniformity

The parts do not dissolve into the whole. They remain distinct, vivid, autonomous — and yet together they form something that none could be alone.

function converge(fragments) {
  return fragments
    .map(f => f.align())
    .reduce(merge);
}

the fragment contains the whole

Every piece carries the blueprint of the complete system. Holographic memory. Fractal identity.

H
const holos = {
  parts: ['chaos', 'order'],
  state: 'emerging',
  resolve() { return 'whole'; }
};

anti-design is not destruction

It is reconstruction. Taking the familiar apart to see what it was hiding. The seams were always there.

O
// entropy decreases
while (chaos > 0) {
  chaos = align(chaos);
  order += harmony();
}

emergence

The whole is greater than the sum of its parts. Not because the parts are insufficient, but because their relationships create something new.

type Holos = {
  fragments: Fragment[];
  converged: boolean;
  manifest(): Whole;
};

every pixel speaks

There is no negative space here. Only space that hasn't spoken yet.

S

The fragments align.

The chaos resolves.

The parts become whole.

ὅλος