get_storage_status
Check the git status of the knowledge datastore. Track changes, current branch, uncommitted files, and remote status to manage project-specific knowledge efficiently.
Instructions
Shows git status of the knowledge datastore. Returns: {success: bool, storage_path: str, has_changes: bool, current_branch: str, last_commit: str, remote_status: str, uncommitted_files: int, status_details: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |