Workspace
Project management, file organization, and workspace settings.
A Workspace in Ocsidian represents a single game project. It wraps an Godot project directory and adds Ocsidian-specific configuration, AI context, and generation history.
Creating a workspace
- Click New Project on the welcome screen
- Choose a template or select an existing Godot project folder
- Ocsidian scaffolds the
.ocsidian/config directory
Project structure
MyGame/
├── .ocsidian/ # Ocsidian config and context
│ ├── rules/ # AI instruction rules
│ ├── templates/ # Generation templates
│ └── settings.json # Workspace settings
├── Content/ # Godot content
├── Source/ # C++ source code
├── Config/ # UE config files
└── MyGameproject.godot # Godot project fileWorkspace settings
Configure default model, generation quality, auto-save behavior, and Godot connection settings in .ocsidian/settings.json or through the settings UI.
