@opensip-cli/lang-cpp 0.1.10 → 0.1.11

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 (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,6 +10,8 @@ This is an **internal library** of the opensip-cli toolkit. It is published so t
10
10
 
11
11
  Part of [**opensip-cli**](https://github.com/opensip-ai/opensip-cli) — an open-source codebase intelligence CLI: fitness checks (`fit`), static call-graph analysis (`graph`), and simulation (`sim`).
12
12
 
13
+ **Distribution model:** the published `opensip-cli` npm package is a full-stack bundle of first-party tools, check packs, and language adapters. Third-party tools install separately via the `opensipTools` manifest and host allowlist; a slim install without bundled tools is not a current goal.
14
+
13
15
  ## Install
14
16
 
15
17
  Most users install the CLI, which bundles the first-party tools:
@@ -23,8 +25,8 @@ This package is published for the CLI and advanced plugin authors; most users sh
23
25
  ## Documentation
24
26
 
25
27
  - 📚 Project docs: https://opensip.ai/docs/opensip-cli/
26
- - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.10/docs/public/70-reference/02-package-catalog.md
27
- - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.10/packages/languages/lang-cpp
28
+ - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.11/docs/public/70-reference/02-package-catalog.md
29
+ - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.11/packages/languages/lang-cpp
28
30
 
29
31
  ## License
30
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-cli/lang-cpp",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "C/C++ language adapter for opensip-cli (clang-tidy backed)",
6
6
  "keywords": [
@@ -34,7 +34,7 @@
34
34
  "NOTICE"
35
35
  ],
36
36
  "dependencies": {
37
- "@opensip-cli/core": "0.1.10"
37
+ "@opensip-cli/core": "0.1.11"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^24.13.2",