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: crates/gcode/assets/SKILL.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,16 @@ for the UI, but graph sync/read/lifecycle behavior lives in `gcode`.
81
81
-`gcode vector cleanup-orphans` — remove Qdrant code-symbol vectors for files missing from PostgreSQL, without resolving embeddings
82
82
-`gcode prune` — remove stale project records globally and reconcile graph and vector projections for all remaining indexed projects; use `--project` to scope projection cleanup
83
83
84
+
## CodeWiki Lifecycle
85
+
86
+
-`gcode codewiki --out <vault>` — generate vault-ready code documentation under the selected output directory
87
+
-`gcode codewiki --scope <PATH...> --out <vault>` — regenerate only docs for indexed files under the scoped paths
88
+
-`gcode codewiki --since <git-ref> --out <vault>` — use `git diff --name-only <ref>` to drive incremental regeneration
89
+
-`gcode codewiki --repair-citations --out <vault>` — re-anchor existing `[file:line]` citations without generation or AI calls
90
+
-`gcode codewiki --purge --out <vault> --force` — remove generated CodeWiki Markdown and metadata, then exit; use before a clean rebuild
91
+
92
+
Aggregate CodeWiki pages may use daemon-side agentic/tool-backed generation when configured. Purge is output-only: it does not clear PostgreSQL code facts, FalkorDB graph data, or Qdrant vectors.
0 commit comments