Skip to content

Latest commit

 

History

543 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZYRA Application Credential — open credential page

ZYRA // ZYRA CLOUD // NXYZ

ZYRA governed agentic terminal — Black House mission, policy, ontology, action, and evidence

Black House Kernel 3.0.0 security, approval, audit, cloud execution, ontology integration, and human-controlled agentic operations.

Black House Kernel 3.0.0 Zyra Cloud Human controlled approval Evidence provenance first

Live build telemetry

ZYRA CI CodeQL TypeScript CI ZYRA Eyes CI


The hierarchy

The Black House is the global control-plane and kernel authority. ZYRA is the registered security, approval, audit, and execution plane. Zyra Cloud is ZYRA's GitHub-backed compute/CI/registry/artifact layer.

THE BLACK HOUSE // GPT-DOUG-LLM MAX
           ↓
BLACK HOUSE KERNEL 3.0.0
           ↓
MISSION → IDENTITY → POLICY → ONTOLOGY
           ↓
       ZYRA GATE
 approval • security • audit
           ↓
ZYRA CLOUD / XUNIA / NXYZ / approved tools
           ↓
      EVIDENCE + RESULT

Canonical authority: sonoxo/gpt-doug-llm/the-black-house

ZYRA contracts:


Black House Kernel 3.0.0

ZYRA consumes the same canonical object vocabulary as GPT-DOUG-MAX, VA3LM, Wakeup3lm, and XUNIA:

Mission · Agent · Model · User · Repository · Service · Tool · Resource
Evidence · Source · Decision · Approval · Action · Deployment · Incident
Policy · CredentialReference · Artifact · IntelligenceBrief

Canonical relationships:

EXECUTES · USES · PRODUCES · DERIVED_FROM · AUTHORIZES · GOVERNS
DEPLOYED_TO · IMPLEMENTS · RUNS_ON · ROUTES_TO · AUDITS · EVIDENCES

ZYRA's kernel policy is deliberately fail-closed:

  • missing mission identity → BLOCK;
  • missing evidence → BLOCK;
  • consequential mutation without explicit human approval → REVIEW;
  • unknown canonical relationship → error / no execution;
  • external credential or integration → never treated as automatic authorization.

What ZYRA does

For a beginner:

YOU TYPE A MISSION
      ↓
BLACK HOUSE CONTEXT
      ↓
ZYRA CHECKS POLICY + EVIDENCE + APPROVAL
      ↓
AUTHORIZED TOOL / CLOUD / SERVICE EXECUTES
      ↓
TESTS + LOGS + RESULT
      ↓
AUDIT EVIDENCE RETURNS TO BLACK HOUSE

Core roles:

Component Role
ZYRA Core policy, security, approval, bounded execution, audit
Zyra Cloud GitHub-based CI, compute workflows, registries, artifacts and release evidence
NXYZ ontology, evidence, intelligence and integration surfaces
VA / Virginia compact runtime/mission representation
RVIA unified mission-routing architecture
ZYRA Eyes local perception-to-action simulation and owned-machine adapter
ContractOps evidence-scored contract/research workflows

Ecosystem architecture

flowchart TD
    H[Human Operator] --> B[THE BLACK HOUSE]
    B --> K[Kernel 3.0.0]
    K --> D[GPT-DOUG-LLM MAX]
    K --> X[XUNIA Domain Ontology]
    K --> V[VA / VIRGINIA / VA3LM]
    D --> Z[ZYRA Security + Approval Gate]
    X --> Z
    V --> Z
    Z --> C[Zyra Cloud]
    Z --> N[NXYZ]
    Z --> T[Approved Tools / Integrations]
    C --> E[Evidence + Artifacts]
    N --> E
    T --> E
    E --> B
Loading

Control rule: reasoning can be flexible; execution authority is explicit; evidence determines whether work is accepted as complete.


Phase 3 kernel CI

The ecosystem-wide completion workflow lives in sonoxo/gpt-doug-llm. It compares ZYRA and XUNIA kernel contracts against the canonical Black House manifest and fails if versions, object vocabularies, or relationship vocabularies drift.

ZYRA's required lane is:

npm ci
  → Black House kernel contract
  → npm test
  → Black House kernel enforcement tests
  → TypeScript check
  → dependency audit
  → production build

A green result proves those configured checks passed for that revision. It does not manufacture third-party platform access, regulatory certification, or external authorization.


ZYRA Eyes

ZYRA Eyes converts local perception into governed execution rather than unconstrained computer control.

SCREEN / LOCAL INPUT
       ↓
VA REPRESENTATION
       ↓
RVIA PLAN
       ↓
BLACK HOUSE + ZYRA POLICY
       ↓
HUMAN APPROVAL WHEN REQUIRED
       ↓
SIMULATION BY DEFAULT / OWNED-MACHINE ADAPTER
       ↓
AUDIT EVIDENCE

Key references:


Palantir / external platform boundary

ZYRA contains software and ontology integrations designed for authorized external environments. Code presence is not the same thing as tenant access.

IMPLEMENTED ADAPTER
      ≠
CONNECTED TENANT
      ≠
AUTHORIZED ACTION
      ≠
VENDOR ENDORSEMENT

Palantir, Google, IBM, Red Hat, Replit, Microsoft, Coursera, Credly, GitHub, and other referenced organizations retain authority over their own credentials, services, permissions, and branding. Their appearance in evidence or integration documentation does not imply sponsorship, partnership, employment, certification, or endorsement unless separately evidenced.

Credential/evidence ledger: ZYRA.README.md
External provenance policy: docs/compliance/EXTERNAL-ECOSYSTEM.md


Security model

ZYRA is designed around bounded, auditable operation:

Identity
  → scope
  → policy
  → evidence
  → approval when consequential
  → allowlisted execution
  → verification
  → audit

Key invariants:

  • no policy bypass through a model label or "god mode" profile;
  • no automatic privilege escalation;
  • no secret material committed to source;
  • consequential writes require explicit authority;
  • evidence and source provenance remain distinct from claims;
  • failed validation does not become a successful mission state;
  • third-party entitlements remain third-party controlled.

See SECURITY.md and the policy files under shared/policy/.


Run ZYRA

Requirements: Node.js 20+ and npm.

npm ci
npm run dev

Quality gates:

npm test
npx tsx --test server/black-house-kernel.test.ts
npm run check
npm audit --audit-level=high
npm run build

The exact application services and optional integrations may require their own environment configuration. Keep secrets in environment variables or an authorized secret manager; do not commit them.


Repository map

.black-house/                Black House kernel + runtime bindings
client/                      React application
server/                      API, agent, security and kernel execution
shared/                      ontology, policies and shared contracts
apps/                        specialized applications/plugins
docs/                        architecture, evidence and operator guides
.github/workflows/           CI, security and deployment evidence

Recommended starting points:


ZYRA // BLACK HOUSE KERNEL 3.0.0

Mission → Policy → Ontology → Approval → Action → Evidence

The Black House owns the global kernel. ZYRA owns its registered security and execution boundary. Human authority remains explicit.

About

Resources

Contributing

Security policy

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages