You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem — amicissimo/scripts/retrieve.jl + benchmarks/retrieval/ (qrels.jsonl, run.jl, metrics.jl, CI retrieval-benchmark.yml) implement the public amico catalog verb's retrieval semantics (platform/gate filter, fidelity rank, duration tie-break — catalog_verb.ts/repertoire.ts in amicode) and guard them with a regression benchmark — but they live on the PRIVATE side. A public verb's contract test belongs with the verb (ruling 7: 'most things in amicode'). Approach — Re-home the benchmark (qrels + metrics + the CI lane) into amicode next to the catalog verb, wired as its regression gate; amicissimo keeps nothing after the move (the private copy deletes at the re-home's merge). Verify the two implementations' semantics match first — the audit found them to be second-implementations of one contract; the re-home should leave ONE implementation of record (the public one) with the benchmark pointing at it.
Important
Problem —
amicissimo/scripts/retrieve.jl+benchmarks/retrieval/(qrels.jsonl, run.jl, metrics.jl, CIretrieval-benchmark.yml) implement the publicamico catalogverb's retrieval semantics (platform/gate filter, fidelity rank, duration tie-break — catalog_verb.ts/repertoire.ts in amicode) and guard them with a regression benchmark — but they live on the PRIVATE side. A public verb's contract test belongs with the verb (ruling 7: 'most things in amicode').Approach — Re-home the benchmark (qrels + metrics + the CI lane) into amicode next to the catalog verb, wired as its regression gate; amicissimo keeps nothing after the move (the private copy deletes at the re-home's merge). Verify the two implementations' semantics match first — the audit found them to be second-implementations of one contract; the re-home should leave ONE implementation of record (the public one) with the benchmark pointing at it.