bpsai-pair 0.2.3__tar.gz → 0.2.5__tar.gz

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.

Files changed (58) hide show
  1. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/PKG-INFO +39 -1
  2. bpsai_pair-0.2.3/bpsai_pair.egg-info/PKG-INFO → bpsai_pair-0.2.5/README.md +31 -11
  3. {bpsai_pair-0.2.3/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/docs → bpsai_pair-0.2.5}/USER_GUIDE.md +1 -1
  4. bpsai_pair-0.2.5/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/agents.md +23 -0
  5. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/directory_note.md +1 -1
  6. bpsai_pair-0.2.3/README.md → bpsai_pair-0.2.5/bpsai_pair.egg-info/PKG-INFO +49 -0
  7. bpsai_pair-0.2.5/bpsai_pair.egg-info/requires.txt +11 -0
  8. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/pyproject.toml +11 -1
  9. bpsai_pair-0.2.3/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/agents.md +0 -15
  10. bpsai_pair-0.2.3/bpsai_pair.egg-info/requires.txt +0 -3
  11. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/MANIFEST.in +0 -0
  12. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/__init__.py +0 -0
  13. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/__main__.py +0 -0
  14. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/adapters.py +0 -0
  15. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/cli.py +0 -0
  16. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/config.py +0 -0
  17. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/cookiecutter.json +0 -0
  18. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.agentpackignore +0 -0
  19. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.editorconfig +0 -0
  20. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  21. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.github/workflows/ci.yml +0 -0
  22. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.github/workflows/project_tree.yml +0 -0
  23. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.gitignore +0 -0
  24. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.gitleaks.toml +0 -0
  25. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +0 -0
  26. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/AGENTS.md +0 -0
  27. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/CLAUDE.md +0 -0
  28. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/CODEOWNERS +0 -0
  29. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/CONTRIBUTING.md +0 -0
  30. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/SECURITY.md +0 -0
  31. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/development.md +0 -0
  32. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/directory_notes/.gitkeep +0 -0
  33. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/project_tree.md +0 -0
  34. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/docs}/USER_GUIDE.md +0 -0
  35. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/prompts/deep_research.yml +0 -0
  36. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/prompts/implementation.yml +0 -0
  37. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/prompts/roadmap.yml +0 -0
  38. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/scripts/README.md +0 -0
  39. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/src/.gitkeep +0 -0
  40. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/adr.md +0 -0
  41. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/tests/example_contract/README.md +0 -0
  42. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/tests/example_integration/README.md +0 -0
  43. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/init_bundled_cli.py +0 -0
  44. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/jsonio.py +0 -0
  45. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/ops.py +0 -0
  46. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/pyutils.py +0 -0
  47. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair/utils.py +0 -0
  48. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair.egg-info/SOURCES.txt +0 -0
  49. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair.egg-info/dependency_links.txt +0 -0
  50. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair.egg-info/entry_points.txt +0 -0
  51. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/bpsai_pair.egg-info/top_level.txt +0 -0
  52. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/setup.cfg +0 -0
  53. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/tests/test_cli.py +0 -0
  54. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/tests/test_config.py +0 -0
  55. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/tests/test_context_sync.py +0 -0
  56. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/tests/test_feature_branch_type.py +0 -0
  57. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/tests/test_ops.py +0 -0
  58. {bpsai_pair-0.2.3 → bpsai_pair-0.2.5}/tests/test_pack_preview.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bpsai-pair
3
- Version: 0.2.3
3
+ Version: 0.2.5
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
 
@@ -1,14 +1,3 @@
1
- Metadata-Version: 2.4
2
- Name: bpsai-pair
3
- Version: 0.2.3
4
- Summary: CLI for AI pair-coding workflow
5
- Author: BPS AI Software
6
- Requires-Python: >=3.9
7
- Description-Content-Type: text/markdown
8
- Requires-Dist: typer>=0.12
9
- Requires-Dist: rich>=13.7
10
- Requires-Dist: pyyaml>=6.0
11
-
12
1
  # bpsai-pair CLI
13
2
 
14
3
  The PairCoder CLI tool for AI pair programming workflows.
@@ -27,6 +16,37 @@ cd tools/cli
27
16
  pip install -e .
28
17
  bpsai-pair --help
29
18
  ```
19
+ ## Windows & Cross-Platform
20
+
21
+ PairCoder CLI is fully Python-backed (no Bash required). On Windows use:
22
+
23
+ ```powershell
24
+ # Create venv
25
+ python -m venv .venv
26
+
27
+ # If activation is blocked...
28
+ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
29
+
30
+ # Activate venv
31
+ .\.venv\Scripts\Activate.ps1
32
+ # (Or use .venv\Scripts\activate.bat in CMD)
33
+
34
+ # Install package
35
+ pip install bpsai-pair
36
+ # or: pip install .\dist\bpsai_pair-*.whl
37
+
38
+ # Use the CLI
39
+ bpsai-pair --help
40
+ bpsai-pair-init
41
+ bpsai-pair feature demo --type refactor --primary "Goal" --phase "Phase 1"
42
+ bpsai-pair pack --out agent_pack.tgz
43
+ bpsai-pair context-sync --last "A" --next "B" --blockers ""
44
+ ```
45
+ If the entry point is not on PATH, use:
46
+
47
+ ```powershell
48
+ python -m bpsai_pair.cli --help
49
+ ```
30
50
 
31
51
  ## Usage
32
52
 
@@ -38,7 +38,7 @@ To use PairCoder, you need the following (these are the base requirements from t
38
38
 
39
39
  ### Installation Steps
40
40
 
41
- Once published on PyPI, you can install PairCoder with pip. For example:
41
+ You can install PairCoder with pip. For example:
42
42
 
43
43
  ```bash
