Skip to content

Clean crate names#12

Merged
maxmalkin merged 1 commit intomainfrom
rename-crates
Feb 27, 2026
Merged

Clean crate names#12
maxmalkin merged 1 commit intomainfrom
rename-crates

Conversation

@maxmalkin
Copy link
Owner

@maxmalkin maxmalkin commented Feb 27, 2026

Summary

  • Rename all crate directories under crates/ to drop the agentauth- prefix
  • core crate uses auth_core as its lib name to avoid conflicting with Rust's built-in core
  • Update all dependency paths, package names, and use imports across the workspace
  • Update service binary package names (registry-bin, verifier-bin, audit-archiver-bin)
  • Update README repo structure and usage examples

rename crate directories and packages:
- agentauth-core -> core (lib name: auth_core to avoid rust keyword conflict)
- agentauth-registry -> registry
- agentauth-sdk -> sdk
- agentauth-py -> py
- agentauth-schema -> schema
- agentauth-registry-bin -> registry-bin
- agentauth-verifier-bin -> verifier-bin
- agentauth-audit-archiver-bin -> audit-archiver-bin

update all imports and dependency paths across workspace
@maxmalkin maxmalkin changed the title remove agentauth- prefix from crate names Clean crate names Feb 27, 2026
@maxmalkin maxmalkin merged commit b894ef6 into main Feb 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant