-
Notifications
You must be signed in to change notification settings - Fork 45
Fix/required field validators #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0ed8a89
901363d
e427404
b2e3db1
0708c74
23290a0
df6e9d3
e142849
f558fd0
534cae6
8c45a91
e773aba
7d7a835
555acfc
5c881de
423c1dd
b24dc3c
079da73
c5eac6a
e3472e7
a764129
f2528a2
eafeed6
f57917c
a5f074f
623c2e2
7843182
cdd6fe6
e8dd575
6047ddc
bbeb8e5
74f7a6a
5d87d9b
a0ee15c
6c98431
16afe71
696f028
d6964e8
5485ff8
bbd59f9
503218b
297cafc
d12e7dd
1041045
243bdb4
c18edf4
ab54194
cf648b0
816d3d0
cdf72ab
fb4b326
e7df047
7fd2fed
972e2d7
6412bac
d7a0efd
4b5b325
aef6252
c8f1613
119a787
731ca51
03d176f
05d9ee7
f1dc9b3
7c8bd79
5122925
53abfb8
bcff1d6
cff1265
50ddf61
713b777
e6f6b54
9a67aa6
e5c7b8c
53f880b
e31155e
7fa2104
9445e9a
c90312c
6de2ac5
e80350e
f69dbd8
05de064
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,11 @@ promise. Items marked **[VEP]** require a written proposal in | |
|
|
||
| ## 0.1 — surface stabilises (next) | ||
|
|
||
| - Vector embeddings as an *optional* retrieval backend alongside FTS5. | ||
| Default stays FTS5; embeddings opt-in via `config.yaml`. **[VEP]** | ||
| - Vector embeddings as a retrieval backend alongside FTS5 (shipped). | ||
| Retrieval is controlled by `retrieval.backend` in `config.yaml`: | ||
| `auto` (default) tries embedding → FTS5 → substring, gracefully | ||
| degrading to FTS5 when the embeddings extras aren't installed; set | ||
| `embedding`, `fts5`, or `substring` to pin a single path. | ||
| - `vouch diff <id-old> <id-new>` for claim/page revisions. | ||
| - `vouch approve --batch` for reviewing N proposals in one transaction. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace deprecated bulk-approve syntax in roadmap. Line 15 still says 🤖 Prompt for AI Agents |
||
| - HTTP transport (`vouch serve --transport http`) behind a localhost | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the CLI summary row to match the documented surface.
Line 265’s “What ships today” CLI list is stale versus the detailed CLI section (for example,
migrate,review,expire,sync-check,sync-apply,diffare missing). Please sync this row to avoid contradictory docs in the same file.🤖 Prompt for AI Agents