context-vault 2.6.0 → 2.6.1

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.
package/bin/cli.js CHANGED
@@ -1093,7 +1093,7 @@ async function runStatus() {
1093
1093
  console.log(` Data dir: ${config.dataDir}`);
1094
1094
  console.log(` Config: ${config.configPath} ${dim(`(${existsSync(config.configPath) ? "exists" : "missing"})`)}`);
1095
1095
  console.log(` Resolved: ${status.resolvedFrom}`);
1096
- console.log(` Schema: v5 (categories)`);
1096
+ console.log(` Schema: v7 (teams)`);
1097
1097
 
1098
1098
  if (status.kindCounts.length) {
1099
1099
  const BAR_WIDTH = 20;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@context-vault/core",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "type": "module",
5
5
  "description": "Shared core: capture, index, retrieve, tools, and utilities for context-vault",
6
6
  "main": "src/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-vault",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "type": "module",
5
5
  "description": "Persistent memory for AI agents — saves and searches knowledge across sessions",
6
6
  "bin": {