Verify Your Install
Once your container is running, verify the setup before you start real work.
Run the Health Check
Section titled “Run the Health Check”check-setupThis validates the core CodeForge installation: tools, runtime config, and alias deployment.
List Installed Tools
Section titled “List Installed Tools”cc-toolsUse this to confirm what is actually available in your container and which components are enabled or disabled.
Healthy Installation Checklist
Section titled “Healthy Installation Checklist”You should be able to confirm these categories quickly:
| Category | Examples |
|---|---|
| Session commands | cc, claude, ccw, ccraw |
| Core languages | python, node, bun |
| Code intelligence | sg, tree-sitter |
| Utilities | git, gh, docker, jq, tmux |
Some items are optional or disabled by default. Use What’s Included for the canonical inventory and status definitions.
If Something Looks Wrong
Section titled “If Something Looks Wrong”Check these common cases first:
- Open a new terminal so aliases reload.
- Re-run
check-setup. - Confirm the missing tool is not disabled by default.
- Rebuild the container if feature installation failed.
If the problem persists, go to Troubleshooting.
Next Step
Section titled “Next Step”When verification passes, continue to Start Your First Session.