You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegraph-skill/codegraph/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Use `--root` to define the boundary for config lookup, cache scope, path confine
36
36
-`codegraph.config.json` discovery globs are project-root-relative.
37
37
- CLI `--include-glob` and `--ignore-glob` values are one-off filters relative to each active scan root.
38
38
- Use `--no-gitignore` only when ignored files are intentionally in scope.
39
-
-Index builds and updates report progress automatically on interactive stderr while reusable cache hits stay quiet. Use`--progress` for redirected progress logs or `--no-progress` to suppress feedback; JSON stdout is unchanged.
39
+
-Every command that starts by loading the project index reports preparation on stderr when startup checks exceed a brief threshold, then reports builds or updates automatically. Fast reusable cache hits stay quiet; use`--progress` for redirected logs or `--no-progress` to suppress feedback, and JSON stdout remains unchanged.
Copy file name to clipboardExpand all lines: docs/cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ Short JSON shape:
311
311
- Small orientation budgets default to `--health skip`. Medium and large default to `--health summary`, which counts cycles and unresolved imports while omitting duplicate health; use `--health full` when exhaustive duplicate counts matter.
312
312
- Use `packet get` with file paths, symbol names, SQL object names, file/symbol/chunk/SQL/graph handles, or review handles to retrieve bounded evidence plus follow-up commands.
313
313
- Agent commands reuse the incremental index path and default to disk cache. Use shared index flags such as `--cache`, `--cache-strict`, `--cache-verify`, `--threads`, `--native`, `--workers`, `--include-glob`, `--ignore-glob`, and `--no-gitignore` when the packet should match a specific scan mode.
314
-
- When an index must be built or updated, interactive terminals immediately show progress on stderr;cache and snapshot hits stay quiet. Use`--progress`to force newline-delimited updates when stderr is redirected, or `--no-progress` to suppress feedback.
314
+
- Every command that starts by loading the project index reports a preparation progress message on stderr when startup checks exceed a brief threshold, then transitions to build or update progress when work is required. Fast cache and snapshot hits stay quiet; use`--progress`for redirected progress logs or `--no-progress` to suppress feedback.
0 commit comments