From c48cd1d525dc9a4d72107b5c299154e3c22d5c3f Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Mon, 16 Mar 2026 14:13:39 -0400 Subject: [PATCH] chore: revert out-of-scope AGENTS update for task 4b --- AGENTS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 5d0ba1b..e2a985e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,7 +24,6 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel - Baseline tests: - JVM unit tests for auth URL normalization and auth error mapping in `app/src/test/`. - JVM unit tests for boards repository and boards view model in `app/src/test/space/hackenslacker/kanbn4droid/app/boards/`. - - JVM API-client contract tests for board-detail parsing and create list/card endpoint payloads and id parsing in `app/src/test/java/space/hackenslacker/kanbn4droid/app/auth/HttpKanbnApiClientBoardDetailParsingTest.kt`. - Instrumentation tests for login and boards flows in `app/src/androidTest/`. ## Command-line workflow