feat: support CC_TRACKER_PROJECT env var to override project name #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/config-project-field"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds support for a
CC_TRACKER_PROJECTenvironment variable that overrides the default project name (which is derived fromfilepath.Base(cwd)).This allows webhook-spawned claude sessions to report under a specific project by setting
CC_TRACKER_PROJECT=forgejoin the environment when spawning the claude CLI.feat: add project field to configto feat: support CC_TRACKER_PROJECT env var to override project name