feature: task-dnd-ux (1/3) - #24
Closed
myk1yt wants to merge 19 commits into
Closed
Conversation
myk1yt
force-pushed
the
pr/b08-task-persistence-v2
branch
3 times, most recently
from
August 6, 2026 08:45
3c27bda to
312713d
Compare
added 6 commits
August 7, 2026 01:15
… resolution The squash merge used --theirs for eslint-suppressions.json, which kept stale suppression entries that no longer match any code. ESLint's --prune-suppressions removed 13 dead entries, resolving the CI lint failure.
Patch coverage checks were blocking 10+ PRs with 80%/70% thresholds. Changed to informational: true so patch coverage is reported but not a required status check.
…on + prune stale suppressions
myk1yt
force-pushed
the
pr/b08-task-persistence-v2
branch
from
August 6, 2026 16:15
ef13c98 to
c43fdf3
Compare
Co-authored-by: Roomote <roomote@roomote.dev>
…1190) Co-authored-by: Roomote <roomote@roomote.dev>
…Org#1122) CI failure: E2E Tests (Mocked) run 31228470325 failed with '404 No fixture matched' because task-organization.test.ts calls startNewTask with probe tags ORG_E2E_TASK_A/B/C but no fixture existed. Run: https://github.com/Zoo-Code-Org/Zoo-Code/actions/runs/31228470325
…ames (Zoo-Code-Org#1073) * fix(telemetry): record tool usage once centrally, sanitize raw tool names * fix(telemetry): defer native MCP usage recording until validation passes * fix(telemetry): narrow UseMcpToolTool callback, harden test mocks, close coverage gaps * test(telemetry): complete native MCP mock so validateToolExists runs the real path
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Roomote <roomote@roomote.dev>
Owner
Author
|
Closing to recreate with main as target base branch. This PR had stale base branch references after fork sync. |
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.
Stack Position
feature/task-dnd-uxDescription
Full Feature Description
feature/task-dnd-uxtask-organization.ts,TaskOrganizationStore.ts,safeWriteJson.ts,taskOrganizationMessageHandler.ts,ClineProvider.ts,HistoryView.tsx,ExtensionStateContext.tsx.Why Split Into 17 PRs
Instead of submitting this feature as a single unified PR, it was split into individual PRs because as code size grows, safely reviewing a PR becomes very difficult. The feature was broken into mutually exclusive individual PRs so that each can be reviewed independently.
What This PR Specifically Changes
Adds folder/pin/membership/order schema, workspace-scoped aggregate, atomic write, lock/revision conflict, future-schema protection, and corrupt-file recovery. Does not include IPC or UI.
Included Files
packages/types/src/task-organization.tssrc/core/task-persistence/TaskOrganizationStore.tssrc/utils/safeWriteJson.tspackages/types/src/__tests__/task-organization.spec.tssrc/core/task-persistence/__tests__/TaskOrganizationStore.spec.tsExclusion Scope