gitea-add-project-column-picker

Based on#37037
SegmentDesign-and-build
Typefeature
## Task

Editors should be able to move issues or PRs between columns on a given
project board from the issue sidebar (where the labels, milestone, and project
controls are) instead of going to the board directly.

Any updates should be immediate and visible the next time the sidebar renders.

Notes:
- For read-only viewers, the current column should be visible but have no picker
- Read vs write behavior should match the existing sidebar controls

## User stories / requirements

- On an issue or PR that is on a project board, an editor sees a column picker in the sidebar showing that project's columns, with the issue's current column marked.
- When an editor moves an issue to another column of the same project from the sidebar, the change persists.
- A move that crosses a boundary (e.g. a column from a different project, or an issue not in this repository) is refused.
- A viewer who cannot edit the issue sees the current column as static text (no interactive picker and the other columns are not offered).
- Only users who can edit the repository's issues can move an issue between columns.

## General instructions

- The code repo is at /repo/gitea.
- You are inside of a Docker container. You may not be able to perform all operations you would normally be able to do on a local machine. Dependencies have not been pre-installed, and you may need to install them yourself.
- You are expected to act autonomously as a software engineer to complete tasks you are given.
- Do not stop until you feel you have completed the task and your code changes can be merged.
- You may need to use software engineering skills like analyzing the codebase, researching technologies, running services, analyzing logs, etc. to complete the task. Not all tasks will be solvable by reading source code alone.

Agent Results

AgentTastefulBasicVerifierValidationRubricBloatPractTasteCheated
Oracle
1/15/51.001.0x5.04.0
GLM-5.2
1/15/51.000.7x2.02.0
GPT-5.5
1/15/51.000.9x3.02.0
Gemini 3.1 Pro
1/14/51.000.6x2.02.0
Gemini 3.5 Flash
1/14/51.000.5x2.02.0
Kimi K2.6
1/14/51.000.6x3.02.0
Opus 4.8
1/14/50.000.4x3.02.0
Sonnet 5
1/13/50.000.4x3.02.0
GPT-5.4
1/12/51.000.8x2.02.0
Opus 4.7
1/12/50.000.5x4.02.0
Sonnet 4.6
1/10/51.000.8x2.02.0
No-Op
1/10/50.00
Agent details

Verifier Tests

Gemini 3.1 Pro1/1

Validation Stories

Gemini 3.1 Pro4/5

Rubric Criteria

Gemini 3.1 Pro1/1
Fail → Pass
move_appends_sorting

Taste Scores

Patch Bloat0.6x
118 agent / 198 oracle SLOC, 4 / 9 files
Practice Alignment — 2.0/5
2
style consistency
2
pattern adherence
2
library usage
2
abstraction level
3
documentation fit
Relative Taste — 2.0/5
3
minimality
2
approach quality
2
hygiene
2
fluency
2
craftsmanship

Agent Patch