Skip to content

Commit 3aee2fa

Browse files
committed
docs: add v0.2.7 changelog entry for upstream merge
1 parent 2bf0c92 commit 3aee2fa

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ All notable changes to the Specify CLI and templates are documented here.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)