@handsupmin/gc-tree 0.1.2 → 0.1.3

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.es.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Una capa de contexto global con ramas para herramientas de programación con IA.
4
4
 
5
- [English](README.md) | [한국어](README.ko.md) | [简体中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md)
5
+ [English](https://github.com/handsupmin/gc-tree/blob/main/README.md) | [한국어](https://github.com/handsupmin/gc-tree/blob/main/README.ko.md) | [简体中文](https://github.com/handsupmin/gc-tree/blob/main/README.zh.md) | [日本語](https://github.com/handsupmin/gc-tree/blob/main/README.ja.md) | [Español](https://github.com/handsupmin/gc-tree/blob/main/README.es.md)
6
6
 
7
7
  ## Introducción
8
8
 
@@ -19,15 +19,15 @@ Cuando un solo `AGENTS.md`, `CLAUDE.md` o fragmento de prompt ya no alcanza, `gc
19
19
 
20
20
  ## Características rápidas
21
21
 
22
- - **Onboarding guiado por provider**
22
+ - **Onboarding guiado por provider**
23
23
  `gctree init` primero te pregunta qué modo de provider quieres usar (`claude-code`, `codex` o `both`), luego qué idioma deben usar las respuestas, guarda esas decisiones, prepara la superficie de comandos adecuada y arranca el onboarding del gc-branch `main` por defecto.
24
- - **gc-branches con alcance por repositorio**
24
+ - **gc-branches con alcance por repositorio**
25
25
  Con `~/.gctree/branch-repo-map.json` puedes asociar un gc-branch solo a ciertos repositorios. Por ejemplo, hacer que A aplique a B/C/D y se ignore en F.
26
- - **Protección interactiva de alcance**
26
+ - **Protección interactiva de alcance**
27
27
  Si `gctree resolve` detecta que el repositorio actual todavía no está asociado a ese gc-branch, puede preguntarte si quieres continuar una vez, usarlo siempre aquí o ignorarlo aquí.
28
- - **Documentación summary-first**
28
+ - **Documentación summary-first**
29
29
  Las herramientas pueden leer primero un resumen corto y abrir el documento completo solo cuando hace falta.
30
- - **Actualizaciones duraderas guiadas**
30
+ - **Actualizaciones duraderas guiadas**
31
31
  Puedes actualizar el contexto global con el mismo flujo del provider, sin escribir JSON a mano.
32
32
 
33
33
  ## Instalación y guía rápida
@@ -47,7 +47,7 @@ npx @handsupmin/gc-tree init
47
47
  - **Nombre del paquete:** `@handsupmin/gc-tree`
48
48
  - **Comando CLI:** `gctree`
49
49
  - **Requisito:** Node.js 20+
50
- Para desarrollo desde el código fuente, consulta [docs/local-development.md](docs/local-development.md).
50
+ Para desarrollo desde el código fuente, consulta [docs/local-development.md](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.md).
51
51
 
52
52
  ### Inicio rápido
53
53
 
@@ -146,21 +146,21 @@ Esos comandos deben dejar claro cuál es el gc-branch activo antes de empezar a
146
146
 
147
147
  ## Documentación
148
148
 
149
- La documentación detallada está en el directorio [`docs/`](docs).
149
+ La documentación detallada está en el directorio [`docs/`](https://github.com/handsupmin/gc-tree/tree/main/docs).
150
150
 
151
- - **Concepto** — [`docs/concept.es.md`](docs/concept.es.md)
151
+ - **Concepto** — [`docs/concept.es.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/concept.es.md)
152
152
  Explica qué es `gctree`, qué problema resuelve y cuál es el alcance de la capa de contexto global.
153
- - **Principios** — [`docs/principles.es.md`](docs/principles.es.md)
153
+ - **Principios** — [`docs/principles.es.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/principles.es.md)
154
154
  Resume las reglas de gc-branches, alcance por repositorio, documentos summary-first y actualizaciones guiadas.
155
- - **Uso** — [`docs/usage.es.md`](docs/usage.es.md)
155
+ - **Uso** — [`docs/usage.es.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/usage.es.md)
156
156
  Describe el flujo CLI estándar, los comandos del provider, el comportamiento de alcance por repo y los patrones de integración.
