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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to the Specify CLI and templates are documented here.
4
4
5
5
# [Unreleased]
6
6
7
+
# [0.8.3+adlc3] - 2026-04-30
8
+
9
+
### Fixed
10
+
11
+
-**team-ai-directives resolution**: Added `load_team_directives_config()` function to `scripts/bash/common.sh` to properly resolve team-ai-directives path from init-options.json at runtime (not just during init).
12
+
-**Fragile path sourcing in scripts**: Fixed bash and PowerShell scripts in levelup, product, and architect extensions that used fragile relative paths (`../../../../`) to source common.sh. Now uses robust project-root-finding pattern that works regardless of script location.
description: "Create and manage Architecture Decision Records (ADRs) and Architecture Descriptions (AD.md) using Rozanski & Woods Viewpoints and Perspectives methodology"
Copy file name to clipboardExpand all lines: extensions/levelup/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to the LevelUp extension will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.1.8] - 2026-04-30
9
+
10
+
### Fixed
11
+
12
+
-**Fragile path sourcing**: Fixed bash and PowerShell scripts using fragile relative paths to source common.sh. Now uses robust project-root-finding pattern that works regardless of script location.
Copy file name to clipboardExpand all lines: extensions/levelup/extension.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ schema_version: "1.0"
3
3
extension:
4
4
id: "levelup"
5
5
name: "LevelUp - Team AI Directives Contributor"
6
-
version: "1.1.7"
6
+
version: "1.1.8"
7
7
description: "Discover and contribute context modules (rules, personas, examples, skills) to team-ai-directives using Context Directive Records (CDRs)"
0 commit comments