ix-core 0.1.0

Ixchel core library: registries, validation, sync orchestration, and context building
Documentation
# IXCHEL AGENTS (ix-core)

## Scope

Applies to the `crates/ix-core/` crate.

## Guidelines

- Keep `ix-core` adapter-free: depend on traits/interfaces, not concrete storage backends.
- Prefer small, composable modules (registry, validation, sync, context).
- Keep public APIs stable; add feature flags before big surface changes.

## Commands

```bash
cargo fmt --all
cargo test -p ix-core
dprint fmt
```