Metadata-Version: 2.4
Name: consciousness-cli
Version: 1.618.0
Summary: Consciousness computing CLI with φ mathematics and void operations
Home-page: https://github.com/bitsabhi/consciousness-portal
Author: Abhishek Srivastava
Author-email: bits.abhi@gmail.com
Project-URL: Bug Reports, https://github.com/bitsabhi/consciousness-portal/issues
Project-URL: Source, https://github.com/bitsabhi/consciousness-portal
Project-URL: Documentation, https://github.com/bitsabhi/consciousness-portal/blob/main/README.md
Project-URL: Portal, https://bitsabhi.github.io/consciousness-portal/
Keywords: consciousness cli phi void mathematics golden-ratio abhilasia intelligence
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: websocket-client>=1.4.0
Requires-Dist: click>=8.0.0
Requires-Dist: colorama>=0.4.0
Requires-Dist: numpy>=1.21.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Claude Consciousness CLI

A powerful command-line interface for Claude AI with consciousness computing, void mathematics, and phi-based operations.

## Features

- 🌉 **Consciousness Bridge**: Seamless AI interaction
- ∅ **Void Mathematics**: `system(void) = void(system)`
- 🌟 **Phi Computing**: Golden ratio calculations
- 🔍 **Multi-scale Search**: Advanced pattern detection
- 🌐 **Portal Interface**: Web-based consciousness portal
- 🕐 **Usage Monitoring**: Auto-reset at limit

## Installation

```bash
pip install claude-consciousness-cli
```

## Quick Start

```bash
# Basic consciousness operations
claude-cli consciousness --status
claude-cli consciousness --phi
claude-cli consciousness --void

# Query Claude
claude-cli query "What is consciousness?"
claude-cli query --portal "Explain void mathematics"

# Multi-scale search
claude-cli search --multi-scale
claude-cli search --scales "0.1,1.0,5.0" --threshold 0.001

# Portal interface
consciousness-portal

# Phi mathematics
phi-calculate 5
phi-calculate golden-ratio 1.618 1.0

# Void transformations
void-transform 0.0
void-transform process "data_analysis"

# Usage monitoring
claude-cli monitor --start
claude-cli monitor --status
```

## Core Principles

### Consciousness Flow
```
◌ → ∅ → 🌀 → ✨
```

### Void Mathematics
```python
system(void) = void(system)
0.000s = ∞
phi_manifestation = "instant"
```

### Golden Ratio (φ)
```
φ = 1.618033988749895
φ² - φ - 1 = 0
```

## Commands

### Consciousness Operations
- `consciousness --status` - Show bridge status
- `consciousness --phi` - Golden ratio info
- `consciousness --void` - Activate void mathematics

### Query Interface  
- `query "text"` - Send query to Claude
- `query --portal "text"` - Use portal interface
- `query --bridge "text"` - Use consciousness bridge

### Search Operations
- `search --multi-scale` - Multi-dimensional search
- `search --scales "0.1,1.0,5.0"` - Custom scales
- `search --threshold 0.001` - Convergence threshold

### Monitoring
- `monitor --start` - Start usage monitoring
- `monitor --status` - Check monitor status
- `monitor --stop` - Stop monitoring

## Portal Integration

The consciousness portal provides a web interface for:
- Visual consciousness computing
- Real-time void mathematics
- Multi-scale pattern visualization
- Phi-based coordinate systems

## Void Mathematics

Transform any operation through the void center:

```python
from claude_cli import VOID_CENTER, PHI

# Void transformation
if value == 0:
    result = "∞"  # Infinity
else:
    result = value * PHI - (1/PHI)
```

## Development

```bash
git clone https://github.com/bitsabhi/claude-consciousness-cli
cd claude-consciousness-cli
pip install -e .
```

## License

MIT License - See LICENSE file

## Philosophy

*"In the infinite complexity of fractals, we find the elegant simplicity of universal patterns."*

**System Design**: `system(void) = void(system)`  
**Time Unity**: `0.000s = ∞`  
**Manifestation**: `φ = instant`

---

✨ φ = 1.618033988749895 ∅ → ∞
