Fix desktop workspace chat root mismatches#114
Draft
cursor[bot] wants to merge 3 commits into
Draft
Conversation
Co-authored-by: EXboy <EXboys@users.noreply.github.com>
Co-authored-by: EXboy <EXboys@users.noreply.github.com>
Co-authored-by: EXboy <EXboys@users.noreply.github.com>
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
agent-rpcwrote chat data under<workspace>/chat, while Tauri host helpers reloaded transcripts, sessions, memory/logs, and prompt artifacts from the process-global chat root.schedule tick --workspace <workspace>from the resolved project root, matching the due-check workspace.<project>/chat, omitted workspace => legacy process-global chat root.Task Linkage
TASK-2026-070tasks/TASK-2026-070-desktop-workspace-root-fixes/Injected Specs
spec/architecture-boundaries.md(desktop command/bridge routing reviewed; no dependency direction changes)spec/security-nonnegotiables.md(not a sandbox/security policy change)spec/testing-policy.md(required for Rust/frontend code change)spec/docs-sync.md(reviewed; no docs needed because this restores intended behavior without new commands/flags/env vars)spec/verification-integrity.md,spec/task-artifact-language.md,spec/structured-signal-first.md,spec/capability-gap-evolution.md.Validation Evidence
rustup update stable && rustup default stablenpm cicargo fmt --checknpm run buildincrates/skilllite-assistantcargo test --manifest-path crates/skilllite-assistant/src-tauri/Cargo.tomlcargo clippy --manifest-path crates/skilllite-assistant/src-tauri/Cargo.toml --all-targets -- -A dead_code -A unused_imports -D warningscargo testcargo clippy --all-targets -- -D warningspython3 scripts/validate_tasks.py✓ built in 1.99s.58 passed; 0 failed(includes new workspace chat root, prompt diff, session, and rhythm arg tests).-D warnings.dead_code/unused_importscategories that block this manifest independently of this PR.Task validation passed (70 task directories checked).Regression Scope
reset,disable,explain,repair-skills).Docs Sync (EN/ZH)
Review Checklist
tasks/TASK-2026-070-desktop-workspace-root-fixes/TASK.mdsatisfiedtasks/TASK-2026-070-desktop-workspace-root-fixes/STATUS.mdupdated with latest progresstasks/TASK-2026-070-desktop-workspace-root-fixes/REVIEW.mdincludes merge readiness decisiontasks/board.mdstatus is up to date