Commit Graph

9 Commits

Author SHA1 Message Date
José René White Enciso
96c53d9dab feat(thalos-service): add canonical session flows
Why: provide service-side canonical login/refresh orchestration for session-based web auth.

What: add session contracts, refresh token codec with provider-agnostic secret boundary, grpc session methods, DI wiring, tests, and docs.

Rule: preserve thalos identity ownership and keep transport adapters at service edge.
2026-03-08 14:48:35 -06:00
José René White Enciso
fedd26bce6 chore(thalos-service): add container run assets
Why: align service runtime packaging and health endpoints for container execution.

What: add Docker build assets, container runbook, and dual health mappings with explicit http/grpc ports.

Rule: keep technical intent only and avoid orchestration references.
2026-03-08 14:34:12 -06:00
José René White Enciso
1fcb52bbf1 refactor(thalos-service): consume blueprint common via package in service contracts 2026-02-25 16:47:38 -06:00
José René White Enciso
9f2dea4df5 refactor(thalos-service): replace cross-repo references with stable packages 2026-02-25 16:42:23 -06:00
José René White Enciso
f960f0656d feat(thalos-service): propagate provider metadata through grpc flow 2026-02-25 13:13:56 -06:00
José René White Enciso
654a808c54 refactor(thalos-service): delegate to domain 2026-02-24 05:26:54 -06:00
José René White Enciso
5974ce6fa6 feat(thalos-service): wire grpc runtime and dal adapters 2026-02-22 17:47:35 -06:00
José René White Enciso
ab4013fcf4 feat(identity): add policy contract integration
- WHY: enforce identity-only contract boundaries for policy orchestration
- WHAT: add thalos-owned policy contracts, adapters, and grpc translation surfaces
- RULE: apply workspace dependency graph and identity ownership constraints
2026-02-22 03:44:44 -06:00
José René White Enciso
9f1790ef11 feat(stage3): scaffold task-001 baseline
- WHY: establish Stage 3 task-001 execution baseline per repo intent
- WHAT: add minimal solution/project skeleton and boundary docs
- RULE: apply stage3 execution runtime and repository workflow directives
2026-02-22 01:30:02 -06:00