Postmaster v9.4.3 task visibility and detail view - #12
Merged
Conversation
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.
Summary
get_job(job_id)as the complete task detail viewcompletedtasks fromlist_jobs()by defaultinclude_completedwhile preserving explicitstatus="completed"semantics and existing owner/project/status filterslimitafter completed-task visibility filtering{ok, count, jobs}MCP result while preserving existing job record fieldstask_detail_viewandcompleted_tasks_hidden_by_defaultcapabilitiescompletedas the persisted database status; no deletion, archive or migrationCompatibility
Unchanged:
create_job,complete_job, recurring advancement,list_due_jobs, approval/security behavior, registry persistence, scheduler autonomous-execution policy, andscheduler_statuscompleted counts.postmaster-mcp.ymlis unchanged. No new environment variables, ports, volumes, Cloudflare changes, or deployment-specific migrations.Tests
Adds
tests/test_v9_4_3_task_visibility.pycovering default/explicit completed visibility, filters, post-filter limit, complete detail/not-found behavior, persistence/counting, due/create/complete/recurring regressions, MCP tool schema/serialization, and build capabilities.The required
v9 runtime tests / testworkflow also runs the full existing mail/account/knowledge suite, provider-neutral public-tree scan, and single-YAML bootstrap validations.