@@ -504,7 +504,7 @@ Test:
504504This case matches your schema experiment:
505505
506506* ** Test:** ` StandardPackageSchemaSanityTest.each_standard_bounded_context_must_contain_required_canonical_families `
507- * ** Violation:** canonical family ** ` controller ` ** is missing because you renamed it (e.g., ` controller ` → ` controllerx ` ).
507+ * ** Violation:** canonical family ** ` controller ` ** is missing because you renamed it (e.g., ` controller ` → ` controllers ` ).
508508
509509#### 9) Baseline — Standard Schema Intact (GREEN)
510510
@@ -534,7 +534,7 @@ mvn verify
534534
535535Introduce the deliberate schema violation by renaming the canonical package family:
536536
537- * ` ...controller... ` → ` ...controllerx ... `
537+ * ` ...controller... ` → ` ...controllers ... `
538538
539539This is illegal because the guardrails schema sanity test requires the canonical families to exist.
540540
@@ -565,16 +565,16 @@ The build fails deterministically.
565565Console evidence (aligned to your output):
566566
567567```
568- STANDARD package schema integrity failure under base scope 'io.github.blueprintplatform.greeting'.
569-
570- Required canonical families: [controller, service, domain]
571- Violations:
572- - context: io.github.blueprintplatform.greeting
573- present: controller ❌, service ✅, domain ✅
574- missing: controller
575-
576- Test:
577- StandardPackageSchemaSanityTest.each_standard_bounded_context_must_contain_required_canonical_families
568+ STANDARD package schema integrity failure under base scope 'io.github.blueprintplatform.greeting.bp.sample
569+
570+ Required canonical families: [controller, service, domain]
571+ Violations:
572+ - context: io.github.blueprintplatform.greeting.bp.sample
573+ present: controller ❌, service ✅, domain ✅
574+ missing: controller
575+
576+ Test:
577+ StandardPackageSchemaSanityTest.each_standard_bounded_context_must_contain_required_canonical_families
578578```
579579
580580---
0 commit comments