wiki-vault/Sources/Dev/2026-05-16-vault-integration-test.md
Travis Herbranson 30e2483e71 lint: fix 4 session-note types, 6 broken wikilinks
- type: session-note -> session-notes (4 files: 2 vault-integration-test, 2 postgres-consolidation phases)
- [[Sources/Homelab/ob1-jsonl-watcher]] -> actual filename (5 links across ob1, ai-memory synthesis, Homelab index)
- [[Sources/Dev/env-file-hardening]] -> Sources/Homelab/env-file-hardening (gitea entity)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 21:30:15 -04:00

841 B

project type status tags created updated
vault-integration-test session-notes active
test
integration
verification
2026-05-16 2026-05-16

Vault Integration Test 2026-05-16

This is an end-to-end test of the vault indexing pipeline post-chunking-refactor. We're verifying that the save_note → index_note → public.embeddings path is fully operational after Travis rebuilt the vault-mcp container with the published embedding-chunking package from gitea.

The note should land in wiki.notes with a fresh source_id, and produce one row in public.embeddings with source_schema='wiki', source_table='notes', and a non-NULL chunk_text that contains the content above.

This content is intentionally short — about 80 tokens — to verify the single-chunk path. A separate test with longer content will exercise multi-chunk.