Skip to content

Commit 790d021

Browse files
authored
Merge pull request #1 from context-machine-lab/claude/summarize-words-011CULrZLUeJLCjYYc722hQG
Claude/summarize words 011 cu lr zl ue jl cj y yc722h qg
2 parents 1eb48ea + cb7ce17 commit 790d021

File tree

11 files changed

+1392
-145
lines changed

11 files changed

+1392
-145
lines changed

.env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Claude API
2-
ANTHROPIC_API_KEY=your_claude_api_key_here
3-
41
# Slack Bot
52
SLACK_BOT_TOKEN=xoxb-your-slack-bot-token
63
SLACK_APP_TOKEN=xapp-your-slack-app-token
74

5+
# Claude Code CLI (optional - defaults to 'claude' from PATH)
6+
# CLAUDE_CODE_BINARY_PATH=/usr/local/bin/claude
7+
88
# Agent Config
9-
AGENT_WORKSPACE=/path/to/workspace
10-
AGENT_DB_PATH=/path/to/data/tasks.db
11-
AGENT_RESULTS_PATH=/path/to/data/results
9+
AGENT_WORKSPACE_ROOT=./workspace
10+
AGENT_DB_PATH=./data/tasks.db
11+
AGENT_RESULTS_PATH=./data/results
1212

1313
# Git
1414
GIT_USER_NAME=Sleepless Agent

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__pycache__/

0 commit comments

Comments
 (0)