11-verb space substrate organized in 4 groups β core (cosmic, starship) Β· engineering (aerospace, aerospace_transport, engineering, systems) Β· observation (astrodynamics, astronomy, obs_astronomy) Β· life (astrobiology, medicine). All 11 verbs ship as spec-first design docs at v1.0.0; working
.hexaCLI dispatcher is a placeholder.
hexa-space is the standalone Space Toolkit in the HEXA family β a
spec-first, single-source-of-truth substrate that pulls together every space
domain currently registered under
n6-architecture/domains/space/ into one organized 11-verb CLI surface.
It is the n=6 substrate's empirical companion for the space axis (sister
of hexa-bio for biology and hexa-cosmos for theoretical cosmology).
The 11 verbs are organized into 4 groups:
ββββββββββββββββββββββββ
β hexa-space β
β (n=6 axis) β
ββββββββββββ¬ββββββββββββ
β
βββββββββββββββ¬βββββββββββΌβββββββββββββββ¬ββββββββββββββ
β β β β β
ββββββΌβββββ ββββββΌβββββ βββββΌββββββββββ ββββΌβββββββ
β core β βengineer-β β observation β β life β
β (2) β β ing (4) β β (3) β β (2) β
βββββββββββ βββββββββββ βββββββββββββββ βββββββββββ
The lattice anchors every verb in a single algebraic identity:
Ο(6) = 12 12 frequency channels / 12 vertices
Ο(6) = 4 4 regimes / phase ladder
Ο(6) = 2 binary observation dichotomy
Jβ = 24 octahedral rotation group order
master identity: Ο Β· Ο = n Β· Ο = 12 Β· 2 = 6 Β· 4 = 24
11 verbs / 4 groups. Every verb is a .md design doc cp -R'd from
n6-architecture/domains/space/ (provenance sha c0f1f570).
| Verb | Source dir (n6) | Spec file |
|---|---|---|
cosmic |
space/hexa-cosmic/ |
cosmic/hexa-cosmic.md |
starship |
space/hexa-starship/ |
starship/hexa-starship.md |
| Verb | Source dir (n6) | Spec file |
|---|---|---|
aerospace |
space/aerospace/ |
aerospace/aerospace.md |
aerospace_transport |
space/aerospace-transport/ |
aerospace_transport/aerospace-transport.md |
engineering |
space/space-engineering/ |
engineering/space-engineering.md |
systems |
space/space-systems/ |
systems/space-systems.md |
| Verb | Source dir (n6) | Spec file |
|---|---|---|
astrodynamics |
space/astrodynamics/ |
astrodynamics/astrodynamics.md |
astronomy |
space/astronomy/ |
astronomy/astronomy.md |
obs_astronomy |
space/observational-astronomy/ |
obs_astronomy/observational-astronomy.md |
| Verb | Source dir (n6) | Spec file |
|---|---|---|
astrobiology |
space/astrobiology/ |
astrobiology/astrobiology.md |
medicine |
space/space-medicine/ |
medicine/space-medicine.md |
11-verb ν΅ν© substrate (4 κ·Έλ£Ή: core + engineering + observation + life). spec-first (μλ .hexa CLI TBD).
- All 11 verbs at v1.0.0 ship as spec-only (
.mddesign docs); the CLI dispatcher incli/hexa-space.hexais a placeholder that enumerates verbs and group membership but does not run any per-verb numerical sandbox. - The n=6 invariant lattice claim (Ο=12, Ο=4, Ο=2, Jβ=24) is hypothesized for all 11 verbs; no in-repo empirical verification lands at v1.0.0.
- Working
.hexaCLI per verb (cage-assembly-style numerical sandbox) is TBD in post-v1 cycles. - Verdict: SPEC_ONLY (11/11 spec; 0/11 wired).
hx install hexa-space # global, pulls latest from registry
hx install hexa-space@1.0.0 # pin specific version
hexa-space --version # β 1.0.0git clone https://github.com/need-singularity/hexa-space.git ~/.hexa-space
export HEXA_SPACE_ROOT=~/.hexa-space
export PATH="$HEXA_SPACE_ROOT/cli:$PATH"
# Verify 11/11 verb specs present:
hexa run $HEXA_SPACE_ROOT/cli/hexa-space.hexa selftest
# Browse a group:
hexa run $HEXA_SPACE_ROOT/cli/hexa-space.hexa group observationThe repo is dependency-free (no Python, no native build). All 11 verb spec files are pure markdown and are read-only at install time.
- Sister theory-side substrate:
need-singularity/hexa-cosmosβ cosmology + particle + cosmic-observatory (theory companion to this engineering / observation / life axis). - Sister starship axis:
need-singularity/hexa-ufoβ extends thestarshipverb with anomaly-vehicle modeling. - Sister biology axis:
need-singularity/hexa-bioβ molecular toolkit (weave/nanobot/ribozyme/virocapsid). - Upstream SSOT (specs):
n6-architecture/domains/space/(shac0f1f570).
MIT. See LICENSE.