just-git 0.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -233,7 +233,7 @@ Fire-and-forget events emitted on every object/ref write. Handler errors are cau
233
233
 
234
234
  High fidelity to real git (2.53.0) state and output. Tested using real git as an [oracle](test/oracle/README.md) across hundreds of randomized command traces.
235
235
 
236
- If you're running just-bash over a real filesystem, mixing commands between this implementation and real git in the same repo has not been extensively tested yet.
236
+ This library is not yet interoperable with real git on the same filesystem (e.g. if you're using just-bash backed by a real filesystem where real git is also used to interact with repos). Interoperability happens at the network layer — clone, fetch, and push speak the Smart HTTP protocol and exchange standard packfiles. The internal `.git` directory layout is not guaranteed to be compatible with real git.
237
237
 
238
238
  ## Disclaimer
239
239
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-git",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Git implementation for virtual bash environments. Pure TypeScript, zero dependencies.",
5
5
  "keywords": [
6
6
  "agent",
@@ -15,7 +15,7 @@
15
15
  "author": "blindmansion",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/blindmansion/just-git.git"
18
+ "url": "git+https://github.com/blindmansion/just-git.git"
19
19
  },
20
20
  "files": [
21
21
  "dist"