From 4a55a9a6e8db4eb71bdfe8a1f2fd6ff646d980d1 Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 28 Aug 2026 02:35:04 +0200 Subject: [PATCH] =?UTF-8?q?agent:=20fix=20CI=20=E2=80=94=20drop=20tracker?= =?UTF-8?q?=20tag=20in=20checks.nix=20comment,=20regenerate=20npmDepsHash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - nix/checks.nix: 'hyperhive#3685' in a source comment trips the tracker-tag lint (prose-only, per hive-rules.md) — argus caught it on review. Reworded without the ref. - frontend/npm-deps-hash: the earlier scaffold commit (be18f460) added preact/typescript to agent/package.json, which regenerated package-lock.json but never re-derived this hash in lockstep — nix flake check's frontend derivation was failing on a hash mismatch. Regenerated via 'nix run nixpkgs#prefetch-npm-deps -- frontend/package-lock.json'. --- frontend/npm-deps-hash | 2 +- nix/checks.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/npm-deps-hash b/frontend/npm-deps-hash index fcb93e72..6014c91f 100644 --- a/frontend/npm-deps-hash +++ b/frontend/npm-deps-hash @@ -1 +1 @@ -sha256-8mYI9b1nuQ8YNFkW/ezJwO5Qw6NJTDG+kspYozs/5cI= \ No newline at end of file +sha256-9sh4G6A00NNi5YKaMQ1v0vZQj+gmGxYPhYZhlqweApM= diff --git a/nix/checks.nix b/nix/checks.nix index 776de524..584ee408 100644 --- a/nix/checks.nix +++ b/nix/checks.nix @@ -176,9 +176,9 @@ in }; # Same rationale + shape as `swarm-ui-typecheck` above, for the `agent` - # package now that its Preact rewrite (hyperhive#3685) has grown enough - # real `.tsx`/`.ts` for a type error to matter — argus flagged the same - # gap on that PR's review. + # package now that its ongoing Preact rewrite has grown enough real + # `.tsx`/`.ts` for a type error to matter — argus flagged the same gap + # on that PR's review. agent-typecheck = pkgs.buildNpmPackage { pname = "hyperhive-agent-typecheck"; version = "0.0.0";