mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
All 14 registry manifests (10 tools + 4 channels) referenced legacy unversioned filenames and null checksums, causing 404s on install. Updated all manifests with versioned artifact URLs and concrete SHA256 values cross-referenced against v0.18.0 checksums.txt. Also fixed slack-tool and telegram-mtproto tool manifests which used incorrect artifact name prefixes (slack-tool vs slack, telegram-mtproto vs telegram). Verified: all 14 URLs return HTTP 200, all checksums match release. Fixes #958 [skip-regression-check] Co-authored-by: Claude Opus 4.6 <[email protected]>
39 lines
947 B
JSON
39 lines
947 B
JSON
{
|
|
"name": "google-docs",
|
|
"display_name": "Google Docs",
|
|
"kind": "tool",
|
|
"version": "0.2.0",
|
|
"wit_version": "0.3.0",
|
|
"description": "Create and edit Google Docs documents",
|
|
"keywords": [
|
|
"documents",
|
|
"google",
|
|
"writing",
|
|
"docs"
|
|
],
|
|
"source": {
|
|
"dir": "tools-src/google-docs",
|
|
"capabilities": "google-docs-tool.capabilities.json",
|
|
"crate_name": "google-docs-tool"
|
|
},
|
|
"artifacts": {
|
|
"wasm32-wasip2": {
|
|
"url": "https://github.com/nearai/ironclaw/releases/latest/download/google-docs-0.2.0-wasm32-wasip2.tar.gz",
|
|
"sha256": "40e134a1c1564f832ca861c3396895d4e33ec67b99313fc1f97baf8d971423a9"
|
|
}
|
|
},
|
|
"auth_summary": {
|
|
"method": "oauth",
|
|
"provider": "Google",
|
|
"secrets": [
|
|
"google_oauth_token"
|
|
],
|
|
"shared_auth": "google_oauth_token",
|
|
"setup_url": "https://console.cloud.google.com/apis/credentials"
|
|
},
|
|
"tags": [
|
|
"google",
|
|
"productivity"
|
|
]
|
|
}
|