dsh-prompt-vcs 0.1.0 → 0.1.2
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 +2 -0
- package/cordis.patch.yml +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# dsh-prompt-vcs
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/dsh-prompt-vcs) [](https://github.com/hj01857655/dsh-prompt-vcs/actions/workflows/ci.yml)
|
|
4
|
+
|
|
3
5
|
Every change to your agent's instructions is recorded with a diff, and any change can be undone.
|
|
4
6
|
|
|
5
7
|
## Install
|
package/cordis.patch.yml
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
from: ./lib/index.js
|
|
1
|
+
- insert:
|
|
2
|
+
- id: dsh-prompt-vcs
|
|
3
|
+
name: 'dsh-prompt-vcs'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-prompt-vcs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Every change to your agent's instructions is recorded with a diff, and any change can be undone.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "tsc -p tsconfig.json && node scripts/bundle-client.mjs",
|
|
41
41
|
"typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json",
|
|
42
|
-
"test": "tsc -p tsconfig.json && node --test
|
|
42
|
+
"test": "tsc -p tsconfig.json && node --test",
|
|
43
43
|
"prepublishOnly": "npm run build && npm test"
|
|
44
44
|
}
|
|
45
45
|
}
|