You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add converge to speckit. prefix exception in test_command_loads_constitution_context
- Use speckit.converge.md (not {prefix}.converge.md) in test_complete_file_inventory_{sh,ps}
- Pin all 6 GitHub Actions in .github/workflows/eval.yml to full 40-char commit SHAs
- Bump version to 0.11.9+adlc4
Assisted-by: opencode (autonomous)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to the Specify CLI and templates are documented here.
4
4
5
+
# [0.11.9+adlc4] - 2026-06-29
6
+
7
+
### Fixed
8
+
9
+
-**Generic integration tests**: Fixed `test_command_loads_constitution_context` to recognize `converge` in the `speckit.` prefix exception (alongside `taskstoissues`). Fixed both `test_complete_file_inventory_sh` and `test_complete_file_inventory_ps` to expect `speckit.converge.md` instead of `{prefix}.converge.md` in the expected file inventory.
10
+
-**eval.yml action pinning**: Pinned all 6 GitHub Actions in `.github/workflows/eval.yml` to full 40-character commit SHAs (checkout@34e11487, setup-node@49933ea5, cache@0057852b, setup-python@a26af69b, github-script@f28e40c7, upload-artifact@ea165f8d) to satisfy `test_github_actions_are_pinned_to_full_commit_shas`.
Copy file name to clipboardExpand all lines: FORK.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,16 @@ Examples:
58
58
59
59
### Tag Format
60
60
Use `agentic-sdlc-v<version>` with plus:
61
-
- Version: `0.11.9+adlc3`
61
+
- Version: `0.11.9+adlc4`
62
62
63
-
- Tag: `agentic-sdlc-v0.11.9+adlc3`
63
+
- Tag: `agentic-sdlc-v0.11.9+adlc4`
64
64
When a fork release changes only bundled extension behavior, keep the CLI version on the upstream base (for example `0.10.0+adlc3`) and bump the affected extension manifest version independently (for example `extensions/git/extension.yml` to `1.5.0`).
65
65
66
66
### Version History
67
67
68
68
| Version | Date | Base Upstream | Changes |
69
69
|---------|------|---------------|---------|
70
+
| 0.11.9+adlc4 | 2026-06-29 | 0.11.9 | Fixed 4 remaining CI test failures: Generic integration converge prefix mismatch (3 tests), eval.yml action SHA pinning (1 test). Pinned all 6 GitHub Actions to commit SHAs. All CI tests now pass. |
70
71
| 0.11.9+adlc3 | 2026-06-29 | 0.11.9 | Merge upstream 2 new commits: community bundle submission issue template + docs (#3162), docs for /speckit.converge (#3181). All doc files already identical; only README.md required merge. Added new **Community Bundles** section to README with contribution link. Fixed 6 CI test failures: converge command keeps `speckit.` prefix (like taskstoissues); Firebender `_expected_files` accepts `project` kwarg + dedup; setup-plan test uses `SPECIFY_FEATURE_DIRECTORY`; PS `create-new-feature.ps1` null `$featureDir` fix; PS test uses correct extension script path. |
71
72
| 0.11.9+adlc2 | 2026-06-29 | 0.11.9 | Re-added `specify preset update` CLI command (registration lost during upstream merge). Fixed `test_e2e_branch_pattern_with_issue_config` to source `git-common.sh` (core `common.sh` no longer has `check_feature_branch`). |
72
73
| 0.11.9+adlc1 | 2026-06-28 | 0.11.9 | Merge upstream 0.11.9 (15 commits): mandatory hook invocation enforcement (#2901), PowerShell branch-name acronym case-sensitivity fix (#3129), GHES private release asset resolution (#3157), community bundle submission path (#3162), docs for --force and --refresh-shared-infra (#3179). Fork fixes: relative imports in extensions/ and presets/ __init__.py, registered.append guard in agents.py, bundled extension update uses install_from_directory not catalog download. |
0 commit comments