legionio 1.4.64 → 1.4.66

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: 3fe88835ee309cdcd0e6028c5347a7b5be018a8697f14e96bfba294d821ac9b0
4
- data.tar.gz: 44e770db00a040967b0bc2a6000615cd081a9c42d8c3f68289e30e0baf1f46f0
3
+ metadata.gz: ce930ae41174649616f7c9793f36ba8d9c3b3d4655f778b34a10648715cdef35
4
+ data.tar.gz: 2cddda47aa6fb16bbaa6245daecb433ca572c60c2c689bfdb2aa7af6feb45349
5
5
  SHA512:
6
- metadata.gz: bbb73700901c2804ceb8200e5154e484899a217ebb26a122ed29d00c0505947fac537473e5540720f3b0a492fb2826881027f02860ef6a9a1d341583dc701cb0
7
- data.tar.gz: 5400b10d5097542980cbce00011fb3d3447dc2913671b741b19c95f29f68fb323b9d6688fdab739e26277641d27612b33026c8320a0631932e548e5e49425300
6
+ metadata.gz: 9c9481c8ec290af1037a6457268742bf05f1c8034073c57728726d426a8d995e5bb1a2619d1e1906cf69a1e7629019461a75d4cb4f1718243f5a2d4f5386f777
7
+ data.tar.gz: 6607b7b494cfeb13a33e1101584c679107a7616d58004ef41d81984056b20a88fdb3ad0377fa43734d9e411d27bc22be6b6629429730c52181fbfe370c261192
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Legion Changelog
2
2
 
3
+ ## [1.4.66] - 2026-03-18
4
+
5
+ ### Fixed
6
+ - Doctor config check now looks in `~/.legionio/settings` (the actual default settings directory)
7
+ - Doctor permissions check now checks `~/.legionio/` directories instead of `/var/run`
8
+
9
+ ## [1.4.65] - 2026-03-18
10
+
11
+ ### Fixed
12
+ - Remove local path references from Gemfile (40 sibling repo paths)
13
+
3
14
  ## [1.4.64] - 2026-03-18
4
15
 
5
16
  ### Fixed
data/CLAUDE.md CHANGED
@@ -9,7 +9,7 @@ The primary gem for the LegionIO framework. An extensible async job engine for s
9
9
 
10
10
  **GitHub**: https://github.com/LegionIO/LegionIO
11
11
  **Gem**: `legionio`
12
- **Version**: 1.4.61
12
+ **Version**: 1.4.65
13
13
  **License**: Apache-2.0
14
14
  **Docker**: `legionio/legion`
15
15
  **Ruby**: >= 3.4
data/Gemfile CHANGED
@@ -4,64 +4,6 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- # Local development: override gemspec deps with sibling repo paths.
8
- # CI uses published gem versions from RubyGems via gemspec.
9
- unless ENV['CI']
10
- gem 'legion-cache', path: '../legion-cache'
11
- gem 'legion-crypt', path: '../legion-crypt'
12
- gem 'legion-data', path: '../legion-data'
13
- gem 'legion-gaia', path: '../legion-gaia'
14
- gem 'legion-json', path: '../legion-json'
15
- gem 'legion-llm', path: '../legion-llm'
16
- gem 'legion-logging', path: '../legion-logging'
17
- gem 'legion-rbac', path: '../legion-rbac'
18
- gem 'legion-settings', path: '../legion-settings'
19
- gem 'legion-transport', path: '../legion-transport'
20
-
21
- # Core extensions
22
- gem 'lex-codegen', path: '../extensions-core/lex-codegen'
23
- gem 'lex-conditioner', path: '../extensions-core/lex-conditioner'
24
- gem 'lex-exec', path: '../extensions-core/lex-exec'
25
- gem 'lex-health', path: '../extensions-core/lex-health'
26
- gem 'lex-lex', path: '../extensions-core/lex-lex'
27
- gem 'lex-log', path: '../extensions-core/lex-log'
28
- gem 'lex-metering', path: '../extensions-core/lex-metering'
29
- gem 'lex-node', path: '../extensions-core/lex-node'
30
- gem 'lex-ping', path: '../extensions-core/lex-ping'
31
- gem 'lex-scheduler', path: '../extensions-core/lex-scheduler'
32
- gem 'lex-tasker', path: '../extensions-core/lex-tasker'
33
- gem 'lex-task_pruner', path: '../extensions-core/task_pruner'
34
- gem 'lex-telemetry', path: '../extensions-core/lex-telemetry'
35
- gem 'lex-transformer', path: '../extensions-core/lex-transformer'
36
-
37
- # Common service extensions
38
- gem 'lex-microsoft_teams', path: '../extensions/lex-microsoft_teams'
39
- gem 'lex-tfe', path: '../extensions/lex-tfe'
40
-
41
- # Core framework
42
- gem 'legion-tty', path: '../legion-tty'
43
-
44
- # AI extensions
45
- gem 'lex-claude', path: '../extensions-ai/lex-claude'
46
- gem 'lex-gemini', path: '../extensions-ai/lex-gemini'
47
- gem 'lex-openai', path: '../extensions-ai/lex-openai'
48
-
49
- # Agentic extensions — domain gems (consolidated from 232 individual source gems)
50
- gem 'lex-agentic-affect', path: '../extensions-agentic/lex-agentic-affect'
51
- gem 'lex-agentic-attention', path: '../extensions-agentic/lex-agentic-attention'
52
- gem 'lex-agentic-defense', path: '../extensions-agentic/lex-agentic-defense'
53
- gem 'lex-agentic-executive', path: '../extensions-agentic/lex-agentic-executive'
54
- gem 'lex-agentic-homeostasis', path: '../extensions-agentic/lex-agentic-homeostasis'
55
- gem 'lex-agentic-imagination', path: '../extensions-agentic/lex-agentic-imagination'
56
- gem 'lex-agentic-inference', path: '../extensions-agentic/lex-agentic-inference'
57
- gem 'lex-agentic-integration', path: '../extensions-agentic/lex-agentic-integration'
58
- gem 'lex-agentic-language', path: '../extensions-agentic/lex-agentic-language'
59
- gem 'lex-agentic-learning', path: '../extensions-agentic/lex-agentic-learning'
60
- gem 'lex-agentic-memory', path: '../extensions-agentic/lex-agentic-memory'
61
- gem 'lex-agentic-self', path: '../extensions-agentic/lex-agentic-self'
62
- gem 'lex-agentic-social', path: '../extensions-agentic/lex-agentic-social'
63
- end
64
-
65
7
  gem 'mysql2'
66
8
 
67
9
  group :test do
@@ -7,8 +7,8 @@ module Legion
7
7
  class Doctor
8
8
  class ConfigCheck
9
9
  CONFIG_PATHS = [
10
+ File.expand_path('~/.legionio/settings'),
10
11
  '/etc/legionio',
11
- File.expand_path('~/legionio'),
12
12
  File.expand_path('./settings')
13
13
  ].freeze
14
14
 
@@ -5,8 +5,9 @@ module Legion
5
5
  class Doctor
6
6
  class PermissionsCheck
7
7
  DIRECTORIES = [
8
- '/var/log/legion',
9
- '/var/run',
8
+ File.expand_path('~/.legionio'),
9
+ File.expand_path('~/.legionio/settings'),
10
+ File.expand_path('~/.legionio/logs'),
10
11
  '/tmp'
11
12
  ].freeze
12
13
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Legion
4
- VERSION = '1.4.64'
4
+ VERSION = '1.4.66'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: legionio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.64
4
+ version: 1.4.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esity