-
-
Notifications
You must be signed in to change notification settings - Fork 205
Personal Workspace Configuration
Configure the smallest surface that improves your daily work. Personal settings should remain portable, reviewable, and easy to reverse.
- Confirm hooks and one provider work with defaults.
- Set display preferences such as theme, locale, and default filters.
- Add pricing overrides only when the built-in mapping does not match your use.
- Configure alerts after you understand normal activity.
- Add remote sources, MCP, plugins, or config tooling one at a time.
Changing several layers at once makes it hard to identify which setting caused a regression.
Choose a supported locale in the UI and verify the navigation, settings, dialogs, alerts, and configuration explorer. A missing translation should fall back safely, but report the exact screen and key so parity can be corrected.
Display filters do not delete data. If sessions seem missing, clear the date, project, provider, source, and status filters before changing ingestion.
Projects can appear different when paths differ across hosts, containers, WSL, or symbolic links. Use consistent working directories where possible and include the source filter when comparing machines.
- Prefer file-backed secret variables where supported.
- Never commit
.env, tokens, SQLite databases, transcripts, or provider credentials. - Restrict permissions on configuration and backup files.
- Treat transcript contents as sensitive project data.
Export or copy a verified backup, note the current version, and make one reversible change. For settings that can mutate provider configuration, follow Safe Config Explorer Usage.
For the full configuration reference, use the repository README.
Start Here · Localized product Wiki · Repository · Releases · Security · Report an issue
Guidance tracks the current master branch. For a deployed release, consult the repository documentation at that release tag before changing configuration.
CCAM Handbook
Use CCAM
- Read the dashboard
- Sessions and agents
- Kanban and tasks
- Tokens and costs
- Run agents
- Personal settings
Operate CCAM
- Deployment guide
- Hook health
- Security
- Backups and retention
- Prometheus and Grafana
- Remote machines
- Upgrades and rollback
- Incident runbooks
Automate and extend
- CLI patterns
- MCP workflows
- Alerts and webhooks
- Dynamic workflows
- Skills and plugins
- Safe config explorer
- Integration patterns
Help