@handsupmin/gc-tree 0.5.0 → 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.
- package/dist/src/cli.js +1 -1
- package/dist/src/hook.js +1 -1
- package/package.json +1 -1
package/dist/src/cli.js
CHANGED
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) {
|