Skip to content

Commit 4fd3ad7

Browse files
AnnatarHeclaude
andcommitted
docs(claude): update data flow to reflect file-based storage
- Changed "SQLite" to "file based" in data flow documentation - Reflects actual implementation where commands are stored as files initially 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 632059a commit 4fd3ad7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ go fmt ./...
8686
5. **Encryption**: Hybrid RSA/AES-GCM encryption for secure command transmission
8787

8888
### Data Flow
89-
1. Shell hooks capture commands →
90-
2. CLI stores commands locally (SQLite) →
91-
3. Daemon (if installed) processes commands asynchronously →
89+
1. Shell hooks capture commands →
90+
2. CLI stores commands locally (file based) →
91+
3. Daemon (if installed) processes commands asynchronously →
9292
4. Batch sync to shelltime.xyz API
9393

9494
### Configuration

0 commit comments

Comments
 (0)