157
- - **Desarrollo local** — [`docs/local-development.es.md`](docs/local-development.es.md)
157
+ - **Desarrollo local** — [`docs/local-development.es.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.es.md)
158
158
  Explica cómo instalar dependencias, ejecutar la CLI localmente y verificar cambios.
159
159
 
160
160
  ## Contribuir
161
161
 
162
- Las contribuciones son bienvenidas. Consulta el documento en inglés [CONTRIBUTING.md](CONTRIBUTING.md) para ver el flujo de desarrollo y la checklist de PR.
162
+ Las contribuciones son bienvenidas. Consulta el documento en inglés [CONTRIBUTING.md](https://github.com/handsupmin/gc-tree/blob/main/CONTRIBUTING.md) para ver el flujo de desarrollo y la checklist de PR.
163
163
 
164
164
  ## Licencia
165
165
 
166
- MIT. Consulta [`LICENSE`](LICENSE).
166
+ MIT. Consulta [`LICENSE`](https://github.com/handsupmin/gc-tree/blob/main/LICENSE).
package/README.ja.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  AI コーディングツール向けのブランチ対応グローバルコンテキストレイヤー。
4
4
 
5
- [English](README.md) | [한국어](README.ko.md) | [简体中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md)
5
+ [English](https://github.com/handsupmin/gc-tree/blob/main/README.md) | [한국어](https://github.com/handsupmin/gc-tree/blob/main/README.ko.md) | [简体中文](https://github.com/handsupmin/gc-tree/blob/main/README.zh.md) | [日本語](https://github.com/handsupmin/gc-tree/blob/main/README.ja.md) | [Español](https://github.com/handsupmin/gc-tree/blob/main/README.es.md)
6
6
 
7
7
  ## 紹介
8
8
 
@@ -19,15 +19,15 @@ AI コーディングツール向けのブランチ対応グローバルコン
19
19
 
20
20
  ## 簡単な特徴
21
21
 
22
- - **Provider 駆動のオンボーディング**
22
+ - **Provider 駆動のオンボーディング**
23
23
  `gctree init` はまず `claude-code`、`codex`、`both` のどの provider モードを使うかを聞き、その後に応答言語を選ばせ、選択内容を保存して必要なコマンド面を用意したうえで、デフォルトの `main` gc-branch のオンボーディングを開始します。
24
- - **リポジトリ範囲付き gc-branch**
24
+ - **リポジトリ範囲付き gc-branch**
25
25
  `~/.gctree/branch-repo-map.json` により、1 つの gc-branch を特定のリポジトリ群にだけ結びつけられます。たとえば A を B/C/D にだけ適用し、F では無視できます。
26
- - **対話的な範囲ガード**
26
+ - **対話的な範囲ガード**
27
27
  `gctree resolve` が現在のリポジトリをまだこの gc-branch に結び付けていないと判断した場合、今回だけ使うか、今後も使うか、ここでは無視するかを選べます。
28
- - **Summary-first ドキュメント構造**
28
+ - **Summary-first ドキュメント構造**
29
29
  ツールはまず短い要約を読み、必要なときだけ全文を読み込めます。
30
- - **ガイド付きの永続更新**
30
+ - **ガイド付きの永続更新**
31
31
  JSON ファイルを手で作らなくても、同じ provider フローでグローバルコンテキストを更新できます。
32
32
 
33
33
  ## インストールとクイックスタート
@@ -47,7 +47,7 @@ npx @handsupmin/gc-tree init
47
47
  - **パッケージ名:** `@handsupmin/gc-tree`
48
48
  - **CLI コマンド:** `gctree`
49
49
  - **要件:** Node.js 20+
50
- ソースベースの開発は [docs/local-development.md](docs/local-development.md) を参照してください。
50
+ ソースベースの開発は [docs/local-development.md](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.md) を参照してください。
51
51
 
52
52
  ### クイックスタート
53
53
 
@@ -146,21 +146,21 @@ scaffold 後に見えるコマンドは次の通りです。
146
146
 
147
147
  ## ドキュメント
148
148
 
149
- 詳細ドキュメントは [`docs/`](docs) にまとまっています。
149
+ 詳細ドキュメントは [`docs/`](https://github.com/handsupmin/gc-tree/tree/main/docs) にまとまっています。
150
150
 
151
- - **コンセプト** — [`docs/concept.ja.md`](docs/concept.ja.md)
151
+ - **コンセプト** — [`docs/concept.ja.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/concept.ja.md)
152
152
  `gctree` が何であり、どの課題を解決し、どこまでを担当するのかを説明します。
