Constellation is the central intelligence pipeline of the Mercwar ecosystem.
It unifies every repo, robot, source, and intelligence model into a single,
schema‑driven, AVIS‑compliant system.
Constellation is:
- A pipeline
- A robot framework
- A knowledge graph
- A schema system
- A publisher
- A universal intelligence builder
It is the root of all intelligence flow in the AVIS‑2026 architecture.
- Repository Overview
- Constellation Pipeline
- Key Directories
- Sitemap
- Purpose
- Legal Section — Constellation Intelligence Law
- Next Steps
This repository contains:
- The Constellation pipeline programs
- The universal Constellation folder
- Robots (Sentinel, Walker, Shared Protocol)
- Sources for AVIS, Fire‑Gem, Cyborg, Robo‑Knight
- Maps for robot navigation
- Queries for robot search
- Tabs for documentation
- Tools for build, verify, and sync
- Images for visual maps
- The sitemap generator
- The
universal.zipdistribution
Each subsystem is designed to be robot‑navigable, schema‑aligned, and
future‑absorbing, ensuring that Constellation can ingest, interpret, and
publish intelligence from any repo in the Mercwar ecosystem.
Constellation runs through six intelligence stages, forming a complete
end‑to‑end intelligence lifecycle:
- Scanner — discovers versions, folders, and intelligence atoms
- Reducer — cleans bulk, removes noise, and normalizes structure
- Autobuild — compiles versions into
.binintelligence artifacts - Linker — merges binaries into a unified
intelligence.model - Validator — ensures schema, structure, continuity, and AVIS compliance
- Publisher — sends the final model into the AVIS‑Datalake
Robots follow this exact order, ensuring deterministic behavior across all repos.
The core pipeline folder.
Contains:
constellation.c— Scannerconstellation_reduce.c— Reducerconstellation_autobuild.c— Autobuildconstellation_linker.c— Linkerconstellation_validator.c— Validatorconstellation_publisher.c— PublisherAVIS.schema— schema lawAVIS.datalake— datalake definitionCONSTELLATION.index— robot indexROBOT.boot— robot boot sequencecustom/— repo‑specific overrides
Robots that navigate repos and execute Constellation logic.
sentinel.bootsentinel.navsentinel.memory/graph/index.mem
walker.ruleswalker.scan
protocol.avsindex.types
Raw intelligence sources for each repo family.
Includes:
- AVIS
- FIRE‑GEM
- CYBORG
- ROBO‑KNIGHT
Each contains:
meta.avs— metadatastructure.map— structural mapindex.src— source index
Robot navigation maps.
Includes:
MERCWAR.CONSTELLATION.AVISROBOT.SELFSEARCH.AVISROBOT.AUTOSCAN.AVIS
Robot query language files.
Includes:
find.by.type.qfind.by.pattern.qlist.files.qlist.repos.qrobot.query.index
Build, verify, and sync utilities.
Includes:
build.verifybuild.syncverify.modelsverify.graphsync.repossync.constellation
Documentation tabs for GitHub UI.
Includes:
tab_001.mdtab_002.mdtab_003.mdtab_004.mdtab_005.md
Visual maps and starfields.
Includes:
starfield_*.pngnodes_*.pnglinks_*.pngmercwar_constellation_map_*.png
The universal Constellation folder distribution.
Contains:
- Full universal Constellation folder
universal.zip
The repo includes:
sitemap.sh— generatorsitemap.xml— full recursive map
This ensures robots and external systems can index the entire repo.
Constellation exists to:
- Unify intelligence across all repos
- Provide a consistent pipeline
- Enable robots to navigate any repo
- Produce AVIS‑ready intelligence models
- Maintain future‑proof compatibility
It is the central nervous system of the Mercwar ecosystem.
/* ------------------------------------------------------------
AVIS.CONSTELLATION.LEGAL
ARTICLE I — INTELLIGENCE OWNERSHIP
All intelligence models produced by Constellation are the
property of their originating repository unless explicitly
transferred to AVIS-DATALAKE.
ARTICLE II — SCHEMA COMPLIANCE
All Constellation programs must adhere to AVIS.schema and
AVIS.publish.schema.
ARTICLE III — ROBOT ACCESS
Robots must follow ROBOT.boot and CONSTELLATION.index.
ARTICLE IV — CUSTOM OVERRIDES
Repo-specific overrides supersede universal logic.
ARTICLE V — PUBLISHING RIGHTS
Only constellation_publisher.c may publish intelligence models.
ARTICLE VI — SECURITY
Constellation must not ingest encrypted binaries without manifest,
external executables, non-schema files, or unverified robot instructions.
ARTICLE VII — FUTURE EXTENSION
All future modules must include AVIS.HEADER, filename, and path comments.
ARTICLE VIII — LIABILITY
Constellation provides intelligence transformation “AS IS”.
------------------------------------------------------------ */
Located in Constellation/universal/custom.
These define:
- Repo identity
- Repo rules
- Repo semantic graph
- Repo knowledge‑binding law
- Repo version lineage
Located in /Sentinel.
Sentinel handles:
- Repo scanning
- Navigation
- Memory graph traversal
- Enforcement of AVIS law
- Bootstrapping Constellation intelligence
Sentinel functions similarly to Windows NT subsystems:
- HAL
- Executive
- Object Manager
- I/O Manager
Located in /images.
Includes:
- Starfields
- Node graphs
- Link graphs
- Full Mercwar Constellation map
Cyborg Language is modeled after:
- x86 instruction semantics
- Windows API message routing
- MSDN‑style documentation
- Deterministic message passing
- Structured ABI alignment
- Add ABI alignment to Cyborg binding
- Map Cyborg opcodes to WinAPI signatures
- Enforce calling conventions (stdcall, fastcall, thiscall)
- Add x86‑style micro‑ops (MOV, PUSH, CALL, RET)
- Add symbolic registers (AX, CX, DX)
- Add message routing tables (WM_CYBORG_EXEC, WM_CYBORG_LOAD)





