@fortemi/core 2026.7.8 → 2026.7.10

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fortemi/core",
3
- "version": "2026.7.8",
4
- "description": "Browser-only knowledge management core: PGlite (PostgreSQL WASM) data layer, single-writer worker, MCP tools, job queue, capability system, SKOS taxonomy, hybrid search. 100% JSON format parity with the fortemi Rust server.",
3
+ "version": "2026.7.10",
4
+ "description": "Browser-only knowledge management core: PGlite (PostgreSQL WASM), MCP tools, hybrid search, and profile-scoped Knowledge Shard interchange.",
5
5
  "keywords": [
6
6
  "fortemi",
7
7
  "knowledge-management",
@@ -82,7 +82,8 @@
82
82
  "typecheck": "tsc --noEmit",
83
83
  "test": "vitest run",
84
84
  "test:db-table-parity": "vitest run src/__tests__/db-table-parity",
85
- "test:portable-contract": "vitest run src/__tests__/aiwg-index.test.ts src/__tests__/shard/shard-conformance.spike.test.ts src/__tests__/shard/schema-validator.test.ts src/__tests__/shard/shard-import.test.ts src/__tests__/shard/bundled-example-shards.test.ts",
85
+ "test:portable-contract": "pnpm verify:knowledge-shard-contract && vitest run src/__tests__/aiwg-index.test.ts src/__tests__/shard/shard-conformance.spike.test.ts src/__tests__/shard/schema-validator.test.ts src/__tests__/shard/profile-registry.test.ts src/__tests__/shard/shard-import.test.ts src/__tests__/records/record-shard.test.ts src/__tests__/shard/bundled-example-shards.test.ts",
86
+ "verify:knowledge-shard-contract": "node scripts/verify-knowledge-shard-contract.mjs",
86
87
  "shard:refresh-golden": "node scripts/refresh-knowledge-shard-golden.mjs",
87
88
  "test:watch": "vitest",
88
89
  "verify:fortemi-compatibility": "node tools/verify-fortemi-compatibility.mjs"