Skip to content
Docs

Session Basics

This page covers the normal operating model for working in CodeForge.

Use cc for everyday work:

Terminal window
cc

That launches Claude Code with CodeForge’s prompts, enabled plugins, configured permissions, and session context.

CommandUse It For
ccNormal coding sessions with the main CodeForge setup
claudeAlias for cc
ccwWriting-heavy sessions such as docs and prose
ccrawVanilla Claude Code without CodeForge customization
cc-orcDelegation-first orchestration mode
codexOpenAI Codex CLI, separate from Claude Code

When you launch cc, CodeForge handles these pieces for you:

  • system prompt loading
  • plugin hook registration
  • agent and skill availability
  • git and TODO context injection
  • shell aliases and status line integration

Session behavior comes from .codeforge/config/settings.json, especially:

  • model
  • effortLevel
  • permissions.defaultMode
  • enabledPlugins

If you want to change defaults, start with Settings and Permissions.

Use ccraw when you need to compare CodeForge behavior against vanilla Claude Code, or when you are debugging prompts, hooks, or plugin behavior.

You can resume a prior session with:

Terminal window
cc --resume <session-id>