Forces docker layer cache invalidation. Cascade rebuilt against 0.1.22 but hit GHA cache and shipped 0.1.21 (broken AgentCard construction). Pin bump invalidates the cache key. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
# Molecule AI workspace runtime — shared infrastructure
|
|
molecule-ai-workspace-runtime>=0.1.22
|
|
|
|
# Claude Code adapter specific deps
|
|
# Claude Agent SDK — programmatic API to Claude Code engine.
|
|
# Replaces CLI subprocess approach (no more --print, --resume, json parsing).
|
|
# The Claude Code CLI is still pre-installed via npm because the SDK uses it under the hood.
|
|
claude-agent-sdk>=0.1.58
|