chore: remove unintended AGENTS.md change from task 1

This commit is contained in:
2026-03-16 00:09:15 -04:00
parent 3af47ba55a
commit 3cff919222

View File

@@ -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.