Architecture

Evidence flows in. Review-ready delivery intelligence comes out.

Architecture diagrams rendered with Mermaid.js. Evidence-in, review-ready intelligence out.

Architecture Overview

graph LR
  CC[Customer Config
  tenant_id
  deployment_model | integration_mode] --> SD[Demo Seed Data
23 seed files]
  SD --> ES[Evidence Services
Jira read-only
Maximo fingerprint]
  ES --> SK[Local Skill Packs
Offline Maximo knowledge]
  SK --> DI[Delivery Intelligence]
  DI --> OUT[Reports, Wiki, Media]

Evidence Flow

flowchart TD
  R[Requirements] --> E[Evidence Store]
  S[Scan JSON] --> E
  P[Patch Notes] --> E
  E --> G[Review-only Generation]
  G --> A[Audit Trail]
  G --> D[Delivery Intelligence]

License Reporting Flow

flowchart LR
  U[User Model] --> A[AppPoint Planning]
  A --> I[Inactive User Signals]
  A --> M[Mobile Pool Review]
  A --> O[Optimisation Recommendations]
  O --> W[Disclaimer: Planning only]

Patch Impact Flow

flowchart LR
  FP[Fix Pack 9.1.2] --> M[Impact Matcher]
  C[46 Customisations] --> M
  M --> R[Risk Matrix]
  R --> T[UAT Retest Plan]
  R --> D[Deployment Readiness]

Safety Model

flowchart TD
  RO[Review-only Outputs] --> NO[No SQL Execution]
  RO --> NM[No Maximo Mutation]
  RO --> NJ[No Jira Mutation]
  RO --> DA[Data Boundary]
  DA --> AU[Audit Events]
  DA --> TR[Trust Center]

Media Generation Flow

flowchart LR
  Seed[Seed Data] --> Charts[SVG Charts]
  App[Running App] --> Shots[Playwright Screenshots]
  App --> Video[Walkthrough Video]
  Charts --> Site[Marketing Site]
  Shots --> Review[Manual Review]
  Video --> Review
  Review --> Site