sase-github 0.2.2__tar.gz → 0.2.3__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.
Files changed (40) hide show
  1. sase_github-0.2.3/.release-please-manifest.json +3 -0
  2. {sase_github-0.2.2 → sase_github-0.2.3}/CHANGELOG.md +7 -0
  3. {sase_github-0.2.2 → sase_github-0.2.3}/PKG-INFO +1 -1
  4. {sase_github-0.2.2 → sase_github-0.2.3}/pyproject.toml +1 -1
  5. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/workspace_plugin.py +6 -1
  6. sase_github-0.2.2/.release-please-manifest.json +0 -3
  7. {sase_github-0.2.2 → sase_github-0.2.3}/.github/workflows/ci.yml +0 -0
  8. {sase_github-0.2.2 → sase_github-0.2.3}/.github/workflows/pr-title.yml +0 -0
  9. {sase_github-0.2.2 → sase_github-0.2.3}/.github/workflows/publish.yml +0 -0
  10. {sase_github-0.2.2 → sase_github-0.2.3}/.sase_beads/beads.db +0 -0
  11. {sase_github-0.2.2 → sase_github-0.2.3}/.sase_beads/config.json +0 -0
  12. {sase_github-0.2.2 → sase_github-0.2.3}/.sase_beads/issues.jsonl +0 -0
  13. {sase_github-0.2.2 → sase_github-0.2.3}/CLAUDE.md +0 -0
  14. {sase_github-0.2.2 → sase_github-0.2.3}/Justfile +0 -0
  15. {sase_github-0.2.2 → sase_github-0.2.3}/LICENSE +0 -0
  16. {sase_github-0.2.2 → sase_github-0.2.3}/README.md +0 -0
  17. {sase_github-0.2.2 → sase_github-0.2.3}/docs/architecture.md +0 -0
  18. {sase_github-0.2.2 → sase_github-0.2.3}/docs/configuration.md +0 -0
  19. {sase_github-0.2.2 → sase_github-0.2.3}/docs/xprompts.md +0 -0
  20. {sase_github-0.2.2 → sase_github-0.2.3}/release-please-config.json +0 -0
  21. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/__init__.py +0 -0
  22. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/config.py +0 -0
  23. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/default_config.yml +0 -0
  24. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/errors.py +0 -0
  25. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/plugin.py +0 -0
  26. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/scripts/__init__.py +0 -0
  27. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/scripts/gh_setup.py +0 -0
  28. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
  29. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/gh.yml +0 -0
  30. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
  31. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/pr_diff.yml +0 -0
  32. {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/prdd.yml +0 -0
  33. {sase_github-0.2.2 → sase_github-0.2.3}/tests/__init__.py +0 -0
  34. {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_ci_install_contract.py +0 -0
  35. {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_config.py +0 -0
  36. {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_github_issues.py +0 -0
  37. {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_github_plugin.py +0 -0
  38. {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_submit_with_recorded_pr.py +0 -0
  39. {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_workspace_plugin.py +0 -0
  40. {sase_github-0.2.2 → sase_github-0.2.3}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.2.3"
3
+ }
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.3](https://github.com/sase-org/sase-github/compare/v0.2.2...v0.2.3) (2026-08-09)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * mark github plugin patch compatibility boundaries ([e79c33b](https://github.com/sase-org/sase-github/commit/e79c33b231d72605957f793fb6a338c910913af0))
9
+
3
10
  ## [0.2.2](https://github.com/sase-org/sase-github/compare/v0.2.1...v0.2.2) (2026-08-08)
4
11
 
5
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sase-github
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: GitHub VCS plugin for sase
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "sase-github"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "GitHub VCS plugin for sase"
9
9
  requires-python = ">=3.12"
10
10
  license = "MIT"
@@ -22,7 +22,9 @@ try:
22
22
  from sase.ace.patch.project_spec_path import preferred_project_spec_path
23
23
  except ImportError: # Older supported SASE releases expose only ChangeSpec names.
24
24
  from sase.ace.changespec import ( # type: ignore[no-redef]
25
+ # Legacy import names are adapted to canonical Patch locals.
25
26
  ChangeSpec as Patch,
27
+ # Legacy import names are adapted to canonical Patch locals.
26
28
  find_all_changespecs as find_all_patches,
27
29
  )
28
30
  from sase.ace.changespec.project_spec_path import ( # type: ignore[no-redef]
@@ -430,7 +432,9 @@ class GitHubWorkspacePlugin:
430
432
  @hookimpl
431
433
  def ws_prepare_mail(
432
434
  self,
435
+ # Legacy hook argument name retained for compatibility.
433
436
  changespec_name: str,
437
+ # Legacy hook argument name retained for compatibility.
434
438
  changespec_parent: str | None,
435
439
  project_basename: str,
436
440
  project_file: str,
@@ -461,6 +465,7 @@ class GitHubWorkspacePlugin:
461
465
  @hookimpl
462
466
  def ws_submit(
463
467
  self,
468
+ # Legacy hook argument name retained for compatibility.
464
469
  changespec_file: str,
465
470
  changespec_name: str,
466
471
  project_basename: str,
@@ -469,7 +474,7 @@ class GitHubWorkspacePlugin:
469
474
  """Submit a GitHub Patch by merging its PR."""
470
475
  from sase.workspace_provider import detect_workflow_type
471
476
 
472
- patch_file = changespec_file
477
+ patch_file = changespec_file # legacy hook argument name
473
478
  patch_name = changespec_name
474
479
  vcs_type = detect_workflow_type(patch_file)
475
480
  if vcs_type != "gh":
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.2.2"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes