@handsupmin/gc-tree 0.5.0 → 0.5.1

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/hook.js +1 -1
  2. package/package.json +1 -1
package/dist/src/hook.js CHANGED
@@ -56,7 +56,7 @@ function buildMatchContext({ gcBranch, currentRepo, repoScopeStatus, query, matc
56
56
  `Query: "${query}".`,
57
57
  `Use these matching gc-tree summaries before planning or implementation:`,
58
58
  formatMatches(matches),
59
- `Read full docs only if the summaries are insufficient.`,
59
+ `Read full docs only if the summaries are insufficient. Each doc has a ## Summary section at the top — read that before the full body.`,
60
60
  ].join('\n');
61
61
  }
62
62
  async function readHookCache(home, sessionId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@handsupmin/gc-tree",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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,