Commit Graph
393 Commits
Author SHA1 Message Date
istos 292d1f93c9 board: 58 → review (istos) 2026-08-02 09:23:48 +02:00
istos a7243f0d20 board: 58 Work report filed (istos) 2026-08-02 09:23:48 +02:00
istosandClaude Opus 5 8fbfc1085d A phase card does not move while its work runs
Dragging a phase card between stages while one of its members has an
agent in it is a move nobody can mean: the card lands somewhere its
branch, its worktree and its live agent are not. The board refuses it,
and names the way through rather than the wall — which member is
working, and that ‖ hold stops the phase and the agent it has in flight
while leaving the branch, the merges and every worktree as they were.

- phases.assert_not_working() is the refusal: it reads the one file
  first, so an ordinary card never reaches the question, then resolves
  the phase's list and asks what is actually running.
- agents.working_on() answers that from the processes themselves, not
  from the registry's status alone — the reaper flips that a moment
  after a run ends, and a rule that only refuses must not hold a card
  hostage to a run that has already died. stop_phase() now reads the
  same helper.
- httpd asks it on /api/move, /api/archive (archiving is a move) and
  /api/task/complete, so a stale page cannot get past it.
- The toast wraps, is bounded to the viewport and stays up for as long
  as its text takes to read: a refusal you cannot finish reading is the
  wall this was written against.

What still moves: a phase between members, a halted phase, a held one,
a member card, and every ordinary card.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-02 09:23:23 +02:00
istos 208077073e board: 58 → in-progress (istos) 2026-08-02 09:07:04 +02:00
istos 00f2a91ccf board: 57 → done (istos) 2026-08-02 09:07:03 +02:00
Ronald AshriandGitHub 8b6ba0c67f Merge pull request #48 from 12vectors/task/57-the-phases-view-a-swimlane-each
57 — The Phases view: a swimlane each
2026-08-02 09:06:55 +02:00
istos 41d30097c3 board: 57 PR update filed (istos) 2026-08-02 09:06:24 +02:00
istosandClaude Opus 4.8 99fb248615 Phases view: a held run sorts above the phases nobody has started
laneRank() lumped a held (stopped) phase in with unstarted phases at
the same rank, so an actionable "stopped — held by …" lane could sort
below phases nobody has started. The snapshot already carries
snap.stopped, so give a held run its own rank just below running,
keeping it near the top where a person can resume it. Addresses the
Copilot review point on PR #48.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-02 09:06:10 +02:00
istos 6e5e212e9b board: 57 PR opened (istos) 2026-08-02 08:55:47 +02:00
istos 6d7894a901 board: 57 → review (istos) 2026-08-02 08:55:39 +02:00
istos 7024c45d46 board: 57 Work report filed (istos) 2026-08-02 08:55:39 +02:00
istosandClaude Opus 5 a3388ed2ea The Phases view: a swimlane each
Card 56 took a phase's members off the Board; this is where they went. A fourth view beside Board, Sessions and Focus, holding one lane per phase card — every phase there is, not only the running ones, because a phase whose cards are all merged and which is waiting on its own PR still owns them.

A lane is a head, five stage columns and the phase's log. The head carries the phase, its progress, the member in flight and its own controls — hold, the phase branch, the phase card — and nothing that ends a phase, which stays a board move on the phase card. Four columns are the board's stages; the fifth is 'Merged in', not done/, because a member merged into the phase branch is finished as far as the phase is concerned and is not in main yet. Which members the branch holds is the runner's last pass while a phase runs, and the phase log once there are no more passes, so a phase in review/ still draws the work where it landed. The cards are the cards: cardFor() builds them here exactly as it builds them for the Board, agent line, chips, position-in-the-run chip and hover actions intact. The phase log sits under the lane, the runner's decisions in the order it made them, read off the card's own '## Phase log' — the only thing that can tell "not reached yet" from "started and ended badly".

