docs(adr): add ADR-049 through ADR-052 resolving architecture violations #8122

Closed
HAL9000 wants to merge 1 commits from auto-arch-1/adr-049-052-violations into master

1 Commits

Author SHA1 Message Date
HAL9000 a870271810 docs(adr): add ADR-049 through ADR-052 resolving architecture violations
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 17s
CI / lint (pull_request) Successful in 27s
CI / quality (pull_request) Successful in 34s
CI / helm (pull_request) Successful in 37s
CI / build (pull_request) Successful in 38s
CI / typecheck (pull_request) Successful in 50s
CI / security (pull_request) Successful in 1m1s
CI / e2e_tests (pull_request) Successful in 3m6s
CI / integration_tests (pull_request) Successful in 3m57s
CI / unit_tests (pull_request) Successful in 5m6s
CI / docker (pull_request) Successful in 1m19s
CI / coverage (pull_request) Successful in 10m23s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 56m58s
Document four architecture decisions that resolve violations detected by
the automated guard scan:

- ADR-049: Introduce SandboxGateway protocol in the domain layer to
  eliminate resource handler imports from infrastructure (issue #8058)
- ADR-050: Canonicalize plan identifiers to ULID strings across all
  application-layer services, removing integer surrogate ID leakage
  (issue #8059)
- ADR-051: Decompose PlanLifecycleService (2,649 lines) into eight
  focused modules each ≤500 lines, compliant with CONTRIBUTING.md
  (issue #8061)
- ADR-052: Replace placeholder assert-True BDD steps with real
  lifecycle assertions that verify observable behavior (issue #8062)

ISSUES CLOSED: #8058, #8059, #8061, #8062
2026-04-13 03:35:55 +00:00