From 1aa211895898068d22a8d0c1c99d8cc62133de25 Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Wed, 17 Jun 2026 23:47:22 +0300 Subject: [PATCH] remove separate test description docs --- README.md | 1 - docs/TESTS.md | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 docs/TESTS.md diff --git a/README.md b/README.md index 697c06b..98c7139 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Stack and commands. What technologies and what commands does the AI need to know - docs/SPEC.md - What the project does - docs/ARCH.md - How it's built - docs/CONVENTIONS.md - Code style rules -- docs/TESTS.md - Test cases in natural language - docs/JOURNAL.md - Personal session notes ## Philosophy diff --git a/docs/TESTS.md b/docs/TESTS.md deleted file mode 100644 index 2d6a787..0000000 --- a/docs/TESTS.md +++ /dev/null @@ -1,4 +0,0 @@ -# TESTS - -Test cases written in my own words. AI tools should read and implement tests written here in natural language. -