aidp 0.34.0 → 0.34.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4c9ad1d807359d816adfa79c71deb42fedce7158f782279366dffeee6b45179
4
- data.tar.gz: 12bbe406911ad596b2b55dfa450a3841804e51417252fd9e3212a41ca0f4b88d
3
+ metadata.gz: 9e481b19f01c0541ffc177baca0a006daa46e50dc458cfb9d009c4ac306f90fe
4
+ data.tar.gz: 8a6d757cdb1821070298dd4e2aa69847f422bb380f662fdc15c7a057ef40c2ef
5
5
  SHA512:
6
- metadata.gz: aabaf9b483b9031e2180a6b1dd9c9d94c7c24bcd6a67a7baf45a6b3bb97d48abbde29295b80a58a0f1d5ed3bfb37290f01acc463fa87004da2323a4e8c3dc44a
7
- data.tar.gz: 720a3d31ee8b827312db11ac85c08cd212caf7da566a30678be88f4e0a56cd46c895b3b6f0027fcf2d2b85b1bfe5c4935c6a8593f1f97d480ea736a4871ca2bc
6
+ metadata.gz: 5579edf4e50738db997d1f77f4b687192cc40df8fd28b8a03d06639191675d48a17437696d2944d0eef5c29bc836931fd9def38688974c70dcb23542b521e04b
7
+ data.tar.gz: fc5bf185851a4c1d0a10c0048a48ad86eb82bf5dfdfb232c455116466a50e682055e501f04b1a8abab323061a6ebb52024de69c4cc04a20696d0386917d35f06
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "ui/spinner_helper"
4
+
5
+ module Aidp
6
+ module Harness
7
+ module UI
8
+ # This module provides global UI helpers (see spinner_helper.rb)
9
+ end
10
+ end
11
+ end
data/lib/aidp/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aidp
4
- VERSION = "0.34.0"
4
+ VERSION = "0.34.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aidp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.34.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bart Agapinan
@@ -392,6 +392,7 @@ files:
392
392
  - lib/aidp/harness/status_display.rb
393
393
  - lib/aidp/harness/test_runner.rb
394
394
  - lib/aidp/harness/thinking_depth_manager.rb
395
+ - lib/aidp/harness/ui.rb
395
396
  - lib/aidp/harness/ui/base.rb
396
397
  - lib/aidp/harness/ui/enhanced_tui.rb
397
398
  - lib/aidp/harness/ui/enhanced_workflow_selector.rb