mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
8b0735e89f
* refactor(memory): remove qmd backend Make builtin the sole memory-core engine, rename the retained session helper barrel, retire QMD config with doctor migrations, and remove QMD runtime/UI/policy surfaces. * docs(memory): remove qmd backend guidance Delete the QMD concept page, rewrite memory documentation for builtin retrieval, and remove QMD from navigation and taxonomy source. * refactor(memory): remove qmd-only leftovers * refactor(memory): finish qmd integration cleanup * build(deps): align root string-width types * build(deps): model root string-width tooling * refactor(memory): align qmd removal ui and docs * fix(memory): preserve qmd external paths in doctor * test(memory): remove obsolete backend probe case * test(plugin-sdk): refresh private type baseline
41 lines
835 B
YAML
41 lines
835 B
YAML
name: openclaw-codeql-memory-runtime-boundary-critical-quality
|
|
|
|
disable-default-queries: true
|
|
|
|
queries:
|
|
- uses: security-and-quality
|
|
|
|
query-filters:
|
|
- include:
|
|
problem.severity:
|
|
- error
|
|
- exclude:
|
|
tags:
|
|
- security
|
|
|
|
paths:
|
|
- packages/memory-host-sdk/src
|
|
- src/memory
|
|
- src/memory-host-sdk
|
|
- src/plugin-sdk/memory-*.ts
|
|
- src/plugin-sdk/memory-core-host-*.ts
|
|
- src/plugins/memory-*.ts
|
|
- src/commands/doctor-memory-search.ts
|
|
- src/commands/doctor/cron/dreaming-payload-migration.ts
|
|
|
|
paths-ignore:
|
|
- "**/node_modules"
|
|
- "**/coverage"
|
|
- "**/*.generated.ts"
|
|
- "**/*.bundle.js"
|
|
- "**/*-runtime.js"
|
|
- "**/*.test.ts"
|
|
- "**/*.test.tsx"
|
|
- "**/*.e2e.test.ts"
|
|
- "**/*.e2e.test.tsx"
|
|
- "**/*test-support*"
|
|
- "**/*test-helper*"
|
|
- "**/*mock*"
|
|
- "**/*fixture*"
|
|
- "**/*bench*"
|