From 1f63d22ea3689cc567402dd6bf18838c9adea773 Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Tue, 4 Aug 2026 18:49:58 -0500 Subject: common: remove agents from dev profile Also remove claude-code from human user packages to fully remove agent harnesses from the human account's path. Assisted-by: pi:laguna-xs-2.1 --- machines/enzo/default.nix | 2 -- profiles/dev.nix | 18 ------------------ 2 files changed, 20 deletions(-) diff --git a/machines/enzo/default.nix b/machines/enzo/default.nix index c243a80..a474d10 100644 --- a/machines/enzo/default.nix +++ b/machines/enzo/default.nix @@ -43,8 +43,6 @@ psmisc usbutils stow - - claude-code ]; }; diff --git a/profiles/dev.nix b/profiles/dev.nix index 1c0993c..b01bb52 100644 --- a/profiles/dev.nix +++ b/profiles/dev.nix @@ -17,20 +17,6 @@ ] )) - pi-coding-agent - - (buildNpmPackage rec { - pname = "pi-acp"; - version = "0.0.31"; - src = fetchFromGitHub { - owner = "svkozak"; - repo = "pi-acp"; - rev = "v${version}"; - hash = "sha256-bM3V/3fxkY2Ib+OyfT82StIIRSLXGDuYUbt1CZKpTuo="; - }; - npmDepsHash = "sha256-qN+b/tMbnJLkWjotl3XrA0nfZ3KT/mT6gM+n3Qiz8Wk="; - }) - # toolchains / build gcc pkg-config @@ -54,10 +40,6 @@ basedpyright zls nixfmt - - # coding agents - opencode - claude-code ]; services.emacs = { -- cgit v1.3