@handsupmin/gc-tree 0.5.3 → 0.5.4

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.
@@ -41,7 +41,8 @@ export function onboardingCompletionLines() {
41
41
  'Then summarize what you now understand from the saved docs instead of stopping at the filenames alone.',
42
42
  'Ask whether that final summary matches the user\'s reality, and capture any corrections before you wrap up.',
43
43
  'Ask whether anything else should be saved while the context is still fresh.',
44
+ 'After docs are confirmed correct, ask which repositories discussed during onboarding should be explicitly mapped to this gc-branch. For each confirmed repo, navigate to that directory and run `gctree set-repo-scope --branch <current-gc-branch> --include`. Skip this step only if the user explicitly says repo mapping is not needed.',
44
45
  'Do not finish onboarding while material related repos, workflows, or domain terms remain uninspected when recoverable local evidence is still available.',
45
- 'Only after the related repos, workflows, glossary, and default verification commands are either captured or explicitly unavailable should you wrap up, then remind the user that future changes belong in `gctree update-global-context`.',
46
+ 'Only after the related repos, workflows, glossary, default verification commands, and repo-scope mapping are either captured or explicitly skipped should you wrap up, then remind the user that future changes belong in `gctree update-global-context`.',
46
47
  ];
47
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsupmin/gc-tree",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
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,
@@ -78,6 +78,7 @@ Use this when a user wants to create global context for a product, company, or w
78
78
  26. Summarize what you now understand from the saved docs instead of ending at the filenames alone.
79
79
  27. Ask whether that final summary matches the user's reality, and capture any corrections before you wrap up.
80
80
  28. Ask whether anything else should be saved while the context is still fresh.
81
- 29. Do not finish onboarding while material related repos, workflows, or domain terms remain uninspected when recoverable local evidence is still available.
82
- 30. Only after the related repos, workflows, glossary, and default verification commands are either captured or explicitly unavailable should you wrap up, then remind the user that future changes belong in `gctree update-global-context`.
83
- 31. Keep the current gc-branch explicit while gathering context.
81
+ 29. After docs are confirmed correct, ask which repositories discussed during onboarding should be explicitly mapped to this gc-branch. For each confirmed repo, navigate to that directory and run `gctree set-repo-scope --branch <gc-branch> --include`. Skip this step only if the user explicitly says repo mapping is not needed.
82
+ 30. Do not finish onboarding while material related repos, workflows, or domain terms remain uninspected when recoverable local evidence is still available.
83
+ 31. Only after the related repos, workflows, glossary, default verification commands, and repo-scope mapping are either captured or explicitly skipped should you wrap up, then remind the user that future changes belong in `gctree update-global-context`.
84
+ 32. Keep the current gc-branch explicit while gathering context.