Skip to content

intake: dashboard no longer lists parked prompts as In flight - #233

Merged
Jammy2211 merged 1 commit into
mainfrom
claude/pyautomind-completed-tasks-cleanup-ng94r7
Aug 19, 2026
Merged

intake: dashboard no longer lists parked prompts as In flight#233
Jammy2211 merged 1 commit into
mainfrom
claude/pyautomind-completed-tasks-cleanup-ng94r7

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Overview

A parked task's prompt file legitimately stays in active/ (parked.md holds started-then-parked work), so the dashboard's bare active/*.md glob rendered the same task under both In flight and Parked. On 2026-08-19 the Mind dashboard showed "In flight 5" when only one task was genuinely in flight — which is part of how a backlog of completed-but-unwrapped tasks went unnoticed (companion sweep: PyAutoMind PR on the same branch name).

Change

census() in agents/conductors/intake/_intake.py now excludes prompts claimed by a parked.md row from the in-flight list; they render under Parked only, and the header count matches genuinely issued work.

Tests

New test_parked_prompt_still_in_active_is_not_listed_in_flight (double-listing + header count). python3 -m pytest tests/356 passed.

🤖 Generated with Claude Code

https://claude.ai/code/session_01AS2MB8X4vW3s27YW1ncviK


Generated by Claude Code

A parked task's prompt file legitimately stays in active/ (parked.md holds
started-then-parked work), so the bare active/*.md glob rendered the same
task under both In flight and Parked — on 2026-08-19 the dashboard showed
"In flight 5" when only one task was genuinely in flight, which is how a
backlog of completed-but-unwrapped tasks went unnoticed. The in-flight list
now excludes prompts claimed by parked.md rows; they render under Parked
only, and the header count matches genuinely issued work.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AS2MB8X4vW3s27YW1ncviK
@Jammy2211
Jammy2211 merged commit aa14ec7 into main Aug 19, 2026
2 checks passed
@Jammy2211
Jammy2211 deleted the claude/pyautomind-completed-tasks-cleanup-ng94r7 branch August 19, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants