intake: dashboard no longer lists parked prompts as In flight - #233
Merged
Merged
Conversation
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
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.
Overview
A parked task's prompt file legitimately stays in
active/(parked.md holds started-then-parked work), so the dashboard's bareactive/*.mdglob 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()inagents/conductors/intake/_intake.pynow excludes prompts claimed by aparked.mdrow 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