decomposer: record implementation detail for 7 step(s)
Some checks failed
ci / test (push) Failing after 7s

This commit is contained in:
2026-09-01 14:10:46 +00:00
parent 2627747e20
commit 5446becd60
7 changed files with 48 additions and 34 deletions

View File

@@ -1,7 +1,9 @@
# Step 2 — Implementation Detail
1. Implemented site_id, drive_id, folder_path, and credential_ref scope/configuration.
2. Implemented authenticated Graph adapter calls through injected graph and secret-provider ports.
3. Implemented full listing and configured PDF, DOCX, and HTML MIME filtering.
4. Implemented delta-token incremental ingestion and cursor version advancement.
5. Mapped SharePoint item IDs, URLs, modified timestamps, eTags, and webhook resources into contract records.
1. Validate site and library scope before retrieval.
2. Resolve the Graph token from the configured secret reference.
3. List drive children and filter by folder and supported file extensions.
4. Retrieve file content and map MIME type, eTag, web URL, modification time, and tenant ACL.
5. Implement Graph delta-token incremental retrieval and deleted-item detection.
6. Map subscription notifications into Change records with subscription and sequence metadata.
7. Add SharePoint PDF normalization coverage.