Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
### Changed

- Memory experiment artifacts and cache identities now record `memoryMode` and a full `comparisonRef`; non-equivalent arms fail comparison.
- Updated `@tangle-network/agent-eval` to `0.140.1` and `@tangle-network/agent-interface` to `0.40.0` so one installed stack uses the same exact evaluation, profile, and interface contracts without older nested copies.
- Updated `@tangle-network/agent-eval` to `0.142.0` and `@tangle-network/agent-interface` to `0.42.0` so one installed stack uses the same exact evaluation, profile, and interface contracts without older nested copies.
- Extended packed-package verification to reject stack dependency overrides, mismatched transitive versions, and multiple installed copies of Eval, Core, or Interface.

## 7.0.1
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tangle-network/agent-knowledge",
"version": "7.0.4",
"version": "7.0.5",
"description": "Build, search, evaluate, and improve source-backed knowledge bases.",
"homepage": "https://github.com/tangle-network/agent-knowledge#readme",
"repository": {
Expand Down Expand Up @@ -75,8 +75,8 @@
"verify:official-optimizers": "node scripts/verify-official-optimizers.mjs"
},
"dependencies": {
"@tangle-network/agent-eval": "0.140.1",
"@tangle-network/agent-interface": "0.40.0",
"@tangle-network/agent-eval": "0.142.0",
"@tangle-network/agent-interface": "0.42.0",
"proper-lockfile": "4.1.2",
"zod": "^4.4.3"
},
Expand All @@ -103,8 +103,10 @@
],
"minimumReleaseAge": 4320,
"minimumReleaseAgeExclude": [
"@tangle-network/agent-core",
"@tangle-network/agent-eval",
"@tangle-network/agent-interface",
"@tangle-network/agent-trace-contract",
"esbuild",
"vite"
],
Expand Down
38 changes: 22 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.