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,10 @@
# Step 6 — Implementation Detail
1. Created representative full, incremental, scheduled, and webhook Trigger cases.
2. Validated trigger mode, source, tenant, and connector requirements through TriggerValidator.
3. Documented fixture-based connector integration coverage and fake KAB-store downstream checks.
4. Specified acceptance checks for webhook idempotency, post-publication cursor advancement, deletion tombstones, ACL isolation, and dead-letter replay.
5. Added scripts/e2e_validation.py returning a machine-readable readiness summary.
1. Cover GitHub full ingestion and path/extension scoping in automated tests.
2. Cover SharePoint full ingestion and PDF MIME normalization in automated tests.
3. Cover orchestration success status, run tracking, and repeatable run IDs.
4. Cover cross-tenant validation rejection in automated tests.
5. Specify integration execution for full baselines and revision/delta updates.
6. Specify scheduled retry/dead-letter and signed webhook validation scenarios.
7. Specify downstream principal and tenant query isolation checks.
8. Define release criteria requiring expected publication and zero unauthorized results.