aboutsummaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-29 15:20:57 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-29 15:20:57 -0500
commit9c9a49a855951662da62bcdec45f69ddc0099e5c (patch)
tree1f7852971693d9e49d16a77aff51b87d39940b1b /AGENTS.md
parent21de12cd6e63adf463674942f1a8f9b658f47945 (diff)
changes
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md5
1 files changed, 0 insertions, 5 deletions
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.