Skip to content

v1.5.0

Choose a tag to compare

@Platano78 Platano78 released this 09 Jun 19:40
· 4 commits to main since this release

What's New

Features

  • Nightly QMD collection refresh (feat(sync)): sync-and-index.sh now explicitly refreshes the QMD memory, skills, and agents collections 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 the FAULKNER_EXTRACTOR_ENABLED environment variable (default true / on). Set it to false to 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