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).
- 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.zipclaw-code-main.zipsrc.zipsystem_prompts_leaks-main.zip
Optional local model archive (also not committed):
gemma-2-2b-it-f32.zip
- Unpack governed trees into
research/:
.\scripts\unpack-intake.ps1If you previously used the legacy sources/* layout locally:
npm run intake:migrate- Validate intake + run tests:
npm run gate:intake- Contract layer (Phase 2) checks (no
research/dependency):
npm run gate:phase2-
Provider gateway and local bridges (Phase 3/4) are covered by
npm test(includes integration tests) andnpm run typecheck. -
Optional bridge-only gate:
npm run gate:phase4- Routing/orchestration gate (Phase 5):
npm run gate:phase5- External API + host operability gates (Phase 9/10):
npm run gate:phase9
npm run gate:phase10- Run the service entrypoint (Phase 10):
npm run serve- 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/
- Architecture entrypoint:
ARCHITECTURE.md - Roadmap:
ROADMAP.md - Phases:
docs/phases/ - Runbooks:
docs/runbooks/ - Release artifacts:
docs/release/ - Audits:
docs/audits/ - ADRs:
docs/decisions/
See docs/PROVENANCE.md and the Phase 0 forensic audits under docs/audits/.
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.