Initial commit: Add shell-memory-cli project

A CLI tool that learns from terminal command patterns to automate repetitive workflows.

Features:
- Command recording with tags and descriptions
- Pattern detection for command sequences
- Session recording and replay
- Natural language script generation
This commit is contained in:
2026-01-30 11:56:15 +00:00
parent a33d15c1c6
commit 1235969a6b

1
tests/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Tests for Shell Memory CLI."""