mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
Summary: - The PR adds `curl` to the bundled Trello skill's `metadata.openclaw.requires.bins` entry. - PR surface: Docs 0. Total 0 across 1 file. - Reproducibility: yes. at source level. Current main and v2026.6.8 declare only `jq` for Trello while the skill body uses `curl`, and the shared requirement evaluator checks only declared bins. Automerge notes: - No ClawSweeper repair was needed after automerge opt-in. Validation: - ClawSweeper review passed for head83ae5e8bef. - Required merge gates passed before the squash merge. Prepared head SHA:83ae5e8befReview: https://github.com/openclaw/openclaw/pull/94729#issuecomment-4747397470 Co-authored-by: liuhao1024 <sunsky.lau@gmail.com>
This commit is contained in:
parent
a619518ebe
commit
a5190f7d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
"openclaw":
|
||||
{
|
||||
"emoji": "📋",
|
||||
"requires": { "bins": ["jq"], "env": ["TRELLO_API_KEY", "TRELLO_TOKEN"] },
|
||||
"requires": { "bins": ["curl", "jq"], "env": ["TRELLO_API_KEY", "TRELLO_TOKEN"] },
|
||||
"install":
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue