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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-eval
ref: 36de070403f52ae597a47067a08f96441454513f # v0.139.2
ref: 55d2faacc6ba2c92ad21b42b9b607ab16ae0fc7c # v0.140.1
path: .cohort/agent-eval
persist-credentials: false

- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-knowledge
ref: d9329835b02d49c289852eb7b138e0b3c8fe3635 # v7.0.3
ref: b67218f308ff0c8df6fe0cc8d8e47fa6351d0ecb # v7.0.4
path: .cohort/agent-knowledge
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-eval
ref: 36de070403f52ae597a47067a08f96441454513f # v0.139.2
ref: 55d2faacc6ba2c92ad21b42b9b607ab16ae0fc7c # v0.140.1
path: .cohort/agent-eval
persist-credentials: false

- name: Check out exact Knowledge release
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: tangle-network/agent-knowledge
ref: d9329835b02d49c289852eb7b138e0b3c8fe3635 # v7.0.3
ref: b67218f308ff0c8df6fe0cc8d8e47fa6351d0ecb # v7.0.4
path: .cohort/agent-knowledge
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion docs/api/primitive-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Primitive catalog — the never-stale anti-reinvention inventory

> **GENERATED** from `@tangle-network/agent-runtime@0.119.0` and `@tangle-network/agent-eval@0.139.2` by `scripts/gen-primitive-catalog.mjs`. Do NOT hand-edit — run `pnpm run docs:api`. This is the mechanical companion to the JUDGMENT in `canonical-api.md` (§2 decision table + §1.5 AgentProfile law): that doc says WHICH primitive to reach for and what NOT to build; this catalog proves WHAT exists. Per-symbol signatures + `file:line` live in the per-module pages under `docs/api/`.
> **GENERATED** from `@tangle-network/agent-runtime@0.119.0` and `@tangle-network/agent-eval@0.140.1` by `scripts/gen-primitive-catalog.mjs`. Do NOT hand-edit — run `pnpm run docs:api`. This is the mechanical companion to the JUDGMENT in `canonical-api.md` (§2 decision table + §1.5 AgentProfile law): that doc says WHICH primitive to reach for and what NOT to build; this catalog proves WHAT exists. Per-symbol signatures + `file:line` live in the per-module pages under `docs/api/`.

## 1. agent-runtime — own public surface

Expand Down
2 changes: 1 addition & 1 deletion docs/canonical-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Run pnpm docs:freshness after editing this file. -->

> **Version 0.119.0.**
> [`docs/api/primitive-catalog.md`](./api/primitive-catalog.md) lists every export and import path.
> `agent-eval` must satisfy `>=0.139.2 <0.140.0`.
> `agent-eval` must satisfy `>=0.140.1 <0.141.0`.
> `sandbox` must satisfy `>=0.15.0 <0.16.0`.
> Portable profile and tool-part types come from `@tangle-network/agent-interface` `>=0.40.0 <0.41.0`.
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"license": "MIT",
"packageManager": "pnpm@11.17.0",
"peerDependencies": {
"@tangle-network/agent-eval": ">=0.139.2 <0.140.0",
"@tangle-network/agent-eval": ">=0.140.1 <0.141.0",
"@tangle-network/agent-interface": ">=0.40.0 <0.41.0",
"@tangle-network/sandbox": ">=0.15.0 <0.16.0",
"playwright": "^1.40.0"
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ allowBuilds:
catalog:
'@arethetypeswrong/cli': 0.18.5
'@types/node': 26.1.1
'@tangle-network/agent-eval': 0.139.2
'@tangle-network/agent-eval': 0.140.1
'@tangle-network/agent-interface': 0.40.0
'@tangle-network/agent-knowledge': 7.0.3
'@tangle-network/agent-knowledge': 7.0.4
'@tangle-network/agent-profile-materialize': 0.9.4
'@tangle-network/sandbox': 0.15.2
publint: 0.3.22
Expand Down