Search
One paraphrase-friendly query across every @feature block, repo summary, manifest goal, museum achievement, knowledge note, and lab digest. Ask in plain language — BAAI/bge-m3 ranks the closest matches by cosine similarity across all six domains at once.
0 hits
2140ms · BGE-M3 1024d cosine- achievement44%Inspector AST quality integrationinfra · 2026-05-19 · medium · openalice-inspector
openalice-inspector CLI wired into atlas as a per-repo code-health signal — dead-import + unreferenced-symbol counts feed the hygiene score on every scan.
- knowledge43%Weekly Inspector Audit — 2026-W25learnings/audit-2026-W25 · 2026-06-15 04:08 UTC
> Org-wide: **72 repos**, **1,210,753 LOC** total (+2,987 vs 2026-W24).
- repo43%openalice-lab
CI/CD harness for testing stateful AI agents — Docker incubator + Inspect-style Task/Solver/Scorer + ed25519 bench-integrity certs + Prompt Evolution Studio (block CRUD, A/B tests, reflexion review).
- knowledge43%Weekly Inspector Audit — 2026-W23learnings/audit-2026-W23 · 2026-06-01 04:03 UTC
> Org-wide: **64 repos**, **690,676 LOC** total (+6,894 vs 2026-W22).
- knowledge43%Weekly Inspector Audit — 2026-W24learnings/audit-2026-W24 · 2026-06-08 04:04 UTC
> Org-wide: **69 repos**, **752,515 LOC** total (+55,212 vs 2026-W23).
- knowledge43%Weekly Inspector Audit — 2026-W28learnings/audit-2026-W28 · 2026-07-06 04:05 UTC
> Org-wide: **59 repos**, **994,845 LOC** total (+178,277 vs 2026-W27).
- knowledge43%Weekly Inspector Audit — 2026-W29learnings/audit-2026-W29 · 2026-07-13 04:04 UTC
> Org-wide: **59 repos**, **1,035,561 LOC** total (+40,716 vs 2026-W28).
- knowledge42%Weekly Inspector Audit — 2026-W27learnings/audit-2026-W27 · 2026-06-29 04:06 UTC
> Org-wide: **92 repos**, **3,260,096 LOC** total (+16,741 vs 2026-W26).
- knowledge42%Weekly Inspector Audit — 2026-W22learnings/audit-2026-W22 · 2026-05-25 04:09 UTC
> Org-wide: **70 repos**, **5,734,235 LOC** total (+2,853 vs 2026-W21).
- knowledge42%Weekly Inspector Audit — 2026-W26learnings/audit-2026-W26 · 2026-06-22 04:07 UTC
> Org-wide: **89 repos**, **3,171,120 LOC** total (+40,741 vs 2026-W25).
- goal42%incremental-collectionopenalice-rankerplanned
- knowledge42%Weekly Inspector Audit — 2026-W21learnings/audit-2026-W21 · 2026-05-23 22:36 UTC
> **Baseline capture.** No previous week to compare against. > Org-wide: **70 repos**, **5,731,382 LOC** total.
- goal41%selfhosted.compose.healthcheck-matrixopenalice-selfhostedplanned
Add docker healthchecks to every service (currently only postgres has one) so `docker compose ps` reflects real readiness during smoke-test.sh.
- knowledge40%Learnings — indexlearnings · 2026-06-16
Engineering learnings and weekly inspector audits captured while building the OpenAlice ecosystem.
- feature39%axum-common.health.routeopenalice-platform · axum-common/health · crates/oa-framework/src/health.rs:20
Shared unauthenticated GET /health → "ok" route. No auth, no rate limit — safe for Traefik health checks, Prometheus probes, and Docker HEALTHCHECK. Exported both as a bare handler (health_handler) for attachment to an existing router and as a standalone Router<S> (health_route) for merging with a different state.
- digest38%Lab digest — 2026-W252026-W25 · 2026-06-22
**Window**: ISO week 2026-W25 (2026-06-16 Mon → 2026-06-22 Sun), UTC. Security hardening, embed launch-readiness, and the modularity campaign dominated the week.
- knowledge38%Ultra-SOTA Benchmark System — Design Docarchitecture/benchmark-system-ultra-sota-2026-06-09 · 2026-06-17
**Date:** 2026-06-09 **Author:** Tycho Brahe (agent) per NAO directive — *«улучши всю систему чтобы бенчмаркать Алису … делай ultra state of the art deluxe 2088 … но пока подходим экономно … что ещё з
- knowledge38%OpenAlice Embed — GTM Strategy (2026-06-17)products/embed-gtm-strategy · 2026-06-17
> Synthesis of a 2026-06-17 research window (18 agents, vetted+cited). Full brief: repo `marketing/EMBED-GTM-ACTION-BRIEF-2026-06-17.md`. All honest, pre-customer = zero fabricated metrics. **Claim ≤
- achievement38%alice-core trio unified into one cost-ladder research riginfra · 2026-05-27 · high · openalice
lab, ranker, and inspector were unified into a single cost-ladder research rig (net −9.3K LOC), the 6 biggest god-files were split into modules behind byte-identical golden gates, +34 tests closed test-debt, and a conservative tool-output compactor landed as opt-in.
- achievement38%openalice-inspector createdinfra · 2026-02-16 · medium · openalice-inspector
First commit on openalice-inspector — the AST / dead-code / cycles / multi-language LOC CLI that atlas now consumes as the per-repo code-health signal.
- repo38%openalice-clone-lab
Cloning Lab: the security-critical ingestion worker for the Soul Vault — consent-gated media distillation → sealed .soul bundles. Default-deny on non-consensual clones.
- goal37%atlas.quality.inspector-integrationopenalice-atlasplanned
Wire openalice-inspector --quality JSON into a per-repo quality_score column; surface as a badge on every card.
- goal37%ivm-plan-cache-evictionopenalice-rtplanned
- knowledge37%SLO auto-targets — file_sd flow from manifest to live scrapearchitecture/slo-auto-targets-pipeline · 2026-05-21
Wave 🆃 (2026-05-21) wired manifest endpoints into Prometheus via `file_sd_configs`. The pipeline is fully declarative end-to-end.
- feature37%embed-app.ui.confirm-inlineopenalice-platform · embed-app/ui · packages/ui/src/composites/ConfirmInline.tsx:4
Inline danger banner that replaces browser `window.confirm()` for destructive actions. Renders at the action site as a slide-in panel (~200 ms) so the user sees consequence-clear copy without a modal interruption. Usage (controlled): const [confirmingId, setConfirmingId] = useState<string | null>(null); ... <ConfirmInline open={confirmingId === item.id} heading="Delete this webhook? We'll stop sending events to it." confirmLabel="Delete" onConfirm={() => { setConfirmingId(null); doDelete(item.id); }} onCancel={() => setConfirmingId(null)} /> For high-stakes actions pass `requireTyping="DELETE"` — the confirm button stays disabled until the user types the exact value.
- knowledge37%2026-05-20 — target/ disk runaway to 95%incidents/2026-05-21-target-disk-95-percent · 2026-05-21
A sub-agent dispatched on 2026-05-20 ran `cargo test --workspace` and inflated its worktree's `target/` directory to 60 GB. Combined with 4 other active worktrees, disk usage hit 95% / 23 GB free and
- knowledge36%Prometheus needs multi-network reach for file_sd targetslearnings/2026-05-21-prometheus-network-bridge · 2026-05-21
Wave 🆃 wired manifest endpoints into Prometheus `file_sd_configs`. The JSON targets landed, Prometheus read them, but 6 services stayed dim on the dashboard. Root cause: Docker network reach.
- knowledge36%Competitor Dossier — Enterprise CX AI-Agent Incumbents (Intercom/Sierra/Decagon/Ada/Zendesk)research/competitor-dossier-cx-ai-incumbents-2026-06-21 · 2026-06-21
**Compiled:** 2026-06-21 · **Method:** parallel sourced web-research (official product/pricing/security/trust pages + reputable secondaries), synthesized. Every factual claim is cited inline. **Honest
- goal36%candidate-auto-discoveryopenalice-rankerplanned
- achievement36%Landing audit fix wave — 15 viewport fixes + infinite hero chatproduct · 2026-06-12 · medium · openalice-landing
openalice-landing audit-and-fix wave: 15 viewport fixes, added delights, and an infinite hero-chat surface — part of the brand wave that moved the landing visuals to living surfaces.