Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Raymer
7231ad18a6 refactor(active-identity): remove scope parameter and simplify to single-identity management
- Remove scope column from active_identity table schema
- Simplify () and () methods to no scope parameters
- Update migration 003 to create table without scope from start
- Remove DEFAULT_SCOPE constant and related scope infrastructure
- Update documentation to reflect simplified single-identity approach
- Maintain backward compatibility with existing component calls

This change simplifies the architecture by removing unused multi-scope
infrastructure while preserving all existing functionality. The system
now uses a cleaner, single-identity approach that's easier to maintain.
2025-08-22 13:33:02 +00:00
Matthew Raymer
17951d8cb8 docs: add active identity migration implementation and progress tracking
- Add comprehensive implementation overview document
- Track Phase B component migration progress
- Document migration strategy and architecture decisions
- Include testing and validation procedures

Provides complete documentation for the Active Identity
table separation migration project.
2025-08-22 10:39:44 +00:00