aircana 1.5.0.rc2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/aircana/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b410d298c62e1ec4e18d0302ff1ced64e918e29a69212654ac0410dbf6e87d2
|
4
|
+
data.tar.gz: 581a47c0ed5e2be3dee92aab210f82fe0880e928081fdb0f2aee4ce46e5770b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f89429b409ceaf0309327d45af575f688bec1d6843841b0c6d211c9423ef88354c711d808cf23aed404e2ee716358380781d02b3d4bbd8bdc4cbb8f2b94a4e4
|
7
|
+
data.tar.gz: 27ce68b6379c9c8c8ad794bf7da02bd06987db0061f1deb86d1e81754cd5cab45b4017575086b561881af4590bc954196114c83262ee8850ff6ea8d68cd5d9b4
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [1.5.0] - 2025-09-28
|
11
|
+
|
12
|
+
### Added
|
13
|
+
- New Jira agent: Specialized agent for Jira MCP tool interactions, handles reading and writing tickets efficiently
|
14
|
+
- New `air-write-plan` command: Generates command for writing structured plans to files
|
15
|
+
- Write plan command generator for creating plan documentation templates
|
16
|
+
|
17
|
+
### Changed
|
18
|
+
- Enhanced planner agent with improved workflow split into smaller, focused chunks
|
19
|
+
- Updated planner agent to utilize todo list file management for better task tracking
|
20
|
+
- Improved planner instructions with clearer guidance for each planning phase
|
21
|
+
- Updated README with additional documentation
|
22
|
+
|
23
|
+
### Fixed
|
24
|
+
- Fixed test spec that previously required running locally for proper execution
|
25
|
+
|
10
26
|
## [1.4.0] - 2025-09-27
|
11
27
|
|
12
28
|
### Added
|
data/lib/aircana/version.rb
CHANGED