A halted lane says so at the top of itself, names the card it stopped on, and offers run again beneath the reason. That action left the Board's phase card for the same reason: clearing a halt should mean having read what caused it, so the card offers a way into the view instead, and hold, which needs nothing read. The crossing the other way is the switcher, which carries how many phases are running and an alarm mark while one has halted — on every view, alongside the toast and the ticker line that already fire.

Covered by tests/test_phases_view.py: collect() reads a throwaway tasks/ tree and the page's own lane rules run over that reading in node (ordering, placement, the last column, the log, the all-merged phase in review/), plus source-level wiring invariants for the DOM half. test_phase_watch, test_card_actions and test_scroll_kept updated where this moves what they pin. Full suite green: 939 tests.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-02 08:55:17 +02:00
istos a4fdb4f34d board: 57 → in-progress (istos) 2026-08-02 08:29:14 +02:00
istos 0868a942e2 board: 56 → done (istos) 2026-08-02 08:29:08 +02:00
Ronald AshriandGitHub 2f0e7f410b Merge pull request #47 from 12vectors/task/56-phase-members-leave-the-main-board
56 — Phase members leave the main board
2026-08-02 08:29:04 +02:00
istos b9400263fb board: 56 PR opened (istos) 2026-08-02 07:57:24 +02:00
istos ecef8ca7f2 board: 56 → review (istos) 2026-08-02 07:57:16 +02:00
istos 07fae2b801 board: 56 Work report filed (istos) 2026-08-02 07:57:16 +02:00
istos 3365919ca4 Phase members leave the Board view
The Board view stops drawing a phase's members: the phase card stands for them there, and the columns go back to counting what you can see. Nothing is deleted, moved or marked — a member keeps its stage, its file, its agent and its actions.

heldByPhase()/columnCards()/columnNote() in board.html: the count is the length of the list drawn, and '+2 in phases' beside it says where the rest went, only where members are actually hidden. Membership is the only thing that hides a card, so removing it is the un-hiding: an archived phase card and an edited '## Cards' list stop deriving it, and a phase in done/ holds nothing. A card wearing phase drift is never hidden. The phase card carries the summary it now owes: a '1 of 2 merged' chip opening its own sheet, the member in flight on its activity line, and a halt worn in --alarm. Only the Board hides; Sessions, Focus, the header's live chip and the tab title still see an agent working on a hidden member.

