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
10
# AGENTS.md (crates/clawdentity-core/assets)

## Purpose
- Define rules for assets shipped inside the Rust release.

## Rules
- `openclaw-skill/` is generated from `apps/openclaw-skill` source files plus built transform output.
- Do not hand-edit copied skill assets in this folder. Regenerate them via `pnpm -F @clawdentity/openclaw-skill build && pnpm -F @clawdentity/openclaw-skill run sync:rust-assets`.
- Keep generated Rust-owned assets out of ignored build folders like `dist/`; bundled release assets must live in tracked stable paths such as `transform/`.
- Keep asset paths stable so `clawdentity install --for openclaw` and release verification stay deterministic.