Files
content-ingestion-agent/.agents/plans/wf-decompose-b4be4be4fd0c/steps/step-1.md
demo-bot 5446becd60
Some checks failed
ci / test (push) Failing after 7s
decomposer: record implementation detail for 7 step(s)
2026-09-01 14:10:46 +00:00

10 lines
556 B
Markdown

# Step 1 — Implementation Detail
1. Validate owner and repository scope before source access.
2. Resolve the configured token through SecretStore using secret_ref.
3. List the configured Git tree recursively and filter by paths and allowed extensions.
4. Fetch selected files and normalize title, content, MIME type, hash, provenance, and ACL metadata.
5. Implement incremental changed-file retrieval and cursor advancement.
6. Map GitHub webhook payloads into revisioned Change records with event IDs.
7. Add full-ingestion and scope-validation tests.