Bug Description
A user reported an issue asking the AI to move a file to a new project. The ai attempted the operation, but it was not clear that it did not complete successfully.
Expected Behavior
We don't currently support moving files to a new project. The AI assistant should provide clear feedback to the user.
Actual Behavior
The move_note tool should
- return a clear message explaining that notes can't be moved
- prompt the assistant to recreate the note in the new project
or the we should add support for moving a note to a new project directly in the code. This is problematic because we would have to pass two project values to the move note operation and we would need an api change.

Bug Description
A user reported an issue asking the AI to move a file to a new project. The ai attempted the operation, but it was not clear that it did not complete successfully.
Expected Behavior
We don't currently support moving files to a new project. The AI assistant should provide clear feedback to the user.
Actual Behavior
The move_note tool should
or the we should add support for moving a note to a new project directly in the code. This is problematic because we would have to pass two project values to the move note operation and we would need an api change.