Move metadata extraction to an asynchronous pipeline #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Refactor metadata extraction so captures do not depend on synchronous extraction during the request path, while still preserving eventual consistency for metadata quality.
Why
llm/plan.mdlists async metadata extraction as deferred. AMCS already has retry and background-style recovery patterns; formalizing asynchronous extraction would improve latency and resilience under provider failures or slow upstreams.Scope ideas
Acceptance criteria
Source
Deferred feature from
llm/plan.md: async metadata extraction.