Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit e3d1781

Browse files
briglebclaude
andcommitted
docs: update CLAUDE.md with checkin command and config path info
- Add checkin to list of CLI commands - Document XDG config path with macOS fallback behavior Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bd7dc9e commit e3d1781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Integration tests require `BC4_TEST_ACCOUNT_ID` and `BC4_TEST_ACCESS_TOKEN` envi
2727
## Architecture
2828

2929
### Directory Structure
30-
- `cmd/` - CLI commands (Cobra-based): account, auth, campfire, card, comment, document, message, people, profile, project, schedule, search, todo, activity
30+
- `cmd/` - CLI commands (Cobra-based): account, activity, auth, campfire, card, checkin, comment, document, message, people, profile, project, schedule, search, todo
3131
- `internal/` - Private packages:
3232
- `api/` - Modular Basecamp API client with retry logic and rate limiting
3333
- `auth/` - OAuth2 authentication
34-
- `config/` - JSON config at `~/.config/bc4/`
34+
- `config/` - JSON config at `~/.config/bc4/` (falls back to `~/Library/Application Support/bc4/` on macOS for existing users)
3535
- `errors/` - Custom error types with user-friendly messages
3636
- `factory/` - Dependency injection (used by all commands)
3737
- `markdown/` - Markdown to Basecamp HTML conversion (goldmark)

0 commit comments

Comments
 (0)