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.
- sase_github-0.2.3/.release-please-manifest.json +3 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/CHANGELOG.md +7 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/PKG-INFO +1 -1
- {sase_github-0.2.2 → sase_github-0.2.3}/pyproject.toml +1 -1
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/workspace_plugin.py +6 -1
- sase_github-0.2.2/.release-please-manifest.json +0 -3
- {sase_github-0.2.2 → sase_github-0.2.3}/.github/workflows/ci.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/.github/workflows/pr-title.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/.github/workflows/publish.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/.sase_beads/beads.db +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/.sase_beads/config.json +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/.sase_beads/issues.jsonl +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/CLAUDE.md +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/Justfile +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/LICENSE +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/README.md +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/docs/architecture.md +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/docs/configuration.md +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/docs/xprompts.md +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/release-please-config.json +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/__init__.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/config.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/default_config.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/errors.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/plugin.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/scripts/__init__.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/scripts/gh_setup.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/scripts/new_pr_desc_get_context.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/gh.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/new_pr_desc.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/pr_diff.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/src/sase_github/xprompts/prdd.yml +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/__init__.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_ci_install_contract.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_config.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_github_issues.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_github_plugin.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_submit_with_recorded_pr.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/tests/test_workspace_plugin.py +0 -0
- {sase_github-0.2.2 → sase_github-0.2.3}/uv.lock +0 -0
|
@@ -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
|
|
|
@@ -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":
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|