huskies: merge 1251 story script/check gates duplication and cognitive complexity
This commit is contained in:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user