Covered by tests/test_phase_members_hidden.py — collect() reads a throwaway tasks/ tree and the page's own rules run over that reading in node, plus source-level wiring invariants. Full suite green.
2026-08-02 07:56:59 +02:00
istos dee9bbb1a4 board: 56 → in-progress (istos) 2026-08-02 07:40:22 +02:00
istos bea169ee0b board: 60 → archived (istos) 2026-08-02 07:40:13 +02:00
istos e8732e93f9 board: 59 → to-do (istos) 2026-08-02 07:39:52 +02:00
istos fb43e1c414 board: 58 → to-do (istos) 2026-08-02 07:39:49 +02:00
istos 3042648643 board: 57 → to-do (istos) 2026-08-02 07:39:47 +02:00
istos 616f5afc17 board: 56 → to-do (istos) 2026-08-02 07:39:45 +02:00
istos 37b96eb88e board: 52 → done (istos) 2026-08-02 07:38:43 +02:00
istos 829e13ed3b board: 47 → done (istos) 2026-08-02 07:38:43 +02:00
istos 4c40e62532 board: 53 → done (istos) 2026-08-02 07:37:27 +02:00
Ronald AshriandGitHub 29438fbfc3 Merge pull request #46 from 12vectors/phase/53-the-board-stops-fighting-you
53 — Phase: the board stops fighting you
2026-08-02 07:37:19 +02:00
istos d978d6ad42 tasks: 59 also clears the workspaces a phase leaves behind
complete_task works from the stem of the card it is completing, so a
finished phase leaves every member's worktree, local branch and remote
branch in place — measured on 53: three worktrees at 3.8M each and two
member branches still on origin. The sweep now removes them, with the
existing rule intact for a member that never merged: there is work in
that worktree, so it stays.
2026-08-02 07:33:55 +02:00
istos 93f0304a2c tasks: card 60 — a phase stacks its pull requests
Today the runner merges each member into the phase branch as soon as CI
is green, which closes the member's PR and flattens the stack as it is
built: phase 53 handed back one +807 diff for two cards. Stop merging
during the run, chain each member's branch on the one before it, and let
the phase card sit on top. Carries one open question — how the stack
lands — which is a decision only the author can make.
2026-08-02 07:27:37 +02:00
istos 2b9199780f board: 53 PR opened (istos) 2026-08-02 07:20:19 +02:00
istos b4b1f73890 board: 53 → review (istos) 2026-08-02 07:18:55 +02:00
istos 7494f79cdc board: 53 phase log (istos) 2026-08-02 07:18:55 +02:00
istos e683387388 board: 53 phase log (istos) 2026-08-02 07:18:53 +02:00
istos e894b22c7c phase: merge task/47-an-archive-button-on-the-card into phase/53-the-board-stops-fighting-you 2026-08-02 07:18:51 +02:00
istos bedbb56537 phase: merge origin/main into phase/53-the-board-stops-fighting-you 2026-08-02 07:18:48 +02:00
istos dbaa7c9282 board: 53 phase log (istos) 2026-08-02 07:18:46 +02:00
istos 4ce8b11d9b board: 47 PR opened (istos) 2026-08-02 07:17:20 +02:00
istos a6291ec7ba board: 47 → review (istos) 2026-08-02 07:17:14 +02:00
istos c256d80efc tasks: phases get a room of their own — 56, 57, 58, 59
56 takes phase members off the Board view (counts describe what is
visible; membership is the only thing hiding them, so done, archived or
an edited list gives them back). 57 draws them instead: a Phases view,
one swimlane per phase, the phase log under it, run-again where the halt
is. 58 refuses to move a phase card while a member has a live agent —
'hold the phase first' — and covers archive, which is the path that
would really have hurt. 59 sweeps merged members to done/ when the phase
merges, so an ending reads as an ending.
2026-08-02 07:15:00 +02:00
istos b6091809fe tasks: card 55 — a headless run gets one turn, and nothing says so
Card 47's agent ended its turn with 'the suite is still running; I'll
wait for the monitor', which in a one-shot claude -p run is the end of
the run — 314 lines of finished, passing work staged and never
committed. The prompt never states that the run is a single turn or that
uncommitted work dies with it.
2026-08-01 19:57:50 +02:00
istos 661dd89af4 An archive chip on the card, where the card is
Every card in backlog/, to-do/ and done/ gets a ⌸ chip at the end of its
footer row — the tray's own glyph — arming on the first click and
archiving on the second, through the routes and the ARCHIVE_FROM guard
that already existed. In-progress and review cards do not get one: the
board offers what it will do.

Committed by hand after the run that wrote it ended mid-turn without
committing. The work is the agent's; the suite passes on it (875 tests)
and it is unchanged from what the run left staged.
2026-08-01 19:57:03 +02:00
istos 887fa43e36 board: 53 phase log (istos) 2026-08-01 17:28:20 +02:00
istos 91622d1ecf phase: merge origin/main into phase/53-the-board-stops-fighting-you 2026-08-01 17:28:18 +02:00
istos 89763d23f9 board: 47 Work report filed (istos) 2026-08-01 17:27:46 +02:00
istos bb35ca1985 phase: merge origin/main into phase/53-the-board-stops-fighting-you 2026-08-01 17:16:30 +02:00
istos 98ceb1bb17 board: 53 phase log (istos) 2026-08-01 17:15:58 +02:00
istos fc9b6fa14a board: 47 → in-progress (istos) 2026-08-01 17:15:58 +02:00
istos 3d29f0f4c0 board: 53 phase log (istos) 2026-08-01 17:15:58 +02:00