diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-29 15:20:57 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-29 15:20:57 -0500 |
| commit | 9c9a49a855951662da62bcdec45f69ddc0099e5c (patch) | |
| tree | 1f7852971693d9e49d16a77aff51b87d39940b1b /AGENTS.md | |
| parent | 21de12cd6e63adf463674942f1a8f9b658f47945 (diff) | |
changes
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |
