qlogicagent 2.20.7 → 2.20.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -474,6 +474,12 @@ export interface ProfileConfigService {
474
474
  }>): void;
475
475
  resolveForSpawn(agentId: AgentId, session: SessionContext): ResolvedSpawnProfile;
476
476
  }
477
+ /**
478
+ * Resident L2 categories are already rendered into the global memory index.
479
+ * Every foreground recall surface must exclude the same groups so automatic
480
+ * injection and explicit memory_search share one authoritative candidate pool.
481
+ */
482
+ export declare const MEMORY_RESIDENT_TAG_GROUPS: readonly [readonly ["onboarding-v1", "preference"], readonly ["onboarding-v1", "boundary"], readonly ["onboarding-v1", "workspace"], readonly ["onboarding-v1", "identity"]];
477
483
  /** [S1 补定] 记忆查询(memory 域;实现 lane 与 memories.db 形状映射)。 */
478
484
  export interface MemoryQuery {
479
485
  query?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlogicagent",
3
- "version": "2.20.7",
3
+ "version": "2.20.8",
4
4
  "description": "XiaozhiClaw Agent CLI — subprocess architecture (JSON-RPC over stdio)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",