@work-graph/cli 0.2.3 → 0.2.4

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/LICENSE ADDED
@@ -0,0 +1,17 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ Copyright 2026 Work Graph contributors
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @work-graph/cli
2
2
 
3
- Install [Work Graph](https://github.com/work-graph/work-graph) in any project via npm — no engine clone, no manual `engineRoot`.
3
+ Install [Work Graph](https://github.com/bvc-lang/work-graph) in any project via npm — no engine clone, no manual `engineRoot`.
4
4
 
5
5
  ## Quick start
6
6
 
@@ -37,4 +37,4 @@ git clone …/work-graph && cd work-graph && npm install
37
37
  WORKGRAPH_ENGINE_ROOT=. npx work-graph ui /path/to/project
38
38
  ```
39
39
 
40
- See [CONTRIBUTING.md](https://github.com/work-graph/work-graph/blob/main/CONTRIBUTING.md) in the Work Graph repository.
40
+ See [CONTRIBUTING.md](https://github.com/bvc-lang/work-graph/blob/main/CONTRIBUTING.md) in the Work Graph repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@work-graph/cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Work Graph CLI — npm-first project setup, doctor, backlog UI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,7 +20,7 @@
20
20
  "license": "Apache-2.0",
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/work-graph/work-graph.git",
23
+ "url": "git+https://github.com/bvc-lang/work-graph.git",
24
24
  "directory": "packages/work-graph-cli"
25
25
  },
26
26
  "keywords": [
@@ -0,0 +1,17 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ Copyright 2026 Work Graph contributors
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@work-graph/mcp",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "MCP server for Work Graph — work items in intent/**/*.work.bvc",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,14 +16,14 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@work-graph/cli": "^0.2.3",
19
+ "@work-graph/cli": "^0.2.4",
20
20
  "@modelcontextprotocol/sdk": "^1.29.0",
21
21
  "zod": "^3.25.76"
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/work-graph/work-graph.git",
26
+ "url": "git+https://github.com/bvc-lang/work-graph.git",
27
27
  "directory": "packages/workgraph-mcp"
28
28
  },
29
29
  "keywords": [