add jq and curl to agent base packages

This commit is contained in:
damocles 2026-05-20 20:14:26 +02:00
parent cc7d349139
commit 4bb3877460

View file

@ -268,6 +268,11 @@
# tea-login oneshot below if /state/forge-token is present, so
# claude can `tea repos create`, `tea pulls create`, etc.
tea
# jq: JSON processing in shell — useful for parsing API responses,
# forge REST calls, sqlite output, etc.
jq
# curl: HTTP client for forge REST API and other web requests.
curl
];
# One-shot: configure tea with the agent's forge token if