From 9c9a49a855951662da62bcdec45f69ddc0099e5c Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:20:57 -0500 Subject: changes --- AGENTS.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 0c8da14..3b8f4e5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -21,7 +21,6 @@ Guidance for coding agents working in this repository. - `lib/nix-furnace/mkSystem.nix`: system composition. - `lib/lib.nix`: shared helpers (`my-lib`). - `pkgs/yo/`: Ruby deployment/build helper. -- `pkgs/yossh/`: Lua SSH tooling and tests. - `pkgs/jta/`: Go module. - `justfile`: command shortcuts. @@ -77,10 +76,6 @@ Go tests (`pkgs/jta`): - Run single test name: `go test ./... -run '^TestName$'` - Run single test in current package: `go test . -run '^TestName$'` -Lua tests (`pkgs/yossh`): -- Run all defined tests: `lua pkgs/yossh/tests/unit_tests.lua` -- Current single-test method is manual (temporarily call one test in `main()`). - ## 7) Architectural Conventions - Preserve homogenous module layout: - `options.nix` for option definitions. -- cgit v1.3.1