Metadata-Version: 2.4
Name: loopflow
Version: 0.2.0
Summary: Arrange LLMs to code in harmony
Author: Jack
License-Expression: MIT
Keywords: ai,claude,cli,coding,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Python: >=3.10
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# Loopflow

Arrange LLMs to code in harmony.

## Installation

`pip install loopflow`

## Basic Usage

`lf claude review`: Launches a claude code session with a default initial prompt. Should Include:
* README and STYLE info from the entire codebase
* A default "perspective" file, i.e. something like `.lf/perspectives/default.lf`
* The contents of the task, e.g. something like `.lf/tasks/review.lf`

`lf claude review -p`: Uses claude's print mode, which is to say:
* Also wraps the claude code in our commit wrapper to make it easier to make atomic in git

`lf claude review -p artist`: Uses `.lf/perspectives/artist.lf` or something
