clawdentity-core 0.1.7

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

## Purpose
- Keep pairing contracts stable for CLI, proxy, and provider flows.

## Rules
- Optional JSON fields must be omitted when absent; do not serialize nullable protocol fields when the API contract expects omission.
- Preserve peer metadata (`agentName`, `humanName`, `proxyUrl`) end to end.
- Add regression tests for request-shape changes before shipping pairing updates.