@hegel-dev/companion 1.0.9 → 1.0.10

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.
package/README.md CHANGED
@@ -50,6 +50,8 @@ npx @hegel-dev/companion init .
50
50
 
51
51
  > **Note:** This package was previously published as `hegel-companion`. That name is now deprecated — use `@hegel-dev/companion` for new installs. The CLI command (`hegel-companion`) is unchanged.
52
52
 
53
+ The bundled sidebar VSIX declares **`engines.vscode` ^1.105.0** with **`@types/vscode` ~1.105.0**, aligned with Cursor builds that report VS Code **1.105.x** (see `hegel-vscode/package.json`).
54
+
53
55
  This single command will:
54
56
  1. Generate `.cursor/hooks.json` to wire up the analysis layers.
55
57
  2. Scaffold a default `hegel.config.json` in your project root.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hegel-dev/companion",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Dialectical companion for AI-assisted development — real-time critical thinking oversight for Cursor IDE sessions",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -46,12 +46,12 @@
46
46
  "node": ">=18.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@emnapi/core": "^1.9.2",
50
- "@emnapi/runtime": "^1.9.2",
51
- "@types/node": "^20.19.39",
52
- "@vitest/coverage-v8": "^4.1.4",
53
- "typescript": "^5.7",
54
- "vitest": "^4.1.4"
49
+ "@emnapi/core": "^1.10.0",
50
+ "@emnapi/runtime": "^1.10.0",
51
+ "@types/node": "^25.6.0",
52
+ "@vitest/coverage-v8": "^4.1.5",
53
+ "typescript": "^6.0",
54
+ "vitest": "^4.1.5"
55
55
  },
56
56
  "dependencies": {
57
57
  "@modelcontextprotocol/sdk": "^1.29.0"