huskies: merge 1251 story script/check gates duplication and cognitive complexity

This commit is contained in:
Huskies Agent
2026-07-21 16:15:10 +00:00
parent 14331127b8
commit 5c3b433e7d
4 changed files with 42 additions and 4 deletions
+5
View File
@@ -88,6 +88,11 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
# Claude Code CLI in runtime
RUN npm install -g @anthropic-ai/claude-code
# jscpd — duplication detector used by script/check. Installed in the
# runtime stage (not just the base build stage) so it's available to agents
# running script/check inside the sled, not only on a developer machine.
RUN npm install -g jscpd
# Cargo and Rust toolchain needed at runtime for:
# - rebuild_and_restart (cargo build inside the container)
# - Agent-driven cargo commands (cargo clippy, cargo test, etc.)