Memex Admin

Mem-Client: Styled Exports Start With Styled

Repository: mem-labs/mem

activeUpdated Feb 19, 2026, 6:20 PM

Policy ID js7dw968cvh5aterfp3wbc8afd81fwp1

Styled wrapper naming rule.

Scope:
- Applies to style files under `domains/frontend/mem-client/src/mds/components/**/*.style.tsx`.

Trigger:
- Added exported styled wrapper declarations (`export const ... = styled...`).

Hard requirements:
1) Exported styled wrapper names must start with `Styled`.

Decision:
- Return NOT APPROVED when trigger is met and exported styled wrappers do not use the `Styled*` prefix.