clawdentity-core 0.1.1

Core Rust library for Clawdentity identity, registry auth, relay, connector, and provider flows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AGENTS.md (crates/clawdentity-core)

## Purpose
- Keep core Rust crate publishable and stable for downstream CLI consumers.

## Cargo Manifest Rules
- Maintain publish metadata in `[package]`: `name`, `version`, `description`, `license`, `repository`.
- Keep `readme` path valid and relative to this crate.
- When changing public API used by `clawdentity-cli`, update versions and verify dependency compatibility.
- Run `cargo publish --dry-run -p clawdentity-core` before release/publish decisions.

## Compatibility Rules
- Treat this crate as the canonical Rust implementation for identity, relay, connector, and provider behavior.
- Avoid breaking changes without coordinated CLI update and release notes.