Skip to content

fix(ci): green checks after ICP agent runtime merge - #19

Merged
HiveForensicsAI merged 4 commits into
mainfrom
feature/icp-agent-runtime-phases-0-2
Aug 3, 2026
Merged

fix(ci): green checks after ICP agent runtime merge#19
HiveForensicsAI merged 4 commits into
mainfrom
feature/icp-agent-runtime-phases-0-2

Conversation

@HiveForensicsAI

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #18. That PR landed the ICP agent runtime, but CI was still red. This brings the remaining fixes onto main:

  • Clippy clean under Rust 1.97 (redundant_closure, field_reassign_with_default, question_mark)
  • Hygiene: remove banned legacy identity wording from FUTURE.md; make hygiene.sh work without rg
  • Workflows: replace corrupt actions/setup-node SHA with v4.4.0; drop cache: pnpm until corepack enables pnpm

Test plan

Address clippy -D warnings in knolo-agent-icp (redundant_closure,
field_reassign_with_default), reword FUTURE.md to clear the legacy
identity ban, and make hygiene.sh work without ripgrep on CI runners.
Replace the corrupt actions/setup-node SHA (unresolvable on runners)
with v4.4.0, and rewrite the executor match to use ? so clippy -D
warnings passes on Rust 1.97.
cache: pnpm requires pnpm on PATH before setup-node runs; this job
enables pnpm via corepack afterward, so caching failed every TS matrix
job.
Resolve workflow/runtime conflicts in favor of main's Node 24 and
question_mark fixes. Retain clippy, hygiene, and FUTURE.md fixes from
this branch.
@HiveForensicsAI
HiveForensicsAI merged commit bb7c9be into main Aug 3, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants