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
This PR wired entity pages into 'openkb remove', so the flag now governs
concept AND entity retention — but the name still said 'concepts'. Make
--keep-empty the canonical name (clear that it covers both), keep
--keep-empty-concepts as a backward-compatible alias, and update the
preview/summary messages, docstring, and README accordingly.
Copy file name to clipboardExpand all lines: README.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
@@ -154,7 +154,7 @@ OpenKB commands fall into two layers: the **wiki foundation** (compile + manage
154
154
|---|---|
155
155
|`openkb init`| Initialize a new knowledge base (interactive) |
156
156
| <code>openkb add <file_or_dir_or_URL></code> | Add documents and compile to wiki. URL ingest auto-detects PDF (saved as `.pdf` → PageIndex / markitdown) vs HTML (trafilatura main-content extract → `.md`) |
157
-
| <code>openkb remove <doc></code> | Remove a document and clean up its wiki pages, images, registry, and PageIndex state (use `--dry-run` to preview, `--keep-raw` / `--keep-empty-concepts` to retain artifacts) |
157
+
| <code>openkb remove <doc></code> | Remove a document and clean up its wiki pages, images, registry, and PageIndex state (use `--dry-run` to preview, `--keep-raw` / `--keep-empty` to retain artifacts) |
158
158
| <code>openkb recompile [<doc>] [--all]</code> | Re-run the current compile pipeline on already-indexed docs (e.g. to backfill the `entities/` layer) without re-indexing. Regenerates summaries and rewrites concept pages — manual edits are overwritten. Use `--dry-run` to preview, `--refresh-schema` to also update `wiki/AGENTS.md`|
159
159
|`openkb watch`| Watch `raw/` and auto-compile new files |
160
160
|`openkb lint`| Run structural + knowledge health checks |
0 commit comments