dsh-wsr-execution 0.0.1

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 +5 -0
  2. package/package.json +24 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # dsh-wsr-execution
2
+
3
+ This `0.0.x` package only reserves the npm name for the future WSR Execution integration for DeepSeek Harness. It contains no executable code and must not be used as a functional release.
4
+
5
+ Development takes place at https://github.com/firestige/wsr-dsh.
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "dsh-wsr-execution",
3
+ "version": "0.0.1",
4
+ "description": "Reserved package name for the WSR Execution integration for DeepSeek Harness.",
5
+ "license": "Apache-2.0",
6
+ "author": {
7
+ "name": "firestige"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/firestige/wsr-dsh.git",
12
+ "directory": "packages/execution"
13
+ },
14
+ "homepage": "https://github.com/firestige/wsr-dsh#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/firestige/wsr-dsh/issues"
17
+ },
18
+ "keywords": [
19
+ "deepseek-harness",
20
+ "dsh",
21
+ "workflow",
22
+ "wsr"
23
+ ]
24
+ }