- MAS FEAT Compliance:
- Created
next-app/lib/ai/fairness.tsto calculate Demographic Parity metrics. - Updated
next-app/lib/ai/orchestrator.tsto integrate fairness checks for depth-layer (MoE expert) responses.
- Created
- HKMA Ethics Compliance:
- Created
next-app/lib/ai/interpretability.tsto generate Contextual Attribution Envelopes (CAE). - Integrated CAE generation into the
Orchestrator.
- Created
- Maturity Uplift:
- Updated
next-app/data/maturity.jsonto include 'Ethics & Fairness Compliance' with a score of 3.
- Updated
- Verification:
- Created vitest unit tests in
next-app/__tests__/governance_remediation.test.ts. - Verified that all governance checks pass using
tools/run_gsifi_governance_checks.py.
- Created vitest unit tests in
Please review the implementation and provide feedback.