kell_creations/kell_creations_apps/packages
Mike Kell bda93640e4 feat(auth): Stage 8C - authentication foundation
- Add KcUser/KcUserRole domain models with copyWith, equality, toString
- Add AuthState sealed hierarchy (unauthenticated, loading, authenticated, error)
- Add AuthService abstract contract (signIn, signOut, refreshSession, stream)
- Add AuthException with optional HTTP statusCode
- Add CredentialStore abstract contract with CredentialKeys constants
- Add InMemoryCredentialStore implementation
- Add FakeAuthService with role-based sign-in simulation
- Add KcAppEnvironment.square to core enum with SQ label
- Add KcBootstrap square case (falls back to fake until Stage 10A)
- Update kell_web and kell_mobile shell environment badges for square case
- Add integrations dependency to kell_web and kell_mobile pubspec.yaml
- Add auth to run_all_tests.sh TESTABLE and ANALYZABLE lists
- Add 42 auth tests (42/42 passing)
- Add 1 new core test for square bootstrap fallback (21/21 passing)
- Update master_development_brief.md: Stage 8C complete, Stage 8 complete
- Total: 764/764 tests passing, dart analyze clean

Stage 8 (infrastructure package activation) is now complete.
Next: feat/wc-orders-integration (Stage 9A)
2026-07-11 08:48:18 -04:00
..
auth feat(auth): Stage 8C - authentication foundation 2026-07-11 08:48:18 -04:00
core feat(auth): Stage 8C - authentication foundation 2026-07-11 08:48:18 -04:00
data feat(data): Stage 8B — shared data layer contracts activated 2026-07-11 08:31:46 -04:00
design_system feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_finance feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_inventory chore(inventory): stage uncommitted presentation layer files from Stage 5B 2026-07-10 18:52:29 -04:00
feature_mrp feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_orders chore(analyze): remove unnecessary_import directives in feature_orders tests 2026-07-10 20:18:48 -04:00
feature_policy feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_social feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
feature_wordpress feat(integrations): Stage 8A - integration abstractions contracts 2026-07-11 08:21:03 -04:00
integrations feat(integrations): Stage 8A - integration abstractions contracts 2026-07-11 08:21:03 -04:00