Evidence Search Protocol
Indexes policy-admitted Evidence documents and returns narrow source-linked search hits.
Evidence Search Protocol
Indexes policy-admitted Evidence documents and returns narrow source-linked search hits.
| Field | Value |
|---|---|
| Protocol ID | aster.evidence-search |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.evidence-search.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
Effect Schema (Objects) exported by the protocol module.
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
applyChanges | Atomically apply a bounded batch of document changes. | Effect Schema (Objects) | Effect Schema (Objects) |
search | Search indexed Evidence within explicit approved scope. | Effect Schema (Objects) | Effect Schema (Objects) |
resetIndex | Discard the derived index and begin a requested generation. | Effect Schema (Objects) | Effect Schema (Objects) |
getIndexState | Read the current derived index generation and readiness. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.evidence-searchat1.0.0inside^1.0.0. - Implement every operation:
applyChanges,search,resetIndex,getIndexState. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists:
EvidenceSearchProviderConformanceKit.
Declared Authority
None declared. This protocol grants no authority by itself.