Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions caps/semantic-search-bi/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# semantic.search — Contract Only

Canonical upstream for this contract package now lives in `SocioProphet/sherlock-search`.
This SourceOS copy is retained as a mirror/reference so local docs and tooling do not break, but changes should land upstream first.

This package defines contracts for a semantic search capability:
- triRPC service surface (rpc/semantic.search.v0.yaml)
- topic taxonomy for event bus integration (topics/*.yaml)
Expand Down
5 changes: 4 additions & 1 deletion docs/semantic-search/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Semantic Search Capability Contract (Contract-Only)

Canonical upstream for these contracts now lives in `SocioProphet/sherlock-search`.
This copy in SourceOS should be treated as a mirror/reference copy, not the contract owner.
When updating the semantic-search contract, update `sherlock-search` first and then mirror or point here deliberately.

This directory explains the **Semantic Search** capability contract in plain English.

## What this is
Expand Down Expand Up @@ -40,4 +44,3 @@ Start at:
## “BI” naming note
If the folder is `caps/semantic-search-bi`, “bi” should mean *behavioral indexing* (or whatever we intended),
not “business intelligence”. If that’s not what we mean, we should rename now while it’s early.

11 changes: 11 additions & 0 deletions docs/semantic-search/UPSTREAM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Upstream ownership

Canonical repository: `SocioProphet/sherlock-search`

Canonical PR that moved ownership upstream:
- `SocioProphet/sherlock-search#1`

Policy for updates:
1. Change the contract in `sherlock-search` first.
2. Validate there.
3. Mirror here only if SourceOS needs a local reference copy.
Loading