Skip to content

Commit 1cf465e

Browse files
committed
chore: release v0.5.11
1 parent b2bc565 commit 1cf465e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the Specify CLI and templates are documented here.
44

55
# [Unreleased]
66

7+
### Changed
8+
9+
- **Hook-based architecture loading**: Replaced hardcoded AD.md/adr.md file loading in preset commands with hook-based architecture
10+
- Architecture context now loaded via `before_specify`/`before_analyze`/`before_clarify` hooks
11+
- Removed direct file path references from `adlc.spec.analyze.md` and `adlc.spec.clarify.md`
12+
- Aligns with extension hook system for better extensibility
13+
714
# [0.5.10] - 2026-04-20
815

916
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-sdlc-specify-cli"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
description = "Specify CLI (tikalk fork). Agentic SDLC toolkit for Spec-Driven Development with pre-installed extensions and AI integrations."
55
requires-python = ">=3.11"
66
dependencies = [

0 commit comments

Comments
 (0)