Skip to content

Keep Wiki data out of runtime images and clarify search semantics - #93

Open
areshand wants to merge 1 commit into
mainfrom
codex/harden-wiki-runtime-boundary
Open

Keep Wiki data out of runtime images and clarify search semantics#93
areshand wants to merge 1 commit into
mainfrom
codex/harden-wiki-runtime-boundary

Conversation

@areshand

@areshand areshand commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Why

The runtime build context currently copies the checked-in repository catalog into every agent image. The production trace also treated lexical search/name frequency as repository usage, which the Wiki cannot support.

What changes

  • Exclude wiki-service/catalog from the runtime image build context while retaining the provider-neutral wiki-query client.
  • Make query responses explicitly state scoreMeaning: "lexical-relevance-only" and supportsAggregation: false.
  • Require agents to report insufficient evidence for usage/popularity/dependency aggregates unless a cited Wiki page or authoritative external read provides them.
  • Document and test both contracts.

Validation

  • Wiki service tests — 25 passed
  • Runtime container contract tests — 5 passed

Deployment

Source-only PR. It does not alter the S3 Wiki corpus, sync data, or deploy a service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant