@handsupmin/gc-tree 0.5.1 → 0.5.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.
Files changed (2) hide show
  1. package/dist/src/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/src/cli.js CHANGED
@@ -499,7 +499,7 @@ async function main() {
499
499
  payload,
500
500
  });
501
501
  if (result) {
502
- console.log(JSON.stringify(result, null, 2));
502
+ stdout.write(`${result.hookSpecificOutput.additionalContext}\n`);
503
503
  }
504
504
  return;
505
505
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsupmin/gc-tree",
3
- "version": "0.5.1",
3
+ "version": "0.5.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,