# @artale/pi-comply

Regulatory compliance tracker for pi. EU AI Act + US Executive Order + NIST AI RMF + content labeling.

**First compliance tool in the pi ecosystem.** CE Mark deadline: August 2, 2026.

## Install
```bash
npm install -g @artale/pi-comply
```

## Features (v1.1)
- **EU AI Act** — Risk classification (prohibited/high/limited/GPAI/minimal), checklist generation
- **US Executive Order 14110** — Red-team testing, FLOP reporting, watermarking
- **NIST AI RMF 1.0** — MAP/MEASURE/MANAGE/GOVERN framework
- **Content labeling** — AI text, images, deepfakes, C2PA credentials
- **Multi-system dashboard** — Progress bars, aggregate risk warnings
- **Immutable audit trail** — Timestamped compliance log

## Tools
- **comply_classify** — Classify AI system into risk tier
- **comply_audit** — Query audit trail
- **comply_log** — Append to compliance log

## Commands
- `/comply status` — Dashboard with progress bars
- `/comply classify <system>` — Start classification
- `/comply checklist [tier]` — Generate checklist
- `/comply timeline` — Global regulation timeline (EU + US)
- `/comply us` — US frameworks (EO 14110, NIST RMF)
- `/comply labels` — Content labeling checklist
- `/comply report` — Full compliance report
- `/comply export` — Export all data
