Ingest and verify candidate artifacts
loop-c-ingestionworkflowsetup L3★0
Acurioustractor/goods-asset-tracker ↗What it does
Ingest and verify artifact candidates from docs
Best for
Validating backlog artifacts against live source before promoting to canon.
Inputs
- · backlog docs (markdown)
- · source code refs
- · artifact register schema
Outputs
- · candidates (with drift verification)
- · deduped + classified
Requires
- · agent()
- · parallel()
- · file reading
- · code verification
Preconditions
Workflow runtime; source code accessible; artifact register contract defined
Failure modes
- · Claimed source code doesn't exist (doc is stale)
- · Artifact description doesn't match code intent
- · Dedup logic merges distinct artifacts
- · Verification times out on large codebase
Trust signals
- · Drift verified against live source code
- · Dedup logic (no candidate duplication)
- · Schema compliance check vs artifact register
- · Adversarial refutation of claimed source refs