153
- - **原則** — [`docs/principles.ja.md`](docs/principles.ja.md)
153
+ - **原則** — [`docs/principles.ja.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/principles.ja.md)
154
154
  gc-branch、リポジトリ範囲、summary-first 文書、ガイド付き更新の考え方をまとめています。
155
- - **使い方** — [`docs/usage.ja.md`](docs/usage.ja.md)
155
+ - **使い方** — [`docs/usage.ja.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/usage.ja.md)
156
156
  標準 CLI フロー、provider コマンド、リポジトリ範囲の挙動、統合パターンを案内します。
157
- - **ローカル実行方法** — [`docs/local-development.ja.md`](docs/local-development.ja.md)
157
+ - **ローカル実行方法** — [`docs/local-development.ja.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.ja.md)
158
158
  依存関係のインストール、CLI のローカル実行、変更確認手順を説明します。
159
159
 
160
160
  ## コントリビュート
161
161
 
162
- コントリビューション歓迎です。開発フローと PR チェックリストは英語ドキュメントの [CONTRIBUTING.md](CONTRIBUTING.md) を参照してください。
162
+ コントリビューション歓迎です。開発フローと PR チェックリストは英語ドキュメントの [CONTRIBUTING.md](https://github.com/handsupmin/gc-tree/blob/main/CONTRIBUTING.md) を参照してください。
163
163
 
164
164
  ## ライセンス
165
165
 
166
- MIT。詳細は [`LICENSE`](LICENSE) を参照してください。
166
+ MIT。詳細は [`LICENSE`](https://github.com/handsupmin/gc-tree/blob/main/LICENSE) を参照してください。
package/README.ko.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  AI 코딩 도구를 위한 브랜치 기반 글로벌 컨텍스트 레이어.
4
4
 
5
- [English](README.md) | [한국어](README.ko.md) | [简体中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md)
5
+ [English](https://github.com/handsupmin/gc-tree/blob/main/README.md) | [한국어](https://github.com/handsupmin/gc-tree/blob/main/README.ko.md) | [简体中文](https://github.com/handsupmin/gc-tree/blob/main/README.zh.md) | [日本語](https://github.com/handsupmin/gc-tree/blob/main/README.ja.md) | [Español](https://github.com/handsupmin/gc-tree/blob/main/README.es.md)
6
6
 
7
7
  ## 소개
8
8
 
@@ -19,15 +19,15 @@ AI 코딩 도구를 위한 브랜치 기반 글로벌 컨텍스트 레이어.
19
19
 
20
20
  ## 간단 특징
21
21
 
22
- - **Provider 기반 온보딩**
22
+ - **Provider 기반 온보딩**
23
23
  `gctree init`은 `claude-code`, `codex`, `both` 중 어떤 provider 모드를 쓸지 묻고, 이어서 응답 언어를 고르게 한 뒤, 그 선택을 저장하고 필요한 명령 표면을 스캐폴딩한 다음 기본 `main` gc-branch 온보딩을 시작합니다.
24
- - **레포 범위 인식 gc-branch**
24
+ - **레포 범위 인식 gc-branch**
25
25
  `~/.gctree/branch-repo-map.json`을 통해 하나의 gc-branch를 특정 레포 집합에만 연결할 수 있습니다. 예를 들어 A는 B/C/D에만 적용하고 F에서는 무시하게 만들 수 있습니다.
26
- - **인터랙티브 범위 가드**
26
+ - **인터랙티브 범위 가드**
27
27
  `gctree resolve`가 현재 레포가 아직 이 gc-branch에 매핑되지 않았다고 판단하면, 이번만 진행할지 / 항상 사용할지 / 여기서는 무시할지를 물어볼 수 있습니다.
28
- - **Summary-first 문서 구조**
28
+ - **Summary-first 문서 구조**
29
29
  도구가 먼저 짧은 요약을 읽고, 필요할 때만 본문을 확장해서 읽을 수 있습니다.
30
- - **가이드형 장기 업데이트**
30
+ - **가이드형 장기 업데이트**
31
31
  JSON 파일을 직접 만들지 않아도 같은 provider 흐름으로 글로벌 컨텍스트를 갱신할 수 있습니다.
32
32
 
33
33
  ## 설치 및 빠른 시작
@@ -47,7 +47,7 @@ npx @handsupmin/gc-tree init
47
47
  - **패키지 이름:** `@handsupmin/gc-tree`
48
48
  - **CLI 명령어:** `gctree`
49
49
  - **요구 사항:** Node.js 20+
50
- 소스 기반 개발은 [docs/local-development.md](docs/local-development.md)를 참고하세요.
50
+ 소스 기반 개발은 [docs/local-development.md](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.md)를 참고하세요.
51
51
 
52
52
  ### 빠른 시작
53
53
 
@@ -146,21 +146,21 @@ gctree reset-gc-branch --branch client-b --yes
146
146
 
147
147
  ## 문서
148
148
 
149
- 자세한 문서는 [`docs/`](docs) 아래에 정리되어 있습니다.
149
+ 자세한 문서는 [`docs/`](https://github.com/handsupmin/gc-tree/tree/main/docs) 아래에 정리되어 있습니다.
150
150
 
151
- - **컨셉** — [`docs/concept.ko.md`](docs/concept.ko.md)
151
+ - **컨셉** — [`docs/concept.ko.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/concept.ko.md)
152
152
  `gctree`가 무엇인지, 어떤 문제를 해결하는지, 글로벌 컨텍스트 레이어의 범위를 설명합니다.
