Metadata-Version: 2.4
Name: topdog-simple
Version: 0.1.5
Summary: Infinite loop driver for Claude Code with persistent context
Project-URL: Homepage, https://github.com/yourusername/topdog-simple
Project-URL: Repository, https://github.com/yourusername/topdog-simple
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Topdog Simple

Infinite loop driver for Claude Code with persistent context and streaming JSON output.

## Installation

```bash
pip install topdog-simple
```

## Usage

```bash
topdogsimple
```

The tool will continuously cycle through three prompts:
1. "Are all features completed?"
2. "How can you prove it?" 
3. "Please run tests and fix"

Press Ctrl+C to stop the loop.

## Features

- Persistent Claude Code session context
- Streaming JSON output
- Automatic prompt cycling
- Simple infinite loop design
