Files
openhuman/.github
Steven Enamakel fbafad2d38 ci(docker): carry vendored tinyagents into core image builds
The [patch.crates-io] path override made vendor/tinyagents part of the
cargo graph; the Dockerfile now COPYs vendor/ (needed already at the
dep-cache stage) and both docker jobs init just that submodule after
checkout (targeted init skips the large tauri-cef fork the core image
does not need). All other cargo-running CI jobs already checkout with
submodules: recursive/true; the mobile crates do not depend on the core
crate, so their submodules:false stays.

Claude-Session: https://claude.ai/code/session_013uVSkcdR2eP7hW4xm54wb4
2026-07-03 12:12:29 -07:00
..