Open the setup console
Start the interactive console from any project directory.Navigate the sidebar and tabs
The setup console is organized into a persistent sidebar with five top level sections. Each section serves a distinct purpose.
The Console section contains five sub tabs.
Move between sidebar sections with
← / → or Tab / Shift+Tab. Move between Console tabs with ↑ / ↓ or the labeled shortcut keys.
Inspect skills with the Markdown overlay viewer
Skills that include aSKILL.md file can be opened in a read only overlay viewer.
1
Navigate to Console > Skills
Use the sidebar to open Console, then select the Skills tab.
2
Select a skill row
Move the selection cursor to the skill you want to inspect.
3
Open the overlay
Press
Enter to open the Skill Markdown Overlay Viewer. This renders the SKILL.md read only and does not modify any files.4
Close the overlay
Press
Esc or q to return to the Skills tab.Review Changes as a mandatory step
Every available write operation in the console starts with Review Changes. This is not optional. Gandalf enforces a preview step before any provider backed action is executed. When you select a mutation, the Changes tab activates automatically and shows:- The files or entries that will be modified
- Diff style additions and removals
- A confirmation prompt before execution
Timeline undo is always a preview
The Timeline section lets you inspect past operations, but its undo action remains a dry run preview.writesFiles=false is enforced for all timeline undo operations. This means you can see exactly what an undo would do, but you cannot trigger a file writing undo directly from the Timeline. Use gandalf restore with an explicit snapshot if you need to roll back to a saved baseline.