bpsai-pair 0.2.4__py3-none-any.whl → 0.2.5__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.
- bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/agents.md +9 -1
- bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/directory_note.md +1 -1
- {bpsai_pair-0.2.4.dist-info → bpsai_pair-0.2.5.dist-info}/METADATA +1 -1
- {bpsai_pair-0.2.4.dist-info → bpsai_pair-0.2.5.dist-info}/RECORD +7 -7
- {bpsai_pair-0.2.4.dist-info → bpsai_pair-0.2.5.dist-info}/WHEEL +0 -0
- {bpsai_pair-0.2.4.dist-info → bpsai_pair-0.2.5.dist-info}/entry_points.txt +0 -0
- {bpsai_pair-0.2.4.dist-info → bpsai_pair-0.2.5.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,15 @@ This project uses a **Context Loop**. Always keep these fields current:
|
|
|
7
7
|
- **Next action will be:** The very next step
|
|
8
8
|
- **Blockers:** Known issues or decisions needed
|
|
9
9
|
|
|
10
|
-
### Working Rules for Agents
|
|
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.
|
|
11
19
|
---
|
|
12
20
|
|
|
13
21
|
## Branch Discipline
|
|
@@ -22,7 +22,7 @@ bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/SECURITY.md
|
|
|
22
22
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.github/PULL_REQUEST_TEMPLATE.md,sha256=VbjBqMsIcryg3YY8TL8NsGnnzE1Thz43MrBaI3-m5mU,1146
|
|
23
23
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.github/workflows/ci.yml,sha256=VisTKdEHgnL6902gqKczr5FXFZgJlmA0zw2FJBMjb2Q,2766
|
|
24
24
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/.github/workflows/project_tree.yml,sha256=jCdBPZSVnoMlrZGZRPrfNI_omy2bBneP501iW0yQ4Nc,1702
|
|
25
|
-
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/agents.md,sha256=
|
|
25
|
+
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/agents.md,sha256=1UPf96dd1A-6FWFFFMA2qcJxqd1CNLsCj03B1XlRL5k,821
|
|
26
26
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/development.md,sha256=-1Woc7zLMw-YYkkE8_E0indISEiS0wv00qkpCEpyQm8,284
|
|
27
27
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/project_tree.md,sha256=ppNgU2afWoJOnSJbOl9GoJ8EuNT85N005_8LjilEN4w,89
|
|
28
28
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/context/directory_notes/.gitkeep,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -33,11 +33,11 @@ bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/prompts/roa
|
|
|
33
33
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/scripts/README.md,sha256=2eHMbeH479EQwq5QFz83Mw-cb_x2SeYlKolk5hfELIw,367
|
|
34
34
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/src/.gitkeep,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
35
35
|
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/adr.md,sha256=y_9hvwCgzukpV2pYOjYGk4kD-a6YZZZJqflMjnHvbLE,460
|
|
36
|
-
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/directory_note.md,sha256=
|
|
36
|
+
bpsai_pair/data/cookiecutter-paircoder/{{cookiecutter.project_slug}}/templates/directory_note.md,sha256=gUzqhLF05NC5DpVqG8LTY2lNl2GMP47HxUNN3XeGBKs,354
|
|
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.
|
|
40
|
-
bpsai_pair-0.2.
|
|
41
|
-
bpsai_pair-0.2.
|
|
42
|
-
bpsai_pair-0.2.
|
|
43
|
-
bpsai_pair-0.2.
|
|
39
|
+
bpsai_pair-0.2.5.dist-info/METADATA,sha256=HRsoMGZJS0qf_r1u9kffpLeIKlWSQLdP92mEJZfSwjc,2880
|
|
40
|
+
bpsai_pair-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
41
|
+
bpsai_pair-0.2.5.dist-info/entry_points.txt,sha256=tK6yOUS1oseLus0bPQYd2cuLJgL1Zr3AGb_YPHVCtCI,101
|
|
42
|
+
bpsai_pair-0.2.5.dist-info/top_level.txt,sha256=kwTlUncK6pxJyQpZQdspexSc-kWtPvZkLUy4ji1P6LU,11
|
|
43
|
+
bpsai_pair-0.2.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|