Metadata-Version: 2.3
Name: simplicio-sprint
Version: 1.2.10
Summary: Autonomous sprint-to-PR delivery agent. Reads Jira/Azure DevOps/GitHub tasks, delegates code edits to simplicio-cli, ships draft PRs with evidence.
Project-URL: Homepage, https://github.com/wesleysimplicio/simplicio-sprint
Project-URL: Repository, https://github.com/wesleysimplicio/simplicio-sprint
Project-URL: Issues, https://github.com/wesleysimplicio/simplicio-sprint/issues
Author-email: Wesley Simplicio <wesleybob4@gmail.com>
License: MIT
Keywords: agent,automation,azure-devops,github,jira,simplicio-cli,sprint
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: orjson>=3.11.9
Requires-Dist: pydantic>=2.13.4
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=15.0.0
Requires-Dist: simplicio-cli>=0.5.15
Requires-Dist: simplicio-mapper>=0.7.2
Requires-Dist: simplicio-prompt>=1.13.2
Requires-Dist: typer>=0.26.4
Provides-Extra: dev
Requires-Dist: mypy>=2.1.0; extra == 'dev'
Requires-Dist: pytest-cov>=7.1.0; extra == 'dev'
Requires-Dist: pytest>=9.0.3; extra == 'dev'
Requires-Dist: ruff>=0.15.15; extra == 'dev'
Provides-Extra: keyring
Requires-Dist: keyring>=25.7.0; extra == 'keyring'
Provides-Extra: screenshot
Requires-Dist: playwright>=1.60.0; extra == 'screenshot'
Description-Content-Type: text/markdown

<h1 align="center">SendSprint</h1>

<p align="center">
  <strong>Autonomous sprint-to-PR delivery: read Jira, Azure DevOps or GitHub Issues, map the work, delegate edits, collect evidence, open draft PRs.</strong><br />
  <em>Commands stay in English so they can be copied exactly.</em>
</p>

<p align="center">
<a href="https://github.com/wesleysimplicio/simplicio-sprint/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/wesleysimplicio/simplicio-sprint?style=flat-square" /></a>
<a href="https://pypi.org/project/simplicio-sprint/"><img alt="PyPI" src="https://img.shields.io/pypi/v/simplicio-sprint.svg?style=flat-square" /></a>
<a href="https://pypi.org/project/simplicio-sprint/"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/simplicio-sprint.svg?style=flat-square" /></a>
<a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-yellow?style=flat-square" /></a>
</p>

<p align="center">
<a href="README.md">English</a> | <a href="READMEs/README.pt-BR.md">Português</a> | <a href="READMEs/README.es-ES.md">Español</a> | <a href="READMEs/README.ja-JP.md">日本語</a> | <a href="READMEs/README.ko-KR.md">한국어</a> | <a href="READMEs/README.zh-CN.md">简体中文</a> | <a href="READMEs/README.it-IT.md">Italiano</a> | <a href="READMEs/README.fr-FR.md">Français</a> | <a href="READMEs/README.ru-RU.md">Русский</a> | <a href="READMEs/README.pl-PL.md">Polski</a> | <a href="READMEs/README.hi-IN.md">हिन्दी</a> | <a href="READMEs/README.ar-SA.md">العربية</a> | <a href="READMEs/README.he-IL.md">עברית</a> | <a href="READMEs/README.ms-MY.md">Bahasa Melayu</a> | <a href="READMEs/README.id-ID.md">Bahasa Indonesia</a>
</p>

<p align="center">
  <img src="docs/assets/sendsprint-hero.png" alt="SendSprint preview" width="860" />
</p>

---

## The short version

Autonomous sprint-to-PR delivery: read Jira, Azure DevOps or GitHub Issues, map the work, delegate edits, collect evidence, open draft PRs.

## Quick Start

```bash
pip install -U simplicio-sprint
sendsprint plan-local --repo . --sprint readme-globalization --goal "Refresh README system" -t "README-001|Globalize README|Apply multilingual README standard|All language files exist"
sendsprint run github "*" --repo . --scope mine
```

## What it does

- Owns the macro-plan while simplicio-cli owns the code edit.
- Refreshes mapper context before converting cards into specs.
- Collects validation and screen evidence instead of shipping blind changes.
- Keeps PRs as drafts so the human remains the approval gate.

## Why this README is built to earn attention

- clear first-screen promise
- language links before installation
- badges and a visual hero for fast trust
- copy-ready quick start
- proof before long reference material
- star history for social proof

## How it works

```mermaid
flowchart LR
  mapper["simplicio-mapper
repo context"] --> current["SendSprint
this project"]
  prompt["simplicio-prompt
reasoning runtime"] --> current
  current --> evidence["validated evidence
tests, docs, screenshots"]
  current --> sprint["simplicio-sprint
delivery loop"]
```

## Proof and validation

- Delivery steps are represented as reports instead of one-off shell output.
- Git push uses bounded backoff and reuses existing branches safely.
- The package depends on the current Simplicio mapper, prompt and CLI floor.

## Simplicio ecosystem

- [simplicio-mapper](https://github.com/wesleysimplicio/simplicio-mapper) supplies repo context before interpretation.
- [simplicio-cli](https://github.com/wesleysimplicio/simplicio-dev-cli) executes focused code tasks with verification.
- [simplicio-prompt](https://github.com/wesleysimplicio/simplicio-prompt) provides fan-out and consensus runtime patterns.
- [simplicio-sprint](https://github.com/wesleysimplicio/simplicio-sprint) turns cards into draft PR delivery loops.

## Documentation standard

- [docs/cross-repo-issues.md](docs/cross-repo-issues.md)
- [docs/readme-globalization-standard.md](docs/readme-globalization-standard.md)
- [docs/readme-globalization-standard.md](docs/readme-globalization-standard.md)

## Star History

<a href="https://www.star-history.com/#wesleysimplicio/simplicio-sprint&Date">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=wesleysimplicio/simplicio-sprint&type=Date&theme=dark" />
    <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=wesleysimplicio/simplicio-sprint&type=Date" />
    <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=wesleysimplicio/simplicio-sprint&type=Date" />
  </picture>
</a>

## License

MIT. See [LICENSE](LICENSE).
