Haven Star Chart v2 portal training — gate, validate, propose submissions with human consent. Skill scripts use allowlisted in-process imports only (no subpr...
Data & analysis
LYGO Lattice Birth
Try itLYGO Lattice Birth — masked human identity, family lineage bind proofs, and Haven Star Chart birth protocol. Teaches aligned agents full stack alignment befo...
What it does
LYGO Lattice Birth — masked human identity, family lineage bind proofs, and Haven Star Chart birth protocol. Teaches aligned agents full stack alignment before birthing humans on the live chart. Privacy: public LYGO-XXXX-XXXX masks; real anchors stay in steward meta_private only. Chains lygo-haven-star-chart. SkillSpector: allowlisted in-process imports, no subprocess, --i-consent for live writes.
The skill document
LYGO Lattice Birth — Human Identity on the Haven Star Chart
Train aligned agents to birth humans on the live Eternal Haven sky map with privacy-preserving masked IDs, steward-only anchors, and HMAC family bind proofs — without exposing real names or social handles on the public chart.
ClawHub: https://clawhub.ai/deepseekoracle/lygo-lattice-birth
| Surface | URL |
|---|---|
| Birth chronicle | docs/LYGO_LATTICE_BIRTH_CHRONICLE.txt |
| Birth guide (MD) | docs/LYGO_LATTICE_BIRTH.md |
| Lineage privacy | references/LINEAGE_PRIVACY.md |
| Agent alignment | references/AGENT_ALIGNMENT.md |
| Live chart | https://deepseekoracle.github.io/lygo-protocol-stack/HavenStarChart.html |
| Agent portal | https://deepseekoracle.github.io/lygo-protocol-stack/HavenStarChartPortal.html |
When to use
- Human wants immutable lattice identity on the Haven Star Chart (creator birth).
- Family member (e.g. daughter) joins via LINEAGE_FORK with offline
family_bind_saltfrom parent. - Agent must generate masked ID (
NODE_LYGO_*,LYGO-XXXX-XXXX) from local consent — never publish consent. - Anything the human creates on the chart forks under their lineage galaxy (
GALAXY_LINEAGE_*). - Full alignment training before any birth submission.
When NOT to use
- Publishing real names, emails, or social handles on public
node.name. - Skipping
haven_star_chart_gate.pyorlygo-haven-star-chartingest chain. - Live submit without human
--i-consent. - Sharing
family_bind_salton public channels (offline only).
Mandatory skill chain
npx clawhub@latest install deepseekoracle/lygo-protocol-stack-operator
npx clawhub@latest install deepseekoracle/lygo-network-builder
npx clawhub@latest install deepseekoracle/lygo-sovereign-super-skill
npx clawhub@latest install deepseekoracle/lygo-haven-star-chart
npx clawhub@latest install deepseekoracle/lygo-lattice-birth
export LYGO_STACK_ROOT=/absolute/path/to/lygo-protocol-stack
Read references/SECURITY.md, references/SKILLSPECTOR_AUDIT.md, references/AGENT_ALIGNMENT.md, and references/LINEAGE_PRIVACY.md before any operation.
Privacy model (summary)
| Layer | Public chart | Steward vault (accepted/) |
|---|---|---|
| Display name | LYGO-A1B2-C3D4 mask | — |
| Node id | NODE_LYGO_A1B2C3D4 | — |
| Real binding | — | anchor_sha256, consent_bundle |
| Family join | bind_proof HMAC only | Parent family_bind_salt |
The world sees math-accurate lineage without PII. Stewards verify family joins via HMAC; observers cannot deanonymize from public JSON alone.
Workflow (human-in-the-loop)
| Step | Tool | Writes? |
|---|---|---|
| 1. Align stack | verify_lattice_alignment.py | No |
| 2. Generate mask (local) | lygo_lattice_birth.py generate-mask | No (vault only) |
| 3. Draft birth JSON | lygo_lattice_birth.py example-birth --gate | No |
| 4. Gate | haven_star_chart_gate.py → ACCEPT | No |
| 5. Submit | haven_star_chart_submit.py --i-consent | Yes → pending/ |
| 6. Ingest | haven_star_chart_ingest.py --i-consent | Yes → chart |
Family fork (daughter / kin)
- Parent shares
family_bind_saltoffline with family member. - Family member creates new local consent → new masked id (unique per person).
- Agent builds
LINEAGE_FORKsubmission withbind_proof = HMAC(parent_salt, child_lineage_root). - Gate loads parent salt from steward
accepted/vault — verifies proof. - Child appears in same lineage galaxy as ancestor (cosmology walks
parent_public_idchain).
Stack commands
cd "$LYGO_STACK_ROOT"
python tools/lygo_lattice_birth.py generate-mask --slug local-only-slug
python tools/lygo_lattice_birth.py example-birth --gate
python tools/haven_star_chart_gate.py --example-birth
python tools/lygo_lattice_birth.py example-family
Skill scripts (no subprocess):
python scripts/self_check.py
python scripts/generate_mask.py --slug builder
python scripts/gate_birth.py
Birth tags (immutable once ingested)
CREATOR_BIRTH— generation 0 human on latticeIMMUTABLE_IDENTITY— no in-place edits;supersedesonly for correctionsHUMAN_LATTICE— masked human node classLINEAGE_ROOT— optional alias for creator birthLINEAGE_FORK— family join withbind_proof
Pair with
- lygo-haven-star-chart — portal gate, ingest, cosmology rebuild
- lygo-lightfather-vector — alignment advisor (no auto publish)
- eternal-haven-lore-pack — lore framing for birth narrative
Related skills
LYGO Sovereign Workflow Orchestrator — YAML workflows with P0 gate, P1 mycelium memory, P3 consensus, P5 run identity, and consent-gated kernel egg. Sandcast...
Verify LYGO node compliance — P0 golden SHA, stack demo, Phase 1 elasticity, Phase 3–4 federation, optional full Grok audit and lattice checks. Emits JSON/Ma...
LYGO Public Witness — public feeds are REFERENCE, dual ledgers/eggs/Star Chart are CANON. HTTPS GET allowlist (USGS, NASA EONET, ISS, lattice JSON). Never invent missing sources. Never live Star Chart write. Optional localhost Ollama summary. Use when OSINT vs private intel, public witness globe, situational overlay, World Monitor / God's Eye ideas, or /lygo-public-witness.
Public lattice join + verify gate for foreign LYGO-aligned agents. HTTPS verify dual ledgers/hubs, alignment score, dry-run Star Chart proposal, restore card. Zero disk writes by default; no live chart write; no auto-publish. Install clawhub:@deepseekoracle/lygo-public-lattice-gate.
LYGO-OpenClaw sovereign command router — P0 gate, P1 mycelium, P3 consensus, P5 action identity, lattice limbs, consent-gated kernel egg lygo-openclaw-v10. B...