docs: clarify Kanban board limitation and label-as-board workflow #52

Merged
domverse merged 1 commits from docs/kanban-board-limitation into main 2026-07-15 22:04:29 +02:00
Owner

work-item drives story stage via status/* labels + issue open/close, which are the board. It cannot move Gitea project-board columns: Gitea's REST API has no project endpoints and card moves require a logged-in web session (an API token only authenticates /api/*). Documents the recommended label-filtered views and the limitation.

work-item drives story stage via status/* labels + issue open/close, which are the board. It cannot move Gitea project-board columns: Gitea's REST API has no project endpoints and card moves require a logged-in web session (an API token only authenticates /api/*). Documents the recommended label-filtered views and the limitation.
domverse added 1 commit 2026-07-15 22:04:17 +02:00
work-item tracks story stage via status/* labels and issue open/close (the
board), not Gitea project-board columns. Gitea's REST API exposes no project
endpoints and its web move-endpoints need a logged-in session; an API token
only authenticates /api/*. Document the label-as-board approach and the
limitation in the README and AGENTS.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
domverse merged commit 3d5550b07f into main 2026-07-15 22:04:29 +02:00
Sign in to join this conversation.