klee 0.1.1 → 1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Gay
@@ -29,6 +29,7 @@ email:
29
29
  - jim@saturnflyer.com
30
30
  executables:
31
31
  - klee
32
+ - klee-mcp
32
33
  extensions: []
33
34
  extra_rdoc_files: []
34
35
  files:
@@ -39,11 +40,30 @@ files:
39
40
  - bin/console
40
41
  - bin/setup
41
42
  - exe/klee
43
+ - exe/klee-mcp
42
44
  - lib/klee.rb
45
+ - lib/klee/codebase.rb
46
+ - lib/klee/collaborator_index.rb
47
+ - lib/klee/collaborators.rb
48
+ - lib/klee/concept_index.rb
43
49
  - lib/klee/concepts.rb
50
+ - lib/klee/file_analyzer.rb
44
51
  - lib/klee/gestalt.rb
52
+ - lib/klee/mcp.rb
53
+ - lib/klee/mcp/path_validator.rb
54
+ - lib/klee/mcp/server.rb
55
+ - lib/klee/mcp/tools/check_naming_consistency.rb
56
+ - lib/klee/mcp/tools/codebase_summary.rb
57
+ - lib/klee/mcp/tools/discover_vocabulary.rb
58
+ - lib/klee/mcp/tools/explore_concept.rb
59
+ - lib/klee/mcp/tools/find_collaborators.rb
60
+ - lib/klee/mcp/tools/find_concept_clusters.rb
61
+ - lib/klee/mcp/version.rb
45
62
  - lib/klee/patterns.rb
63
+ - lib/klee/profile.rb
46
64
  - lib/klee/version.rb
65
+ - lib/klee/words.rb
66
+ - sig/klee.rbs
47
67
  homepage: https://github.com/saturnflyer/klee
48
68
  licenses:
49
69
  - MIT
@@ -51,6 +71,13 @@ metadata:
51
71
  homepage_uri: https://github.com/saturnflyer/klee
52
72
  source_code_uri: https://github.com/saturnflyer/klee
53
73
  changelog_uri: https://github.com/saturnflyer/klee/blob/main/CHANGELOG.md
74
+ post_install_message: |
75
+ klee installed successfully!
76
+
77
+ For MCP server support (Claude Code integration), also install:
78
+ gem install mcp
79
+
80
+ Then run: klee-mcp
54
81
  rdoc_options: []
55
82
  require_paths:
56
83
  - lib
@@ -65,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
92
  - !ruby/object:Gem::Version
66
93
  version: '0'
67
94
  requirements: []
68
- rubygems_version: 4.0.5
95
+ rubygems_version: 4.0.16
69
96
  specification_version: 4
70
97
  summary: Evaluate the similarities and differences in your objects
71
98
  test_files: []