mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
* perf(github): compact repository list responses * fix(github): validate compact repository responses --------- Co-authored-by: linhongyu510 <linhongyu510@users.noreply.github.com>
20 lines
1.0 KiB
TOML
20 lines
1.0 KiB
TOML
# Source digests for the committed WASM artifacts under
|
|
# `crates/extensions/packages/*/wasm/`. Each value is a sha256 over the
|
|
# package's `wasm-src/` tree (paths + contents, `target/` and `Cargo.lock`
|
|
# excluded).
|
|
#
|
|
# Regenerate ONLY after rebuilding and committing the artifacts:
|
|
# ./scripts/build-wasm-extensions.sh --first-party
|
|
# python3 scripts/ci/check-wasm-artifact-freshness.py --update
|
|
#
|
|
# Updating this file without rebuilding launders a stale artifact past the
|
|
# gate, which is the exact failure it exists to catch.
|
|
|
|
[packages]
|
|
github = "972f59dbec45d7e96eca7cd787f09b40725eab9c7c99c426b6b3ef082e1c6cd5"
|
|
google-docs = "e21605bc77f63f3373af803ed24a42709c89051ab8772bc6614660af3f4b5ef2"
|
|
google-drive = "80c3fa6001094d550627aebe8467f87c85bb4ad784d7a5a83c9db8e70404d571"
|
|
google-sheets = "fb0e7dcaba53326b159a58920867d23a0ac1e9ad5336483c2e8a8ea1e21234b7"
|
|
google-slides = "45d80cff5cb4f554034f175f82984d7a6ebbaedd2bad4bb10af850f7419c7819"
|
|
slack = "c97013f393493f8452f3c92606c584666d1afcb91f232d7435bed5ca82174833"
|