Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
721d643
build(sync): enable tokio process for the incoming github source reader
senamakel Aug 8, 2026
86cbc72
feat(sources): own the github, rss, and web_page readers
senamakel Aug 8, 2026
8ec6221
build: refresh Cargo.lock for the tokio process feature
senamakel Aug 8, 2026
6b816e3
feat(sync): add the host-shaped pick_str normaliser helper
senamakel Aug 8, 2026
71a9874
feat(sync): move the Composio provider normalisers into the crate
senamakel Aug 8, 2026
eab88a0
chore(cargo): add optional dirs + hex behind new obsidian and wiki-gi…
senamakel Aug 8, 2026
e078a98
feat(store): port the Obsidian vault surface and the git wiki mirror
senamakel Aug 8, 2026
60457f7
feat(memory): move the pipeline failure taxonomy into the engine crate
senamakel Aug 8, 2026
aa8fc90
style(memory): apply rustfmt drift left by the Track-B ports
senamakel Aug 8, 2026
8a047da
style(memory): silence should_implement_trait on the relocated from_str
senamakel Aug 8, 2026
20c4229
fix(memory): unify PipelineFailure with queue settlement
senamakel Aug 8, 2026
84b529b
feat(sources): split the github reader and honor branch/path filters
senamakel Aug 8, 2026
70b8b44
fix(sources): honor web_page selector, guard SSRF, strip script/style
senamakel Aug 8, 2026
cd44460
fix(sources): strip CDATA from rss descriptions and fix entity decode
senamakel Aug 8, 2026
0738d8b
fix(sync): remove consumed slack envelopes and widen linear extract c…
senamakel Aug 8, 2026
2e53508
feat(store): wire obsidian defaults into every content-write route
senamakel Aug 8, 2026
3da60ca
fix(store): harden wiki_git against poisoned locks, foreign commits, …
senamakel Aug 8, 2026
fa4f25c
docs(memory): stop linking private items from public rustdoc
senamakel Aug 8, 2026
c0c0f00
fix(sources): fetch explicit refspec for existing bare clones
senamakel Aug 8, 2026
5c7bf02
refactor(github): split issue/PR readers out of api.rs and move Issue…
senamakel Aug 8, 2026
d8715fd
fix(sources): add DNS-resolution SSRF guard to web_page reader
senamakel Aug 8, 2026
f43ba1e
test(normalize): move inline test modules to sibling _tests.rs files
senamakel Aug 8, 2026
51ff896
fix(sources): harden network readers against SSRF, oversized bodies, …
senamakel Aug 8, 2026
99ec51a
fix(sources): address review threads on github/rss readers and memory…
senamakel Aug 8, 2026
4ef0b1b
fix(memory): close three SSRF/pagination gaps from codex review
senamakel Aug 8, 2026
edcce9e
fix(sources): preserve case when matching CSS id/class selectors in w…
senamakel Aug 8, 2026
e53bbb6
fix(memory): close four source-reader review findings
senamakel Aug 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 167 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading