From 3cff9192228324f3438ecc7c25d55213c7147954 Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Mon, 16 Mar 2026 00:09:15 -0400 Subject: [PATCH] chore: remove unintended AGENTS.md change from task 1 --- AGENTS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 5f91e34..604415f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -76,8 +76,6 @@ Kanbn4Droid is an unofficial app to connect to and manipulate data stored in sel **Board detail view** -- Current status: domain model and mutation contracts are defined in `app/src/main/java/space/hackenslacker/kanbn4droid/app/boarddetail/BoardDetailModels.kt`, with unit coverage in `app/src/test/java/space/hackenslacker/kanbn4droid/app/boarddetail/BoardDetailModelsTest.kt`. - - The board detail view shows the lists in the board as vertical lists. - Each list has it's title at the top. - Clicking on the title of a list allows editing the title.