File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ All notable changes to the Specify CLI and templates are documented here.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0/ ) .
77
8+ ## [ 0.2.7] - 2026-04-03
9+
10+ ### Changed
11+
12+ - ** Merged upstream spec-kit v0.5.0** with tikalk customizations preserved
13+ - ** Refactored tikalk code** into dedicated ` src/specify_cli/tikalk/ ` module for cleaner separation from upstream
14+ - ** New integration plugin architecture** from upstream with 30+ AI agent integrations
15+ - ** Fixed user-invocable bug** in skill frontmatter generation (base.py)
16+
17+ ### Added
18+
19+ - ** Tikalk module structure** :
20+ - ` tikalk/theme.py ` - Orange branding (ACCENT_COLOR, BANNER_COLORS)
21+ - ` tikalk/identity.py ` - Package identity (_ PKG_NAMES, _ get_cli_version)
22+ - ` tikalk/config.py ` - Configuration system with architecture settings
23+ - ` tikalk/team.py ` - Team AI directives syncing
24+ - ** Upstream features merged** :
25+ - Forgecode agent support
26+ - Stage 5/6 skills migration
27+ - Community extensions catalog updates
28+ - DEVELOPMENT.md documentation
29+
30+ ### Preserved
31+
32+ - ** Team AI directives** (` --team-ai-directives ` CLI option)
33+ - ** Orange theme** branding
34+ - ** Configuration system** with architecture and skills settings
35+ - ** Package identity** as ` agentic-sdlc-specify-cli `
36+
837## [ 0.2.4] - 2026-04-01
938
1039### Changed
You can’t perform that action at this time.
0 commit comments