44
44
  pip install bpsai-pair
@@ -0,0 +1,23 @@
1
+ # Agents Guide
2
+
3
+ This project uses a **Context Loop**. Always keep these fields current:
4
+
5
+ - **Overall goal is:** Single-sentence mission
6
+ - **Last action was:** What just completed
7
+ - **Next action will be:** The very next step
8
+ - **Blockers:** Known issues or decisions needed
9
+
10
+ ### Working Rules for Agents
11
+
12
+ - Do not modify or examine ignored directories (see `.agentpackignore`). Assume large assets exist even if excluded.
13
+ - Prefer minimal, reversible changes.\n- After committing code, run `bpsai-pair context-sync` to update the loop.
14
+ - Request a new context pack when the tree or docs change significantly.
15
+
16
+ ### Context Pack
17
+
18
+ Run `bpsai-pair pack --out agent_pack.tgz` and upload to your session.
19
+ ---
20
+
21
+ ## Branch Discipline
22
+ - Use `--type feature|fix|refactor` when creating features.
23
+ - Conventional Commits recommended.
@@ -11,7 +11,7 @@
11
11
  - Don’t: <pitfall>
12
12
 
13
13
  ## Gotchas
14
- - <common issues>
14
+ - Common Issues: <issues>
15
15
 
16
16
  ## Glossary
17
17
  - <term>: <definition>
@@ -1,3 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: bpsai-pair
3
+ Version: 0.2.5
4
+ Summary: CLI for AI pair-coding workflow
5
+ Author: BPS AI Software
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: typer>=0.12
9
+ Requires-Dist: rich>=13.7
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"
18
+
1
19
  # bpsai-pair CLI
2
20
 
3
21
  The PairCoder CLI tool for AI pair programming workflows.
@@ -16,6 +34,37 @@ cd tools/cli
16
34
  pip install -e .
17
35
  bpsai-pair --help
18
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
+ ```
19
68
 
20
69
  ## Usage
21
70
 
@@ -0,0 +1,11 @@
1
+ typer>=0.12
2
+ rich>=13.7
3
+ pyyaml>=6.0
4
+
5
+ [docs]
6
+ sphinx>=7.0
7
+ sphinx-rtd-theme>=2.0
8
+ sphinx-autodoc-typehints>=2.0
9
+ sphinx-copybutton>=0.5
10
+ myst-parser>=2.0
11
+ sphinx-click>=5.0
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  readme = "README.md"
3
3
  name = "bpsai-pair"
4
- version = "0.2.3"
4
+ version = "0.2.5"
5
5
  description = "CLI for AI pair-coding workflow"
6
6
  requires-python = ">=3.9"
7
7
  dependencies = [ "typer>=0.12", "rich>=13.7", "pyyaml>=6.0",]
@@ -23,3 +23,13 @@ include-package-data = true
23
23
 
24
24
  [tool.setuptools.package-data]
25
25
  bpsai_pair = ["data/**/*"]
26
+
27
+ [project.optional-dependencies]
28
+ docs = [
29
+ "sphinx>=7.0",
30
+ "sphinx-rtd-theme>=2.0",
31
+ "sphinx-autodoc-typehints>=2.0",
32
+ "sphinx-copybutton>=0.5",
33
+ "myst-parser>=2.0", # For markdown support
34
+ "sphinx-click>=5.0", # For CLI documentation
35
+ ]
@@ -1,15 +0,0 @@
1
- # Agents Guide
2
-
3
- This project uses a **Context Loop**. Always keep these fields current:
4
-
5
- - **Overall goal is:** Single-sentence mission
6
- - **Last action was:** What just completed
7
- - **Next action will be:** The very next step
8
- - **Blockers:** Known issues or decisions needed
9
-
10
- ### Working Rules for Agents\n- Do not modify or examine ignored directories (see `.agentpackignore`). Assume large assets exist even if excluded.\n- Prefer minimal, reversible changes.\n- After committing code, run `bpsai-pair context-sync` to update the loop.\n- Request a new context pack when the tree or docs change significantly.\n\n### Context Pack\nRun `bpsai-pair pack --out agent_pack.tgz` and upload to your session.\n
11
- ---
12
-
13
- ## Branch Discipline
14
- - Use `--type feature|fix|refactor` when creating features.
15
- - Conventional Commits recommended.
@@ -1,3 +0,0 @@
1
- typer>=0.12
2
- rich>=13.7
3
- pyyaml>=6.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes