What's Changed
- Added
StateScopeProvidercomponent for isolated nested state — allows subtrees to mount their own independent store instance, preventing state leakage between siblings or nested consumers. - Re-exported
StateScopeProviderfrom the package entrypoint (src/index.ts). - Rewrote README and API documentation for clarity and impact; fixed example imports and corrected
AutoRootCtxusage docs. - Added
AI_CONTEXT.mdwith guidelines on preferred patterns and API usage for AI-assisted development.
Full Changelog: v1.0.32...v1.0.33