Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.53 KB

File metadata and controls

44 lines (30 loc) · 2.53 KB

Architecture Intelligence

Bilingual navigation: Espanol

Architecture Intelligence is the curated knowledge layer that makes Evolith architecture decisions, patterns, validation rules, and adoption guidance easier for humans and AI-assisted engineering tools to consume.

This portal is an index and orientation page. It does not replace ADRs, governance standards, canonical patterns, or product applied references.

Start here

Need Go to
Understand why this catalog exists ADR-0057 Architecture Intelligence Catalog
Understand AI-consumable architecture knowledge ADR-0058 AI-Consumable Architecture Knowledge
Validate Architecture Intelligence artifacts Architecture Intelligence Validation
Review curated architecture patterns Patterns

Current pattern examples

Pattern Purpose
Bounded Context Isolation Keep modular boundaries explicit across code and data ownership.
Data Ownership per Bounded Context Clarify ownership rules for data inside bounded contexts.
No Cross-Domain Joins Avoid persistence coupling across modular boundaries.
Domain-Oriented Microservice Architecture (DOMA) Group F3 microservices around bounded business domains, not technical layers (ADR-0076).

What belongs here

Belongs here Does not belong here
Curated architecture patterns Product-specific implementation evidence
Tradeoff analysis Local product route, schema, header or seed decisions
AI-readable architecture guidance Unapproved enterprise standards
Links back to ADRs and standards Copies of external material without governance review

Governance rule

Architecture Intelligence artifacts help explain and reuse architecture knowledge. They are not standards by themselves unless they point to an approved ADR, governance standard, or canonical pattern.

Product-specific implementation evidence remains in UMS or another satellite repository.


Back to Knowledge Area | Back to Repository Root