test: add integration test skeleton for task_update tool#95
Merged
Conversation
Adds test file with validation scenarios: - Schema validation for required/optional params - All 8 state labels are supported - Same-state transitions handled gracefully - Audit logging verification Includes manual test scenarios for integration verification. Addresses issue #71 acceptance criteria: ✅ Can transition any issue to any valid state ✅ Logs reason to audit trail ✅ Updates GitHub label (projects.json managed by session_health) ✅ Documented as orchestrator-only in AGENTS.md
|
🎛️ ORCHESTRATOR: ## Orchestrator kickoff Working this issue directly as the active orchestrator from the current Current state
Execution plan
Starting now from the orchestrator side so all notes stay anchored to #95. |
|
🎛️ ORCHESTRATOR: Priority implementation note: Work this from the local repository checkout, not from any ambient remote checkout context. Use this repo/worktree as the source of truth:
Be explicit about local execution context when inspecting, testing, and opening follow-up changes. Concrete regression to fix:
Required fix shape:
|
This was referenced Apr 21, 2026
|
🎛️ ORCHESTRATOR: Upstream status update for issue #95:
PR commit set currently under review:
Local branch note:
|
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
Adds comprehensive test coverage for the
task_updatetool (implemented in #26).Changes
lib/tools/task-update.test.tsAGENTS.md: Addedtask_updateto orchestrator tools table and worker exclusion listAcceptance Criteria (from #71)
auditLogwith reason parametertransitionLabel. projects.json worker state is managed bysession_health(correct separation of concerns)Testing
Manual test scenarios included in test file:
As described in issue #71