feat(kanban): add configurable board presentation - #75452
Open
TheDuggieB wants to merge 4 commits into
Open
Conversation
teknium1
reviewed
Jul 31, 2026
teknium1
left a comment
Contributor
There was a problem hiding this comment.
Thanks for the substantial board-presentation implementation. Remote main still serializes canonical status columns in plugins/kanban/dashboard/plugin_api.py:452-508, so this is not superseded.
Problems
tests/plugins/test_kanban_dashboard_plugin.py:397-420readsdist/index.jsand asserts exact bundle substrings; similar assertions begin at:556. CurrentAGENTS.md:1382-1416explicitly bans source-text tests because they test implementation shape, not behavior.
Suggested changes
- Replace those assertions with observable UI behavior coverage for projection labels, read-only interaction suppression, and diagnostics. Keep the REST projection tests, which already exercise the backend contract.
Automated hermes-sweeper review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a generic, board-configured Kanban presentation layer under
board.json.presentationwhile preserving SQLite lifecycle state as the canonical source of truth.Boards that do not configure presentation metadata retain their existing behavior. Configured boards can expose read-only virtual lanes selected by declarative, allowlisted predicates rather than executable expressions or templates.
Architecture
Safety and security controls
Migration behavior
No database migration is required.
board.json.presentationretain legacy behavior.Rollback strategy
Verification
Original reviewed candidate:
07e97d2f5dc3d2092cfe693ef07b2527a36cd2d8d22c64b5f5d60e680fdd67760bdd912d116adc2f3202033ca9b54825bbe6244bb2532bb89212a5c0fe6ed35cd4d7ea90dae843c77d97dafecac9924cd08c780944908a514b327455VALIDSIG 2E8C4BFF965E8EB00B542082E05FB5BEE023FCA0Current-upstream integration validation:
f2830c9543bd4db7330c389f3926ea9c59d81c77d264b0514cab44def950982dc493bc00b1a66dc9dfe9933ac5bfb13272b548d3f51eb4969d613ac2739412ff313722fba89b7d9aVALIDSIG 2E8C4BFF965E8EB00B542082E05FB5BEE023FCA0git diff --checkagainst the reviewed upstream parent: PASSdeleg_18af29ab)nowfails closed; current and stale boundaries independently verifiedScope boundaries
This PR does not: