Skip to content

misaeldasilva123ms96-commits/ZAYDEN

Repository files navigation

ZAYDEN

ZAYDEN is a governed, architecture-first program for integrating a multi-provider, local-first AI runtime without building a fragile monolith.

This repository is intentionally staged behind gates (deterministic checks, documentation, provenance).

Quickstart

  1. Place the vendor archives at the repository root (they are not committed to git; integrity is pinned in docs/intake/artifact-hashes.json):
  • openclaude-main.zip
  • claw-code-main.zip
  • src.zip
  • system_prompts_leaks-main.zip

Optional local model archive (also not committed):

  • gemma-2-2b-it-f32.zip
  1. Unpack governed trees into research/:
.\scripts\unpack-intake.ps1

If you previously used the legacy sources/* layout locally:

npm run intake:migrate
  1. Validate intake + run tests:
npm run gate:intake
  1. Contract layer (Phase 2) checks (no research/ dependency):
npm run gate:phase2
  1. Provider gateway and local bridges (Phase 3/4) are covered by npm test (includes integration tests) and npm run typecheck.

  2. Optional bridge-only gate:

npm run gate:phase4
  1. Routing/orchestration gate (Phase 5):
npm run gate:phase5
  1. External API + host operability gates (Phase 9/10):
npm run gate:phase9
npm run gate:phase10
  1. Run the service entrypoint (Phase 10):
npm run serve

What lives where

  • ZAYDEN-owned scaffolding: apps/, runtime/, tests/, docs/, scripts/, package.json
  • Forensic audits + classification matrix: docs/audits/*
  • Upstream/reference material (unpacked, gitignored): research/source-*
  • Model metadata (committed): research/source-models/manifests/

Documentation map

  • Architecture entrypoint: ARCHITECTURE.md
  • Roadmap: ROADMAP.md
  • Phases: docs/phases/
  • Runbooks: docs/runbooks/
  • Release artifacts: docs/release/
  • Audits: docs/audits/
  • ADRs: docs/decisions/

Provenance and safety posture

See docs/PROVENANCE.md and the Phase 0 forensic audits under docs/audits/.

Status

Phase 10 delivers an operational service host entrypoint over a governed runtime API surface with explicit boot wiring and graceful shutdown. This is still not a claim of full production readiness.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors