Wire docs ingest into the per-source refresh fan-out #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally filed by @coilysiren on 2026-05-21T12:11:10Z - https://github.com/coilysiren/repo-recall/issues/248
Problem: #146 landed the per-source refresh fan-out with a
docssource slot (Source::Docs), but no docs ingest is wired intorun_refresh_for. The slot carries a cadence and aREFRESH_WATERMARKSwatermark; a docs-due tick currently runs discovery + aggregates + nothing else, then advances the watermark.Scope: wire the existing
src/ingest/docs/modules (agents_md,features_md,readme,file_health,autonomy_md) into ado_docsbranch ofrun_refresh_for, with aCacheWriter::wipe_docsfor whatever tables it lands. Until then thedocssource is an intentional no-op - see theSource::Docsdoc comment.Follow-up to #146.