just-git 0.1.12 → 1.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "just-git",
3
- "version": "0.1.12",
4
- "description": "Git implementation for virtual bash environments. Pure TypeScript, zero dependencies.",
3
+ "version": "1.0.1",
4
+ "description": "Pure TypeScript git implementation for virtual command line environments.",
5
5
  "keywords": [
6
6
  "agent",
7
7
  "git",
@@ -36,6 +36,7 @@
36
36
  "prepublishOnly": "bun run build",
37
37
  "check": "bunx tsc --noEmit && oxfmt && oxlint --fix",
38
38
  "oracle": "bun test/oracle/cli.ts",
39
+ "sandbox": "bun sandbox.ts",
39
40
  "knip": "knip",
40
41
  "knip:prod": "knip --config knip-production.json",
41
42
  "gen-docs": "bun run scripts/gen-lib-reference.ts > FILE_REFERENCE.md && bun run scripts/gen-cli-help.ts > CLI.md"