bpsai-pair 0.2.3__py3-none-any.whl → 0.2.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of bpsai-pair might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bpsai-pair
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: CLI for AI pair-coding workflow
5
5
  Author: BPS AI Software
6
6
  Requires-Python: >=3.9
@@ -8,6 +8,13 @@ Description-Content-Type: text/markdown
8
8
  Requires-Dist: typer>=0.12
9
9
  Requires-Dist: rich>=13.7
10
10
  Requires-Dist: pyyaml>=6.0
11
+ Provides-Extra: docs
12
+ Requires-Dist: sphinx>=7.0; extra == "docs"
13
+ Requires-Dist: sphinx-rtd-theme>=2.0; extra == "docs"
14
+ Requires-Dist: sphinx-autodoc-typehints>=2.0; extra == "docs"
15
+ Requires-Dist: sphinx-copybutton>=0.5; extra == "docs"
16
+ Requires-Dist: myst-parser>=2.0; extra == "docs"
17
+ Requires-Dist: sphinx-click>=5.0; extra == "docs"
11
18
 
12
19
  # bpsai-pair CLI
13
20
 
@@ -27,6 +34,37 @@ cd tools/cli
27
34
  pip install -e .
28
35
  bpsai-pair --help
29
36
  ```
37
+ ## Windows & Cross-Platform
38
+
39
+ PairCoder CLI is fully Python-backed (no Bash required). On Windows use:
40
+
41
+ ```powershell
42
+ # Create venv
43
+ python -m venv .venv
44
+
45
+ # If activation is blocked...
46
+ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
47
+
48
+ # Activate venv
49
+ .\.venv\Scripts\Activate.ps1
50
+ # (Or use .venv\Scripts\activate.bat in CMD)
51
+
52
+ # Install package
53
+ pip install bpsai-pair
54
+ # or: pip install .\dist\bpsai_pair-*.whl
55
+
56
+ # Use the CLI
57
+ bpsai-pair --help
58
+ bpsai-pair-init
59
+ bpsai-pair feature demo --type refactor --primary "Goal" --phase "Phase 1"
60
+ bpsai-pair pack --out agent_pack.tgz
61
+ bpsai-pair context-sync --last "A" --next "B" --blockers ""
62
+ ```
63
+ If the entry point is not on PATH, use:
64
+
65
+ ```powershell
66
+ python -m bpsai_pair.cli --help
67
+ ```
30
68
 
31
69
  ## Usage
32
70
 
@@ -36,8 +36,8 @@ bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/a
36
36
  bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/directory_note.md,sha256=FnNMtnD_CpvVzpp5VzQzS4qddFQ6jfyS8q36ff10DrA,346
37
37
  bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/tests/example_contract/README.md,sha256=x5ZpsFnN9QiMWtXJsYw9n27ik5Yf425N5tbzMKOpVQQ,109
38
38
  bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/tests/example_integration/README.md,sha256=_G9MzJQq1GR4fVSgGeUFVo2eyzDXJVQn6mqJ5He1Euk,150
39
- bpsai_pair-0.2.3.dist-info/METADATA,sha256=Z0awCwvv7fPkAFuM99NhFnAp1MF30ger6ff8EslL0Dk,1812
40
- bpsai_pair-0.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
- bpsai_pair-0.2.3.dist-info/entry_points.txt,sha256=tK6yOUS1oseLus0bPQYd2cuLJgL1Zr3AGb_YPHVCtCI,101
42
- bpsai_pair-0.2.3.dist-info/top_level.txt,sha256=kwTlUncK6pxJyQpZQdspexSc-kWtPvZkLUy4ji1P6LU,11
43
- bpsai_pair-0.2.3.dist-info/RECORD,,
39
+ bpsai_pair-0.2.4.dist-info/METADATA,sha256=Y5jV3bze7adTaiobXEMeWZyfaLH-7vrz8_5p6oX-jQY,2880
40
+ bpsai_pair-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ bpsai_pair-0.2.4.dist-info/entry_points.txt,sha256=tK6yOUS1oseLus0bPQYd2cuLJgL1Zr3AGb_YPHVCtCI,101
42
+ bpsai_pair-0.2.4.dist-info/top_level.txt,sha256=kwTlUncK6pxJyQpZQdspexSc-kWtPvZkLUy4ji1P6LU,11
43
+ bpsai_pair-0.2.4.dist-info/RECORD,,