Expand description
vibe-workspace library
Extremely lightweight workspace management for multiple git repositories
Re-exports§
pub use workspace::WorkspaceConfig;pub use workspace::WorkspaceManager;pub use worktree::WorktreeConfig;pub use worktree::WorktreeManager;
Modules§
- apps
- cache
- git
- mcp
- MCP (Model Context Protocol) server integration for vibe-workspace
- output
- Unified output interface for CLI and MCP modes
- repository
- ui
- uri
- utils
- workspace
- worktree
- Git worktree management system
Macros§
- display_
eprint - Print user-facing error output without newline Always routes to stderr
- display_
eprintln - Print user-facing error output with newline Always routes to stderr
- display_
print - Print user-facing output without newline Routes to stdout in CLI mode, stderr in MCP mode
- display_
println - Print user-facing output with newline Routes to stdout in CLI mode, stderr in MCP mode
- log_
debug - Log a message at the debug level
- log_
error - Log a message at the error level
- log_
info - Log a message at the info level
- log_
trace - Log a message at the trace level
- log_
warn - Log a message at the warn level