v1.5.0
What's New
Features
-
Nightly QMD collection refresh (
feat(sync)):sync-and-index.shnow explicitly refreshes the QMDmemory,skills, andagentscollections on every nightly run. Previously these three collections had no refresh job and their documents froze at initial seed — searches against them would return stale or missing results over time. The fix fans the refresh out across all collections so QMD stays in sync with the live knowledge base without manual intervention. -
Faulkner extractor kill-switch (
feat(sync)): The Faulkner relationship extractor is now gated behind theFAULKNER_EXTRACTOR_ENABLEDenvironment variable (defaulttrue/ on). Set it tofalseto disable the extractor without touching code — useful when debugging slow nightly runs or when the Faulkner DB is temporarily unavailable.
Changes Since v1.4.1
| Type | Commit | Summary |
|---|---|---|
| feat | 69acc0d |
refresh QMD knowledge collections nightly; gate Faulkner extractor |
🤖 Generated with Claude Code