@handsupmin/gc-tree 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.
@@ -6,11 +6,6 @@
6
6
 
7
7
  El desarrollo local sigue un flujo estándar de Node.js 20+: instala dependencias, construye la CLI, ejecútala localmente y verifica con la suite de tests existente antes de enviar cambios.
8
8
 
9
- ## Estado del paquete
10
-
11
- `@handsupmin/gc-tree` es el nombre del paquete npm publicado para este repositorio, mientras que el nombre del repositorio sigue siendo `gc-tree`.
12
- Antes de cualquier release ejecuta `npm publish --dry-run` y, después de publicar de verdad, verifica el paquete desde un directorio limpio con `npx @handsupmin/gc-tree --help` o `npm install -g @handsupmin/gc-tree`.
13
-
14
9
  ## Requisitos previos
15
10
 
16
11
  - Node.js 20+
@@ -48,7 +43,6 @@ Antes de enviar cambios, ejecuta:
48
43
  ```bash
49
44
  npm run build
50
45
  npm test
51
- npm publish --dry-run
52
46
  ```
53
47
 
54
48
  ## Tests de alcance por repositorio
@@ -6,11 +6,6 @@
6
6
 
7
7
  ローカル開発は標準的な Node.js 20+ ワークフローです。依存関係を入れ、CLI をビルドし、ローカルで実行し、提出前に既存テストで検証します。
8
8
 
9
- ## パッケージ状況
10
-
11
- このリポジトリの npm パッケージ名は `@handsupmin/gc-tree` で、リポジトリ名は引き続き `gc-tree` のままです。
12
- リリース前には `npm publish --dry-run` を実行し、実際に publish した後はクリーンなディレクトリで `npx @handsupmin/gc-tree --help` または `npm install -g @handsupmin/gc-tree` を使って配布物を検証してください。
13
-
14
9
  ## 前提条件
15
10
 
16
11
  - Node.js 20+
@@ -48,7 +43,6 @@ TypeScript ソースを変更した場合は、再度 CLI を試す前にビル
48
43
  ```bash
49
44
  npm run build
50
45
  npm test
51
- npm publish --dry-run
52
46
  ```
53
47
 
54
48
  ## リポジトリ範囲テスト
@@ -6,11 +6,6 @@
6
6
 
7
7
  로컬 개발은 일반적인 Node.js 20+ 워크플로를 따릅니다. 의존성을 설치하고, CLI를 빌드한 뒤, 로컬에서 실행하고, 제출 전에 기존 테스트로 검증하면 됩니다.
8
8
 
9
- ## 패키지 상태
10
-
11
- 이 레포의 npm 패키지 이름은 `@handsupmin/gc-tree`이고, 레포 이름은 계속 `gc-tree`로 유지됩니다.
12
- 릴리스 시도 전에는 `npm publish --dry-run`을 실행하고, 실제 publish 후에는 깨끗한 디렉터리에서 `npx @handsupmin/gc-tree --help` 또는 `npm install -g @handsupmin/gc-tree`로 배포본을 검증하세요.
13
-
14
9
  ## 준비사항
15
10
 
16
11
  - Node.js 20+
@@ -48,7 +43,6 @@ TypeScript 소스를 수정했다면 다시 테스트하기 전에 재빌드하
48
43
  ```bash
49
44
  npm run build
50
45
  npm test
51
- npm publish --dry-run
52
46
  ```
53
47
 
54
48
  ## 레포 범위 관련 테스트
@@ -6,11 +6,6 @@
6
6
 
7
7
  Local development follows a standard Node.js 20+ workflow: install dependencies, build the CLI, run it locally, and verify with the existing test suite before you send changes.
8
8
 
9
- ## Package status
10
-
11
- `@handsupmin/gc-tree` is the published npm package name for this repository, while the repository name stays `gc-tree`.
12
- Run `npm publish --dry-run` before release attempts, and after a real publish verify the released package from a clean directory with `npx @handsupmin/gc-tree --help` or `npm install -g @handsupmin/gc-tree`.
13
-
14
9
  ## Prerequisites
15
10
 
16
11
  - Node.js 20+
@@ -48,7 +43,6 @@ Run these before opening a pull request:
48
43
  ```bash
49
44
  npm run build
50
45
  npm test
51
- npm publish --dry-run
52
46
  ```
53
47
 
54
48
  ## Repo-scope tests
@@ -6,11 +6,6 @@
6
6
 
7
7
  本地开发采用标准的 Node.js 20+ 工作流:安装依赖、构建 CLI、本地运行,并在提交前用现有测试套件进行验证。
8
8
 
9
- ## 包状态
10
-
11
- 这个仓库对应的 npm 包名是 `@handsupmin/gc-tree`,而仓库名仍然保持为 `gc-tree`。
12
- 在任何发布尝试前先运行 `npm publish --dry-run`;真正发布之后,再在干净目录里用 `npx @handsupmin/gc-tree --help` 或 `npm install -g @handsupmin/gc-tree` 验证发布结果。
13
-
14
9
  ## 前置条件
15
10
 
16
11
  - Node.js 20+
@@ -48,7 +43,6 @@ gctree status
48
43
  ```bash
49
44
  npm run build
50
45
  npm test
51
- npm publish --dry-run
52
46
  ```
53
47
 
54
48
  ## 仓库范围相关测试
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsupmin/gc-tree",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Global Context Tree, a lightweight branch-aware global context orchestrator for AI coding tools",
5
5
  "type": "module",
6
6
  "private": false,
@@ -28,5 +28,13 @@
28
28
  "tsx": "^4.19.2",
29
29
  "typescript": "^5.7.2"
30
30
  },
31
- "license": "MIT"
31
+ "license": "MIT",
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "git+https://github.com/handsupmin/gc-tree.git"
35
+ },
36
+ "homepage": "https://github.com/handsupmin/gc-tree",
37
+ "bugs": {
38
+ "url": "https://github.com/handsupmin/gc-tree/issues"
39
+ }
32
40
  }