From 8ac91624402ec4e46aa6d4877b9f4e06fc62c6cd Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Sat, 11 Apr 2026 19:18:22 +0200 Subject: [PATCH] chore: fixed folder reference --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 67a9113..b1ce82c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,7 +3,7 @@ This is the Rust rewrite of an existing project bDS written in Typescript and living in ../bDS - if in doubt about behaviour, look at the original code to verify. -This project has an allium spec in the folder spec/ - use it to verify behaviour against expected behaviour. It is based on the typescript implementation. The command line utility is installed. +This project has an allium spec in the folder specs/ - use it to verify behaviour against expected behaviour. It is based on the typescript implementation. The command line utility is installed. Invariants and behaviours in the allium spec should be covered by unit tests of the application code, to make sure the spec is followed.