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 .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
useDefault = true

[[allowlists]]
description = "Verified SHA-256 of protobuf 2.15.0 api_pb.js in six immutable reviewed profiles"
description = "Verified SHA-256 of protobuf 2.15.0 api_pb.js in seven immutable reviewed profiles"
targetRules = ["generic-api-key"]
condition = "AND"
paths = ['''^eng/provenance/artifact-profiles/ai-worker-r[123456]\.json$''']
paths = ['''^eng/provenance/artifact-profiles/ai-worker-r[1234567]\.json$''']
regexTarget = "line"
regexes = ['''^\s*"node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb\.js": "73e489001027c703bc0224ae73f78ecefe028e88284bd06952e8603c3d81472c",?\s*$''']
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm run build

These commands need no Cloudflare account. Default tests run pure offline units in Node. Workflow engine and bundle runtime tests are separate explicit local opt-in commands, never CI gates. The build produces `artifacts/candidate/`, including the deployable bundle, configuration, hashes, provenance, licenses and runtime SBOM.

The toolchain pins TypeScript **7.0.2**, Wrangler **4.131.2** and `@arcforges/proto` **1.0.0-ci.44.1**. See [development](docs/development.md) for tool compatibility, local health testing and dependency updates.
The toolchain pins TypeScript **7.0.2**, Wrangler **4.135.0** and `@arcforges/proto` **1.0.0-ci.44.1**. See [development](docs/development.md) for tool compatibility, local health testing and dependency updates.

## Hello Agent

Expand Down
6 changes: 3 additions & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
| ---------------------------------- | ---------------------- | ------------------------------------------------------------------------------- |
| Node / npm | 24.21.0 / 11.19.0 | Current LTS line shared with Contracts |
| TypeScript | 7.0.2 | Current release checked on 2026-09-14 |
| Wrangler | 4.131.2 | Worker bundling, deployment and local test harness |
| Workers types | 5.20260914.1 | Current binding and model input/output types |
| Cloudflare Vitest plugin | 1.1.9 | Local Workerd/Workflow integration |
| Wrangler | 4.135.0 | Worker bundling, deployment and local test harness |
| Workers types | 5.20260918.1 | Current binding and model input/output types |
| Cloudflare Vitest plugin | 1.1.13 | Local Workerd/Workflow integration |
| Vitest | 4.1.11 | Plugin requires Vitest 4.1; latest Vitest 5 is not a compatible upgrade |
| Biome / Prettier | 2.5.14 / 3.9.8 | Lint/format without depending on the removed TypeScript JavaScript compiler API |
| ArcForges proto / protobuf runtime | 1.0.0-ci.44.1 / 2.15.0 | Published Contracts messages, not sibling source |
Expand Down
8 changes: 4 additions & 4 deletions eng/provenance/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ AI source provenance

Original material retains its recorded licence and full legal text.

ai-worker-bundle-r6
https://github.com/ArcForges/AI @ 41241c4fb93cdef6c538d051fbc0a19f3194696f
ai-worker-bundle-r7
https://github.com/ArcForges/AI @ d5595a85d030c2458263d755cad868529552d6a5
AGPL-3.0-only
Worker: Copyright ArcForges contributors, AGPL-3.0-only. Contracts: ArcForges contributors, Apache-2.0. Protobuf runtimes: Copyright 2021-2026 Buf Technologies, Inc., Apache-2.0; varint/descriptor material: Copyright 2008 Google Inc., BSD-3-Clause. Helpers: Copyright 2020 Evan Wallace, MIT. Generated README: Copyright 2020 Cloudflare, Inc., MIT. Complete respective texts and source-bound records accompany the actual candidate.

Expand Down Expand Up @@ -37,8 +37,8 @@ https://github.com/protocolbuffers/protobuf @ 4b0c3aacf0657fbf38253b38918d3358dd
BSD-3-Clause
Copyright 2008 Google Inc. Full BSD terms are retained for the original descriptor schema; the existing published varint BSD header is also preserved independently.

wrangler-bindings-r1
https://github.com/ArcForges/AI @ a896c8d58230892c66ea1076ca6f6b4d2b2d639f
wrangler-bindings-r2
https://github.com/ArcForges/AI @ d5595a85d030c2458263d755cad868529552d6a5
AGPL-3.0-only
Generated binding declarations: Copyright ArcForges contributors; generator templates Copyright (c) 2020 Cloudflare, Inc., MIT alternative retained in third-party/Wrangler.LICENSE.txt.

Expand Down
Loading
Loading