Librarian
Graph-guided Q&A
This first version is retrieval-first: explicit links, frontmatter, full-text search, and graph neighborhoods before token spend. RAG can sit behind the same API later.
Static answer
no vectorization · no model callShowing high-signal wiki starting points. Enter a question to rank pages, graph neighbors, and implementation surfaces.
Cited results
@cv/auth-bearer
@cv/auth bearer Shared SHA 256 hashed bearer token registry for every CareerVector + JobCache worker that needs service / agent / CI authentication. Stateless, env var backed, scope gated. Designed to be the canonical...
Adapter Code Inventory
Adapter Code Inventory Current state: all shipped ingest sources are direct Adapters that emit the canonical Observation shape. There is no second submitted output shape and no portal wrapper layer in the ingest tree....
Adapter Contract
Adapter Contract An Adapter is a language neutral dock contract. It names how JobCache hands bounded work to source specific code and how an Observation comes back. The implementation behind the dock is a blackbox. It...
Adapter Dock
Adapter Dock What this is The Adapter dock is the language neutral Rust contract every job source observer plugs into. One implementation per source (or per source produced by a multi tenant family factory) discovers...
Adapter Slice Plan
Adapter Slice Plan Rule for every slice: it ships one coherent Adapter path, validates through ObservationSchema, and deletes any same source code it replaces. No parallel submitted shapes and no compatibility layer l...
Admin Gate Auth
Admin Gate Auth jobcache ops api, jobcache ops mcp, and ops.jobcache.corbet.ch share one admin secret. The gate code lives in the ops API; the MCP and UI cookies fan out to that gate, so there is only one secret to ro...
Analytics Layers
Analytics Layers This note fixes vocabulary around analytics surfaces. The product can ship without the user facing analytics tab, but the names must stay clear so later work does not mix product analytics, platform i...
API ID Conventions
API ID Conventions Workspace Job IDs A job ID is an opaque string key for the workspace local job projection. APIs, MCP tools, and browser code accept and return it as jobId / job id strings. It identifies an entry in...