tool-compass 2.2.0__tar.gz → 2.2.1__tar.gz

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.
Files changed (71) hide show
  1. {tool_compass-2.2.0 → tool_compass-2.2.1}/CHANGELOG.md +10 -0
  2. {tool_compass-2.2.0 → tool_compass-2.2.1}/PKG-INFO +1 -1
  3. {tool_compass-2.2.0 → tool_compass-2.2.1}/cli.py +11 -0
  4. {tool_compass-2.2.0 → tool_compass-2.2.1}/pyproject.toml +1 -1
  5. {tool_compass-2.2.0 → tool_compass-2.2.1}/.dockerignore +0 -0
  6. {tool_compass-2.2.0 → tool_compass-2.2.1}/.env.example +0 -0
  7. {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  8. {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  9. {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/dependabot.yml +0 -0
  10. {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/workflows/ci.yml +0 -0
  11. {tool_compass-2.2.0 → tool_compass-2.2.1}/.github/workflows/publish.yml +0 -0
  12. {tool_compass-2.2.0 → tool_compass-2.2.1}/.gitignore +0 -0
  13. {tool_compass-2.2.0 → tool_compass-2.2.1}/AUDIT_REPORT.md +0 -0
  14. {tool_compass-2.2.0 → tool_compass-2.2.1}/CODE_OF_CONDUCT.md +0 -0
  15. {tool_compass-2.2.0 → tool_compass-2.2.1}/CONTRIBUTING.md +0 -0
  16. {tool_compass-2.2.0 → tool_compass-2.2.1}/Dockerfile +0 -0
  17. {tool_compass-2.2.0 → tool_compass-2.2.1}/LICENSE +0 -0
  18. {tool_compass-2.2.0 → tool_compass-2.2.1}/Makefile +0 -0
  19. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.es.md +0 -0
  20. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.fr.md +0 -0
  21. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.hi.md +0 -0
  22. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.it.md +0 -0
  23. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.ja.md +0 -0
  24. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.md +0 -0
  25. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.pt-BR.md +0 -0
  26. {tool_compass-2.2.0 → tool_compass-2.2.1}/README.zh.md +0 -0
  27. {tool_compass-2.2.0 → tool_compass-2.2.1}/SCORECARD.md +0 -0
  28. {tool_compass-2.2.0 → tool_compass-2.2.1}/SECURITY.md +0 -0
  29. {tool_compass-2.2.0 → tool_compass-2.2.1}/SHIP_GATE.md +0 -0
  30. {tool_compass-2.2.0 → tool_compass-2.2.1}/_version.py +0 -0
  31. {tool_compass-2.2.0 → tool_compass-2.2.1}/analytics.py +0 -0
  32. {tool_compass-2.2.0 → tool_compass-2.2.1}/assets/logo.png +0 -0
  33. {tool_compass-2.2.0 → tool_compass-2.2.1}/backend_client_mcp.py +0 -0
  34. {tool_compass-2.2.0 → tool_compass-2.2.1}/backend_client_simple.py +0 -0
  35. {tool_compass-2.2.0 → tool_compass-2.2.1}/bootstrap.py +0 -0
  36. {tool_compass-2.2.0 → tool_compass-2.2.1}/chain_indexer.py +0 -0
  37. {tool_compass-2.2.0 → tool_compass-2.2.1}/compass_config.example.json +0 -0
  38. {tool_compass-2.2.0 → tool_compass-2.2.1}/config.py +0 -0
  39. {tool_compass-2.2.0 → tool_compass-2.2.1}/docker-compose.yml +0 -0
  40. {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/assets/social-preview.png +0 -0
  41. {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/assets/social-preview.svg +0 -0
  42. {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/assets/tool-compass-logo-dark-bg.jpg +0 -0
  43. {tool_compass-2.2.0 → tool_compass-2.2.1}/docs/index.md +0 -0
  44. {tool_compass-2.2.0 → tool_compass-2.2.1}/embedder.py +0 -0
  45. {tool_compass-2.2.0 → tool_compass-2.2.1}/fly.toml +0 -0
  46. {tool_compass-2.2.0 → tool_compass-2.2.1}/gateway.py +0 -0
  47. {tool_compass-2.2.0 → tool_compass-2.2.1}/indexer.py +0 -0
  48. {tool_compass-2.2.0 → tool_compass-2.2.1}/llms.txt +0 -0
  49. {tool_compass-2.2.0 → tool_compass-2.2.1}/logo.png +0 -0
  50. {tool_compass-2.2.0 → tool_compass-2.2.1}/requirements-dev.txt +0 -0
  51. {tool_compass-2.2.0 → tool_compass-2.2.1}/requirements.txt +0 -0
  52. {tool_compass-2.2.0 → tool_compass-2.2.1}/scripts/check-org-urls.sh +0 -0
  53. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/astro.config.mjs +0 -0
  54. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/package-lock.json +0 -0
  55. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/package.json +0 -0
  56. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/architecture.md +0 -0
  57. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/beginners.md +0 -0
  58. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/configuration.md +0 -0
  59. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/getting-started.md +0 -0
  60. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/index.md +0 -0
  61. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/operations.md +0 -0
  62. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content/docs/handbook/tools.md +0 -0
  63. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/content.config.ts +0 -0
  64. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/pages/index.astro +0 -0
  65. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/site-config.ts +0 -0
  66. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/styles/global.css +0 -0
  67. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/src/styles/starlight-custom.css +0 -0
  68. {tool_compass-2.2.0 → tool_compass-2.2.1}/site/tsconfig.json +0 -0
  69. {tool_compass-2.2.0 → tool_compass-2.2.1}/sync_manager.py +0 -0
  70. {tool_compass-2.2.0 → tool_compass-2.2.1}/tool_manifest.py +0 -0
  71. {tool_compass-2.2.0 → tool_compass-2.2.1}/ui.py +0 -0
@@ -5,6 +5,16 @@ All notable changes to Tool Compass will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.2.1] - 2026-04-23
9
+
10
+ Patch release. Fixes the v2.2.0 release-smoke defect.
11
+
12
+ ### Fixed
13
+ - `tool-compass --version` now prints the version and exits. v2.2.0's new
14
+ CLI subcommand shell (MCC-FT-001) forgot to wire `--version` on the root
15
+ parser, so the publish-time release-smoke check failed even though the
16
+ artifacts themselves were valid. Purely a CLI ergonomics fix.
17
+
8
18
  ## [2.2.0] - 2026-04-23
9
19
 
10
20
  Dogfood swarm release: Stage A bug/security health pass + Stage B/C humanization
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tool-compass
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: Semantic MCP tool discovery gateway - find tools by intent, not memory
5
5
  Project-URL: Homepage, https://github.com/mcp-tool-shop-org/tool-compass
6
6
  Project-URL: Documentation, https://github.com/mcp-tool-shop-org/tool-compass#readme
@@ -31,6 +31,17 @@ def _build_parser() -> argparse.ArgumentParser:
31
31
  prog="tool-compass",
32
32
  description="Semantic MCP tool discovery gateway",
33
33
  )
34
+ # --version lives on the root parser (not a subcommand) so release-smoke
35
+ # and `tool-compass --version` work out of the box.
36
+ try:
37
+ from _version import __version__ as _tc_version
38
+ except ImportError: # pragma: no cover — defensive fallback
39
+ _tc_version = "unknown"
40
+ parser.add_argument(
41
+ "--version",
42
+ action="version",
43
+ version=f"tool-compass {_tc_version}",
44
+ )
34
45
  sub = parser.add_subparsers(dest="command", metavar="COMMAND")
35
46
 
36
47
  # doctor — environment snapshot (delegates to config.doctor()).
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tool-compass"
7
- version = "2.2.0"
7
+ version = "2.2.1"
8
8
  description = "Semantic MCP tool discovery gateway - find tools by intent, not memory"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes