Files
content-ingestion-agent/.agents/plans/wf-decompose-c7b1125e7fe2/steps/step-0.md
demo-bot 8e32dbdadb
Some checks failed
ci / test (push) Failing after 7s
decomposer: record implementation detail for 4 step(s)
2026-09-01 14:36:16 +00:00

382 B

Step 0 — Implementation Detail

  1. Added app/domain/models.py with SourceRef, Document, IngestionRequest, and IngestionResult.
  2. Added app/ports.py protocols for source retrieval and publication.
  3. Added app/connectors/github.py and app/connectors/sharepoint.py with injectable transports/clients.
  4. Added package initializers exposing the migrated contracts and connectors.