382 B
382 B
Step 0 — Implementation Detail
- Added app/domain/models.py with SourceRef, Document, IngestionRequest, and IngestionResult.
- Added app/ports.py protocols for source retrieval and publication.
- Added app/connectors/github.py and app/connectors/sharepoint.py with injectable transports/clients.
- Added package initializers exposing the migrated contracts and connectors.