aircana 3.0.0.rc7 → 3.0.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.
@@ -16,12 +16,6 @@ ADDITIONAL_CONTEXT=""
16
16
 
17
17
  # Handle specific tools
18
18
  case "$TOOL_NAME" in
19
- "Edit"|"Write")
20
- # Auto-update relevant files context if code files were modified
21
- if echo "$TOOL_PARAMS" | grep -E "\.(rb|js|py|ts)$" && [ "$EXIT_CODE" -eq 0 ]; then
22
- ADDITIONAL_CONTEXT="Code file modified - consider updating relevant files context."
23
- fi
24
- ;;
25
19
  "Bash")
26
20
  # Handle bash command results
27
21
  if [ "$EXIT_CODE" -ne 0 ]; then
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aircana
4
- VERSION = "3.0.0.rc7"
4
+ VERSION = "3.0.0"
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aircana
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc7
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Weston Dransfield
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
10
+ date: 2025-10-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: httparty
@@ -93,8 +93,9 @@ dependencies:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0.9'
96
- description: Aircana provides context management and workflow utilities for software
97
- engineering with AI agents, including file organization and template generation.
96
+ description: Aircana generates distributable Claude Code plugins with specialized
97
+ agents backed by Confluence and web knowledge sources. Includes manifest-based knowledge
98
+ tracking, ERB template generation, and team collaboration features.
98
99
  email:
99
100
  - weston@dransfield.dev
100
101
  executables:
@@ -197,12 +198,6 @@ files:
197
198
  - lib/aircana/templates/hooks/user_prompt_submit.erb
198
199
  - lib/aircana/version.rb
199
200
  - sig/aircana.rbs
200
- - spec_target_1760205040_181/agents/test-agent/manifest.json
201
- - spec_target_1760205220_486/agents/test-agent/manifest.json
202
- - spec_target_1760205379_250/agents/test-agent/manifest.json
203
- - spec_target_1760205601_652/agents/test-agent/manifest.json
204
- - spec_target_1760205608_135/agents/test-agent/manifest.json
205
- - spec_target_1760205654_952/agents/test-agent/manifest.json
206
201
  homepage: https://github.com/westonkd/aircana
207
202
  licenses:
208
203
  - MIT
@@ -226,7 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
221
  - !ruby/object:Gem::Version
227
222
  version: '0'
228
223
  requirements: []
229
- rubygems_version: 3.6.9
224
+ rubygems_version: 3.6.2
230
225
  specification_version: 4
231
- summary: Humble workflow and context utilities for engineering with agents
226
+ summary: CLI for creating and managing Claude Code plugins with per-agent knowledge
227
+ bases
232
228
  test_files: []
@@ -1,15 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "agent": "test-agent",
4
- "sources": [
5
- {
6
- "type": "confluence",
7
- "label": "test-agent",
8
- "pages": [
9
- {
10
- "id": "123"
11
- }
12
- ]
13
- }
14
- ]
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "agent": "test-agent",
4
- "sources": [
5
- {
6
- "type": "confluence",
7
- "label": "test-agent",
8
- "pages": [
9
- {
10
- "id": "123"
11
- }
12
- ]
13
- }
14
- ]
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "agent": "test-agent",
4
- "sources": [
5
- {
6
- "type": "confluence",
7
- "label": "test-agent",
8
- "pages": [
9
- {
10
- "id": "123"
11
- }
12
- ]
13
- }
14
- ]
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "agent": "test-agent",
4
- "sources": [
5
- {
6
- "type": "confluence",
7
- "label": "test-agent",
8
- "pages": [
9
- {
10
- "id": "123"
11
- }
12
- ]
13
- }
14
- ]
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "agent": "test-agent",
4
- "sources": [
5
- {
6
- "type": "confluence",
7
- "label": "test-agent",
8
- "pages": [
9
- {
10
- "id": "123"
11
- }
12
- ]
13
- }
14
- ]
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "agent": "test-agent",
4
- "sources": [
5
- {
6
- "type": "confluence",
7
- "label": "test-agent",
8
- "pages": [
9
- {
10
- "id": "123"
11
- }
12
- ]
13
- }
14
- ]
15
- }