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 +4 -4
- data/lib/aidp/harness/ui.rb +11 -0
- data/lib/aidp/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e481b19f01c0541ffc177baca0a006daa46e50dc458cfb9d009c4ac306f90fe
|
|
4
|
+
data.tar.gz: 8a6d757cdb1821070298dd4e2aa69847f422bb380f662fdc15c7a057ef40c2ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5579edf4e50738db997d1f77f4b687192cc40df8fd28b8a03d06639191675d48a17437696d2944d0eef5c29bc836931fd9def38688974c70dcb23542b521e04b
|
|
7
|
+
data.tar.gz: fc5bf185851a4c1d0a10c0048a48ad86eb82bf5dfdfb232c455116466a50e682055e501f04b1a8abab323061a6ebb52024de69c4cc04a20696d0386917d35f06
|
data/lib/aidp/version.rb
CHANGED
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.
|
|
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
|