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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/lib/aircana/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 312d326adcc6bff5172859bc14c0040f66f716afa441dd3fc66222b387e5c076
4
- data.tar.gz: 3a1d3e8284cf9abf68c835dc9b6094ee93d72403109c3a2cce6feb73a999e29c
3
+ metadata.gz: 5b410d298c62e1ec4e18d0302ff1ced64e918e29a69212654ac0410dbf6e87d2
4
+ data.tar.gz: 581a47c0ed5e2be3dee92aab210f82fe0880e928081fdb0f2aee4ce46e5770b6
5
5
  SHA512:
6
- metadata.gz: 8426996238955fa216e0058dd2f8a6fcdf6dd761ee7fac281787ee4755067e1a33bafbc47f186341d593ac5f844e463e0067163a64dd532ad5a6e4812cdd1809
7
- data.tar.gz: 6a927d67954f765927339bdced8aceef7cdbeaeb47f6b11b8edc89bb65848b722d1a0ff73f458700b0eedaa56125d8c58df823948fe753b451a084dd04a31ff9
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aircana
4
- VERSION = "1.5.0.rc2"
4
+ VERSION = "1.5.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aircana
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.rc2
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Weston Dransfield