From 2fed687a0016a5260d963b2666c6cad005eb71c7 Mon Sep 17 00:00:00 2001 From: alexion Date: Fri, 31 Jul 2026 22:49:05 -0400 Subject: [PATCH] feat(agents): enable Herdr tooling --- AGENTS.md | 6 +++++ flake.lock | 8 +++--- hosts/neogaia/default.nix | 1 + modules/agents/context/AGENTS.md | 3 +++ modules/agents/herdr.nix | 42 ++++++++++++++++++++++++++++++++ modules/agents/pi/pi.nix | 2 +- 6 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 modules/agents/herdr.nix diff --git a/AGENTS.md b/AGENTS.md index ebcc82f..c342010 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,6 +18,8 @@ The domain model (Host, Module, Skeleton, Auto-loader, Enable convention, overla ## Gotchas +- This host has no `python` or `python3` command on its ordinary `PATH`. + For ad hoc Python, use Nix explicitly, such as `nix shell nixpkgs#python3 -c python3