153
- - **원리** — [`docs/principles.ko.md`](docs/principles.ko.md)
153
+ - **원리** — [`docs/principles.ko.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/principles.ko.md)
154
154
  gc-branch, 레포 범위, slim index, summary-first 문서, 가이드형 업데이트 원칙을 정리합니다.
155
- - **사용방법** — [`docs/usage.ko.md`](docs/usage.ko.md)
155
+ - **사용방법** — [`docs/usage.ko.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/usage.ko.md)
156
156
  표준 CLI 흐름, provider 명령, 레포 범위 동작, 통합 패턴을 안내합니다.
157
- - **로컬 실행방법** — [`docs/local-development.ko.md`](docs/local-development.ko.md)
157
+ - **로컬 실행방법** — [`docs/local-development.ko.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.ko.md)
158
158
  의존성 설치, 로컬 CLI 실행, 변경 검증 방법을 설명합니다.
159
159
 
160
160
  ## 기여하기
161
161
 
162
- 기여는 언제든 환영합니다. 개발 흐름과 PR 체크리스트는 영어 문서인 [CONTRIBUTING.md](CONTRIBUTING.md)를 참고해주세요.
162
+ 기여는 언제든 환영합니다. 개발 흐름과 PR 체크리스트는 영어 문서인 [CONTRIBUTING.md](https://github.com/handsupmin/gc-tree/blob/main/CONTRIBUTING.md)를 참고해주세요.
163
163
 
164
164
  ## 라이선스
165
165
 
166
- MIT. 자세한 내용은 [`LICENSE`](LICENSE)를 참고하세요.
166
+ MIT. 자세한 내용은 [`LICENSE`](https://github.com/handsupmin/gc-tree/blob/main/LICENSE)를 참고하세요.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Branch-aware global context for AI coding tools.
4
4
 
5
- [English](README.md) | [한국어](README.ko.md) | [简体中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md)
5
+ [English](https://github.com/handsupmin/gc-tree/blob/main/README.md) | [한국어](https://github.com/handsupmin/gc-tree/blob/main/README.ko.md) | [简体中文](https://github.com/handsupmin/gc-tree/blob/main/README.zh.md) | [日本語](https://github.com/handsupmin/gc-tree/blob/main/README.ja.md) | [Español](https://github.com/handsupmin/gc-tree/blob/main/README.es.md)
6
6
 
7
7
  ## Introduction
8
8
 
@@ -19,15 +19,15 @@ When a single `AGENTS.md`, `CLAUDE.md`, or prompt snippet is no longer enough, `
19
19
 
20
20
  ## Key Features
21
21
 
22
- - **Provider-driven onboarding**
22
+ - **Provider-driven onboarding**
23
23
  `gctree init` asks which provider mode you want (`claude-code`, `codex`, or `both`), then asks which language to use for responses, saves both choices, scaffolds the right command surface, and starts guided onboarding for the default `main` gc-branch.
24
- - **Repo-aware gc-branch scope**
24
+ - **Repo-aware gc-branch scope**
25
25
  `gctree` can map a gc-branch to specific repositories through `~/.gctree/branch-repo-map.json`, so one branch can apply to B/C/D while being ignored in F.
26
- - **Interactive scope guard**
26
+ - **Interactive scope guard**
27
27
  If `gctree resolve` runs in a repo that is not yet mapped to the current gc-branch, it can ask whether to continue once, always use this gc-branch here, or ignore it here.
28
- - **Summary-first documentation**
28
+ - **Summary-first documentation**
29
29
  Let tools read the short version first and expand only when they need more detail.
30
- - **Guided durable updates**
30
+ - **Guided durable updates**
31
31
  Reuse the same provider-driven flow to update context without hand-authoring JSON files.
32
32
 
33
33
  ## Install & Quick Start
@@ -47,7 +47,7 @@ npx @handsupmin/gc-tree init
47
47
  - **Package name:** `@handsupmin/gc-tree`
48
48
  - **CLI command:** `gctree`
49
49
  - **Requirements:** Node.js 20+
50
- For source-based development details, see [docs/local-development.md](docs/local-development.md).
50
+ For source-based development details, see [docs/local-development.md](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.md).
51
51
 
52
52
  ### Quick Start
53
53
 
@@ -146,21 +146,21 @@ Those commands should always mention the current active gc-branch before gatheri
146
146
 
147
147
  ## Documentation
148
148
 
149
- Detailed docs live in the [`docs/`](docs) directory.
149
+ Detailed docs live in the [`docs/`](https://github.com/handsupmin/gc-tree/tree/main/docs) directory.
150
150
 
151
- - **Concept** — [`docs/concept.md`](docs/concept.md)
151
+ - **Concept** — [`docs/concept.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/concept.md)
152
152
  Learn what `gctree` is, which problem it solves, and what belongs in the global-context layer.
153
- - **Principles** — [`docs/principles.md`](docs/principles.md)
153
+ - **Principles** — [`docs/principles.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/principles.md)
154
154
  Read the rules behind gc-branches, repo scope, slim indexes, summary-first docs, and guided updates.
155
- - **Usage** — [`docs/usage.md`](docs/usage.md)
155
+ - **Usage** — [`docs/usage.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/usage.md)
156
156
  See the standard CLI flow, provider-facing commands, repo-scope behavior, and integration patterns.
157
- - **Local development** — [`docs/local-development.md`](docs/local-development.md)
157
+ - **Local development** — [`docs/local-development.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.md)
158
158
  Learn how to run the CLI locally and verify changes before contributing.
159
159
 
160
160
  ## Contribution
161
161
 
162
- Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for the development workflow and pull request checklist.
162
+ Contributions are welcome. See [CONTRIBUTING.md](https://github.com/handsupmin/gc-tree/blob/main/CONTRIBUTING.md) for the development workflow and pull request checklist.
163
163
 
164
164
  ## License
165
165
 
166
- MIT. See [`LICENSE`](LICENSE).
166
+ MIT. See [`LICENSE`](https://github.com/handsupmin/gc-tree/blob/main/LICENSE).
package/README.zh.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  面向 AI 编码工具的分支化全局上下文层。
4
4
 
5
- [English](README.md) | [한국어](README.ko.md) | [简体中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md)
5
+ [English](https://github.com/handsupmin/gc-tree/blob/main/README.md) | [한국어](https://github.com/handsupmin/gc-tree/blob/main/README.ko.md) | [简体中文](https://github.com/handsupmin/gc-tree/blob/main/README.zh.md) | [日本語](https://github.com/handsupmin/gc-tree/blob/main/README.ja.md) | [Español](https://github.com/handsupmin/gc-tree/blob/main/README.es.md)
6
6
 
7
7
  ## 介绍
8
8
 
@@ -19,15 +19,15 @@
19
19
 
20
20
  ## 简要特性
21
21
 
22
- - **Provider 驱动的 onboarding**
22
+ - **Provider 驱动的 onboarding**
23
23
  `gctree init` 会先询问你想使用哪种 provider 模式(`claude-code`、`codex` 或 `both`),再询问响应语言,并保存这些选择,然后给当前环境安装对应的命令表面,并为默认 `main` gc-branch 启动引导式 onboarding。
24
- - **带仓库范围的 gc-branch**
24
+ - **带仓库范围的 gc-branch**
25
25
  你可以通过 `~/.gctree/branch-repo-map.json` 把某个 gc-branch 绑定到指定仓库集合,比如让 A 只作用于 B/C/D,而在 F 中忽略。
26
- - **交互式范围保护**
26
+ - **交互式范围保护**
27
27
  如果 `gctree resolve` 发现当前仓库还没有映射到这个 gc-branch,它可以询问是仅本次继续、以后总是使用,还是在这个仓库里忽略它。
28
- - **Summary-first 文档结构**
28
+ - **Summary-first 文档结构**
29
29
  工具可以先读取简短摘要,只有在需要时才展开完整文档。
30
- - **引导式长期更新**
30
+ - **引导式长期更新**
31
31
  不需要手写 JSON 文件,也可以通过同样的 provider 流程更新全局上下文。
32
32
 
33
33
  ## 安装与快速开始
@@ -47,7 +47,7 @@ npx @handsupmin/gc-tree init
47
47
  - **包名:** `@handsupmin/gc-tree`
48
48
  - **CLI 命令:** `gctree`
49
49
  - **要求:** Node.js 20+
50
- 如果要从源码开发,请查看 [docs/local-development.md](docs/local-development.md)。
50
+ 如果要从源码开发,请查看 [docs/local-development.md](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.md)。
51
51
 
52
52
  ### 快速开始
53
53
 
@@ -146,21 +146,21 @@ scaffold 之后,在运行时可见的命令是:
146
146
 
147
147
  ## 文档
148
148
 
149
- 详细文档位于 [`docs/`](docs) 目录下。
149
+ 详细文档位于 [`docs/`](https://github.com/handsupmin/gc-tree/tree/main/docs) 目录下。
150
150
 
151
- - **概念** — [`docs/concept.zh.md`](docs/concept.zh.md)
151
+ - **概念** — [`docs/concept.zh.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/concept.zh.md)
152
152
  说明 `gctree` 是什么、解决什么问题,以及全局上下文层的边界。
153
- - **原理** — [`docs/principles.zh.md`](docs/principles.zh.md)
153
+ - **原理** — [`docs/principles.zh.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/principles.zh.md)
154
154
  介绍 gc-branch、仓库范围、summary-first 文档和引导式更新等原则。
155
- - **使用方法** — [`docs/usage.zh.md`](docs/usage.zh.md)
155
+ - **使用方法** — [`docs/usage.zh.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/usage.zh.md)
156
156
  介绍标准 CLI 流程、provider 命令、仓库范围行为和集成方式。
157
- - **本地运行方法** — [`docs/local-development.zh.md`](docs/local-development.zh.md)
157
+ - **本地运行方法** — [`docs/local-development.zh.md`](https://github.com/handsupmin/gc-tree/blob/main/docs/local-development.zh.md)
158
158
  说明依赖安装、本地运行 CLI 与提交前验证方式。
159
159
 
160
160
  ## 贡献
161
161
 
162
- 欢迎贡献。开发流程与 PR 检查清单位于英文文档 [CONTRIBUTING.md](CONTRIBUTING.md)。
162
+ 欢迎贡献。开发流程与 PR 检查清单位于英文文档 [CONTRIBUTING.md](https://github.com/handsupmin/gc-tree/blob/main/CONTRIBUTING.md)。
163
163
 
164
164
  ## 许可证
165
165
 
166
- MIT。详见 [`LICENSE`](LICENSE)。
166
+ MIT。详见 [`LICENSE`](https://github.com/handsupmin/gc-tree/blob/main/LICENSE)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsupmin/gc-tree",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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,