5-verb consumer-pet-care substrate organized around the n=6 invariant lattice: cat-food / cat-litter / cat-toy / dog-food / dog-toy. Friendly self-contained pack β no other hexa-* repo required.
hexa-pet is the consumer-friendliest member of the HEXA family. The five verbs cover the day-to-day surface of cat and dog ownership β food, litter, toys β at the intersection of consumer-product engineering, animal behavior, and small-scale material science.
This is the most self-contained pack in the family on purpose: every verb is
a single peer-citable spec doc with physical-limit anchors and a falsifier
preregister, copy-pasted out of the upstream
n6-architecture/domains/pets/
tree (SHA c0f1f570, 2026-05-06). No other hexa-* repo is needed to use
this one β clone it, read it, hack it.
Why n=6? The HEXA-family lattice gives every verb the same algebraic backbone (Ο(6)=12, Ο(6)=4, Ο(6)=2, Jβ(6)=24), and each verb's spec doc projects that lattice onto its own physical-limit anchor β bentonite swell ratio, AAFCO amino-acid registry, nepetalactone vapor pressure, canine bite mechanics, and so on.
ββββββββββββββββββββ
β companion- β
β animal care β
ββββββββββ¬ββββββββββ
β
βββββββββββββββββββββββββΌββββββββββββββββββββββββ
β β β β β
ββββββΌβββββ ββββββΌβββββ ββββββΌβββββ ββββββΌβββββ ββββββΌβββββ
βcat_food β βcat_litterβ β cat_toy β βdog_food β β dog_toy β
βββββββββββ βββββββββββ βββββββββββ βββββββββββ βββββββββββ
[SPEC] [SPEC] [SPEC] [SPEC] [SPEC]
| # | Verb | Domain | Physical-limit anchor | n=6 projection | Falsifier MVP gate |
|---|---|---|---|---|---|
| 1 | cat_food |
feline obligate-carnivore food | AAFCO 26% protein / 0.1% taurine + Atwater 4-9-4 + Maillard | Ο=12 raw-strategy registry | F-CF-MVP-1..5 2026-07~09-30 |
| 2 | cat_litter |
bentonite + zeolite + carbon hygiene material | Wyoming Na-bentonite swell 12Γ (Grim 1968) | Ο=12 swell ratio Β· Ο=4 odor tier | F-CL-MVP-1..4 2026-07~08-30 |
| 3 | cat_toy |
nepetalactone-driven prey-mimic toys | Antoine 1888 nepetalactone vapor pressure + Kevlar 29 fiber | per-verb projection | F-CT-MVP-* (TBD) |
| 4 | dog_food |
facultative-carnivore canine food | AAFCO 18% protein / 10 EAA + low-GI grain agronomy | per-verb projection | F-DF-MVP-* (TBD) |
| 5 | dog_toy |
Kevlar-core rope + rubber chew toys | Lindner 1995 canine bite 1-4 MPa + Hertz 1881 contact | per-verb projection | F-DT-MVP-* (TBD) |
Each verb's <verb>/<verb>.md is a peer-citable spec β open it, read it,
cite it. The CLI router prints the first 30 lines of each doc as a quick
preview.
5-verb λ°λ €λλ¬Ό substrate. Spec-first (working
.hexaCLI TBD). Consumer-friendly self-contained pack.
What ships at v1.0.0:
- 5 peer-citable spec docs (one
.mdper verb), extracted unchanged fromn6-architecture@c0f1f570. These are the source of truth. - A placeholder CLI dispatcher (
cli/hexa-pet.hexa) that prints each spec doc headline + a 5-verb count selftest. install.hexahx hook (mirrors thehexa-bioinstall pattern).- MIT license β friendly for downstream consumer products + maker remix.
What does NOT ship at v1.0.0 (honest C3 caveats):
- No working numerical sandbox yet. Every verb is spec-only; the CLI
subcommands print spec headlines, not simulator output. Working
.hexamodules are TBD per the per-verb F--MVP- deadlines (cat-litter and cat-food first wave 2026-07-30 ~ 09-30). - Physical-limit anchors are theoretical-analytical. AAFCO numbers, Atwater factors, Wyoming-bentonite swell ratios, nepetalactone vapor pressure β all literature-anchored, none lab-measured by this repo yet.
- n=6 lattice projections are per-verb hypotheses. Only the lattice itself (Ο(6)=12 etc.) is mathematically verified; each verb's projection onto that lattice is a working hypothesis pending Bayesian audit per F-* gates.
- No regulatory pathway. AAFCO / WSAVA / FAO endorsement is post-MVP; nothing here is a medical, veterinary, or nutritional claim.
- Consumer-friendly β consumer-tested. This is a builder substrate, not a finished product. No animal trials have been conducted.
hx install hexa-pet # global, pulls latest from registry
hx install hexa-pet@1.0.0 # pin specific version
hexa-pet --version # β 1.0.0git clone https://github.com/need-singularity/hexa-pet.git ~/.hexa-pet
export HEXA_PET_ROOT=~/.hexa-pet
export PATH="$HEXA_PET_ROOT/cli:$PATH"
hexa-pet selftest # 5-verb count check
hexa-pet status # verb table + caveats
hexa-pet cat_food # cat-food.md spec headlinehexa-pet selftest # 5/5 verbs present?
hexa-pet status # full verb table + n=6 projections
hexa-pet cat_food # β first 30 lines of cat_food/cat-food.md
hexa-pet cat_litter # β first 30 lines of cat_litter/cat-litter.md
hexa-pet cat_toy # β first 30 lines of cat_toy/cat-toy.md
hexa-pet dog_food # β first 30 lines of dog_food/dog-food.md
hexa-pet dog_toy # β first 30 lines of dog_toy/dog-toy.mdFor deep reading, just open the spec docs directly β they are the source of truth:
$EDITOR cat_food/cat-food.md
$EDITOR cat_litter/cat-litter.md
$EDITOR cat_toy/cat-toy.md
$EDITOR dog_food/dog-food.md
$EDITOR dog_toy/dog-toy.mdExtracted 2026-05-06 from
n6-architecture
SHA c0f1f570 (domains/pets/ subtree). Source files unchanged; directory
slugs converted to snake_case per hexa-lang raw#11 (cat-food/ β
cat_food/ etc.). Sister extraction of:
hexa-bioβ molecular toolkit (4-verb HEXA family, 1/4 wired)
MIT β see LICENSE.
Author: λ°λ―Όμ° nerve011235@gmail.com