@gadmin2n/cli 0.0.147 → 0.0.148

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.
@@ -36,7 +36,7 @@ const CLAUDE_CONTEXT_REPO_HTTPS = 'https://git.tencent.com/OIT-OMC/erp-ai-coding
36
36
  const CLAUDE_CONTEXT_REPO_SSH = 'git@git.tencent.com:OIT-OMC/erp-ai-coding-context.git';
37
37
  const CLAUDE_CONTEXT_BRANCH = 'master';
38
38
  const CLAUDE_SOURCE_SUBDIR = '.claude';
39
- const CLAUDE_TARGET_DIRS = ['.claude-internal', '.agent'];
39
+ const CLAUDE_TARGET_DIRS = ['.codebuddy', '.agent', '.claude'];
40
40
  /**
41
41
  * Canonical formatting for "failed to materialize the base" errors.
42
42
  * All three handlers (handleDiff/handleStatus/handleUpdate) share this so the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadmin2n/cli",
3
- "version": "0.0.147",
3
+ "version": "0.0.148",
4
4
  "description": "Gadmin - modern, fast, powerful node.js web framework (@cli)",
5
5
  "publishConfig": {
6
6
  "access": "public"