claude_shell 0.1.0

Shell environment integration and terminal operations with Claude AI-powered assistance and scripting
Documentation
[package]
name = "claude_shell"
version = "0.1.0"
edition = "2021"
authors = [
  "wandalen <wandalen.me@gmail.com>"
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/claude_shell"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/claude_shell"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/claude_shell"
description = """
Shell environment integration and terminal operations with Claude AI-powered assistance and scripting
"""
categories = [ "development-tools", "command-line-utilities" ]
keywords = [ "claude", "shell", "terminal", "scripting", "automation" ]

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []

[dependencies]

[dev-dependencies]