vts_admin
Perform admin operations for vs-token-safer: setup, configuration, index management, VCS queries, and code discovery to maintain token-safe code search.
Instructions
vs-token-safer admin/meta ops (rarely needed reflexively) — set op, put that op's args in params:
setup·config·savings{graph|daily|history}·savings_reset — configure / settings / tokens saved
discover{since,learn} — code searches that BYPASSED vts · warmup·preindex — pre-build the index
scope — indexing scope + TU stats · index{status} — build the committable .vts-index (cold-start tier)
gen_compile_db{apply,…} — generate the UE clangd compile DB
git·p4{argv} — run a READ-ONLY VCS command, output compacted (mutating REFUSED)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | Which admin op (see description). | |
| params | No | Args for the op, e.g. {"argv":["status"]} for git, {"since":30} for discover. |