Skip to content

feat: sync plans and tasks directories#28

Merged
tawanorg merged 1 commit into
tawanorg:mainfrom
tikibozo:feat/sync-plans-tasks
May 22, 2026
Merged

feat: sync plans and tasks directories#28
tawanorg merged 1 commit into
tawanorg:mainfrom
tikibozo:feat/sync-plans-tasks

Conversation

@tikibozo
Copy link
Copy Markdown
Contributor

Summary

  • Add ~/.claude/plans/ and ~/.claude/tasks/ to SyncPaths
  • Update README "What Gets Synced" table

Motivation

Claude Code's plan mode (/plan) writes implementation plans to ~/.claude/plans/ and tracks task state in ~/.claude/tasks/. These aren't currently synced, so switching devices mid-plan loses context. Both directories are small and meaningful for cross-device continuity.

Test plan

  • All existing tests pass (go test ./...)
  • claude-sync push includes files from plans/ and tasks/
  • claude-sync pull restores them on another device

🤖 Generated with Claude Code

Add ~/.claude/plans/ and ~/.claude/tasks/ to SyncPaths so implementation
plans and task tracking state are preserved when syncing across devices.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@tawanorg tawanorg merged commit a7d6e64 into tawanorg:main May 22, 2026
2 checks passed
github-actions Bot pushed a commit that referenced this pull request May 22, 2026
# [1.9.0](v1.8.1...v1.9.0) (2026-05-22)

### Features

* sync plans and tasks directories ([#28](#28)) ([a7d6e64](a7d6e64))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants