Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.75 KB

File metadata and controls

53 lines (33 loc) · 1.75 KB

Adapter Verification Note

Purpose

Цей документ фіксує перевірку adapter flow після появи working validator/indexer.

Verification scenarios

1. Retrieval bootstrap

  • старт з memory/indexes/mem-index-vault.md
  • пошук стартових вузлів за типом і тегами
  • traversal до глибини 2
  • retrieval budget не більше 10 docs

Статус: verified by current contract and current knowledge cluster.

2. Merge vs create boundary

  • Codex: консервативний direct merge у canonical docs
  • Claude: note-first у неоднозначних випадках

Статус: verified at contract level; runtime pilot still pending.

3. Vault index update rule

  • active canonical docs та стартові nodes повинні потрапляти в mem-index-vault.md
  • дрібні note не зобов'язані туди потрапляти

Статус: verified on current cluster.

4. Note vs canonical update

  • observation з низькою впевненістю йде в note
  • стабільне знання оновлює canonical doc
  • repeated note clusters вимагають consolidation

Статус: verified at policy level.

Current result

На поточному стартовому knowledge cluster contract виглядає узгодженим:

  • validator проходить без errors і warnings;
  • indexer бачить всі current nodes;
  • orphan candidates відсутні;
  • duplicate signals відсутні.

Що ще не перевірено:

  • real multi-session agent behavior;
  • pilot retrieval/write flow на зовнішньому проєкті;
  • practical pressure на consolidation та rollback.