You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate architecture and rename define_secrets to declare_secrets
- Merge secretspec-core into secretspec as src/config.rs
- Migrate from proc macro #[provider] to declarative macro register_provider\!
- Rename define_secrets\! to declare_secrets\! for better semantic accuracy
- Update all documentation and examples to reflect changes
- Fix UI test expectations for the renamed macro
This simplifies the codebase from 3 crates to 2 while maintaining clear
separation between the main library and derive macro functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments