:LovelaceSession
View the current workspace context as reported by the Lattice daemon.
Command Signature
vim
:LovelaceSession
Alias: :LSession
Description
The :LovelaceSession command queries the daemon for the active workspace and shows details like:
- Workspace ID (from
workspaces.getCurrent) - Workspace name/path (from
workspaces.get) - Basic filesystem state (whether the path exists)
This is useful when you're working across multiple repos and want to confirm what workspace the daemon will associate with tasks.
Output Format
Example output:
# Workspace Context
## Current Workspace
- Workspace ID: `ws_...`
- Last Updated: 2026-02-08 21:15:00 UTC
## Workspace Details
- Name: my-project
- Path: `/Users/user/Projects/my-project`
- Exists: yes
Actions: [r]efresh [q]uit
Troubleshooting
Workspaces Not Supported
If your daemon version does not support workspaces, you'll see a warning. Upgrade the daemon and retry.
Wrong Socket / Not Connected
Run:
vim
:LovelaceHealth
and ensure the daemon is running:
bash
lattice-ctl daemon start
lattice-ctl daemon status
Related Commands
| Command | Purpose |
|---|---|
| :LovelaceHealth | Verify daemon connectivity |
| :LovelaceTasks | List tasks |
| :LovelaceTask | Submit a task |