File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " agentic-sdlc-specify-cli"
3- version = " 0.5.10 "
3+ version = " 0.5.11 "
44description = " Specify CLI (tikalk fork). Agentic SDLC toolkit for Spec-Driven Development with pre-installed extensions and AI integrations."
55requires-python = " >=3.11"
66dependencies = [
You can’t perform that action at this time.
0 commit comments