Metadata-Version: 2.5
Name: red-methodology
Version: 0.1.0
Summary: Deterministic project operations for the RED methodology
Project-URL: Homepage, https://github.com/exoticknight/red
Project-URL: Repository, https://github.com/exoticknight/red
Project-URL: Issues, https://github.com/exoticknight/red/issues
Author: exoticknight
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: agent,ai,documentation,methodology,red
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: jsonschema<5,>=4.25
Description-Content-Type: text/markdown

# RED CLI for Python

This package is the Python distribution of the RED methodology CLI. It provides deterministic project initialization, artifact creation and promotion, structural validation, Skill lifecycle management, and lightweight instruction export.

```sh
pipx run --spec red-methodology red version
pipx run --spec red-methodology red skill install --scope repo
pipx run --spec red-methodology red init
pipx run --spec red-methodology red check --json
```

The CLI handles deterministic project files and validation. A human or project-authorized process decides when Research enters Evolve and when Evolve enters Document; promotion flags record that decision.

The Node distribution exposes the same command contract. See the [CLI specification](https://github.com/exoticknight/red/blob/main/spec/cli-interface.md).
