# Roadmap ## Phase T0: License And Dependency Inventory - Keep the repository Apache-2.0. - Maintain a dependency allowlist. - Block AGPL Studio and CLI components. - Run tests and secret scans before any remote push. ## Phase T1: Product And Consent Design - Define training consent. - Define dataset preview contracts. - Define redaction and exclusion rules. - Define artifact retention and deletion policy. ## Phase T2: Training Job API Contract - Add job create, status, cancel, and artifact metadata contracts. - Keep validation server-side. - Preserve audit metadata without learner-content logs. ## Phase T3: Worker Skeleton - Add an isolated worker process. - Run only approved dependencies. - Store artifacts outside the main app database.