Parent: Corpus results. Snapshot comparisons, not edits to the source notes. Pursuit numbers are projection coefficients; direct-cosine numbers are similarities.
| Note | Original 65 — pursuit | Filtered 14,554 — pursuit | Filtered — direct cosine | Residual ratio | Caveats |
|---|---|---|---|---|---|
| Z80-sudoku-challenge/column-validation | correctness (0.249); index (0.158); error handling (0.097) | sudoku board (0.462); scheme validation (0.337); row column (0.163) | sudoku board (0.462); sudoku solver (0.452); scheme validation (0.445) | 0.8041 | |
| Z80-sudoku-challenge/design-candidate-mask | matching pursuit (0.276); programming (0.122); error handling (0.069) | bit candidate mask (0.605); unsolved cell (0.233); bit digit bit (0.124) | bit candidate mask (0.605); singlecandidatefrommask (0.521); candidate mask (0.494) | 0.7513 | |
| Z80-sudoku-challenge/design-doc | software design (0.257); index (0.188); memory (0.129) | sudoku solver (0.532); bit register (0.253); design and rationale (0.162) | sudoku solver (0.532); sudoku challenge (0.490); sudoku board (0.471) | 0.7916 | |
| Z80-sudoku-challenge/design-overview | memory (0.343); software design (0.250); index (0.112) | sudoku board (0.539); memory layout (0.359); deterministic phase (0.154) | sudoku board (0.539); memory layout (0.493); sudoku solver (0.468) | 0.7462 | |
| Z80-sudoku-challenge/design-row-col-box-scan | programming (0.295); index (0.171); GPS (0.104) | board base address (0.529); routine per iteration (0.284); column and box (0.199) | board base address (0.529); compute base (0.482); base address (0.454) | 0.7743 | |
| Z80-sudoku-challenge/deterministic-core-2 | matching pursuit (0.279); error handling (0.194); programming (0.109) | deterministic solver (0.505); hiddensinglescolumnpass (0.223); decode cycles (0.147) | deterministic solver (0.505); deterministicfillloop (0.457); deterministic fill loop (0.449) | 0.8206 | |
| Z80-sudoku-challenge/deterministic-core-3 | matching pursuit (0.303); programming (0.175); error handling (0.100) | deterministic solver (0.426); hiddensinglesboxpass (0.292); builds candidate masks (0.163) | deterministic solver (0.426); deterministic fill loop (0.424); deterministicfillloop (0.420) | 0.8405 | |
| Z80-sudoku-challenge/deterministic-core-4 | error handling (0.250); matching pursuit (0.183); programming (0.108) | deterministic fill loop (0.407); address of cell (0.283); solve (0.179) | deterministic fill loop (0.407); deterministic solver (0.406); deterministicfillloop (0.392) | 0.8498 | |
| Z80-sudoku-challenge/deterministic-core-5 | matching pursuit (0.242); programming (0.171); error handling (0.087) | deterministic solver (0.468); writecellvalue (0.252); builds candidate masks (0.168) | deterministic solver (0.468); deterministicfillloop (0.418); deterministic fill loop (0.413) | 0.8304 | |
| Z80-sudoku-challenge/deterministic-core-6 | programming (0.271); matching pursuit (0.202); error handling (0.096) | deterministicfillloop (0.450); address of cell (0.297); sudoku solver (0.219) | deterministicfillloop (0.450); deterministic solver (0.450); deterministic fill loop (0.446) | 0.8133 | |
| Z80-sudoku-challenge/deterministic-fill-loop | JSON (0.291); matching pursuit (0.212); summarising (0.131) | code overview (0.381); deterministic fill loop (0.248); sudoku board (0.155) | code overview (0.381); solver control structure (0.379); deterministic fill loop (0.375) | 0.8769 | |
| Z80-sudoku-challenge/deterministic-fill-loop-v2 | matching pursuit (0.241); programming (0.178); correctness (0.051) | deterministic fill loop (0.599); board scan (0.211); sudoku board (0.126) | deterministic fill loop (0.599); deterministicfillloop (0.566); box scan (0.396) | 0.7618 | |
| Z80-sudoku-challenge/hidden-singles-column-pass | matching pursuit (0.245); programming (0.142); index (0.091) | hiddensinglescolumnpass (0.426); sudoku solver (0.291); bit digit bit (0.175) | hiddensinglescolumnpass (0.426); sudoku solver (0.403); bit digit (0.358) | 0.8387 | |
| Z80-sudoku-challenge/hidden-singles-row-pass | matching pursuit (0.226); index (0.130); error handling (0.077) | hiddensinglescolumnpass (0.429); bit register (0.255); builds candidate masks (0.170) | hiddensinglescolumnpass (0.429); single pass (0.370); compute row (0.366) | 0.8501 | |
| Z80-sudoku-challenge/index | software design (0.289); index (0.168); matching pursuit (0.083) | sudoku solver (0.517); contents project (0.217); bit register (0.146) | sudoku solver (0.517); sudoku challenge (0.474); sudoku board (0.455) | 0.8153 | |
| Z80-sudoku-challenge/memory-layout-detail | memory (0.382); index (0.142); software design (0.104) | memory layout (0.574); backtracking frame (0.255); sudoku board (0.187) | memory layout (0.574); memory map (0.539); memory lives (0.459) | 0.7555 | |
| Z80-sudoku-challenge/memory-map | memory (0.383); programming (0.149); GPS (0.057) | memory map (0.605); sudoku solver (0.360); sudoku board (0.092) | memory map (0.605); memory layout (0.543); sudoku board (0.502) | 0.7037 | |
| Z80-sudoku-challenge/register-conventions | programming (0.295); index (0.206); error handling (0.133) | register usage conventions (0.592); bit register (0.259); primary board pointer (0.144) | register usage conventions (0.592); register conventions (0.515); bit register (0.498) | 0.7494 | |
| Z80-sudoku-challenge/row-validation | error handling (0.245); index (0.146); correctness (0.096) | row validation (0.447); compute row (0.270); bit digit bit (0.188) | row validation (0.447); compute row (0.446); scheme validation (0.415) | 0.8322 | |
| Z80-sudoku-challenge/solver-code | programming (0.268); matching pursuit (0.148); index (0.081) | sudoku solver (0.562); canonical source (0.236); build candidate mask (0.153) | sudoku solver (0.562); sudoku board (0.509); sudoku challenge (0.429) | 0.7780 | |
| Z80-sudoku-challenge/solver-control-structure | programming (0.289); matching pursuit (0.228); error handling (0.079) | solver control structure (0.564); bit candidate mask (0.290); unsolved cell (0.185) | solver control structure (0.564); solver control (0.454); deterministic solver (0.446) | 0.7510 | |
| Z80-sudoku-challenge/status | software design (0.322); index (0.203); summarising (0.119) | sudoku solver (0.546); implementation status (0.333); code and notes (0.175) | sudoku solver (0.546); sudoku board (0.524); sudoku challenge (0.505) | 0.7486 | |
| Z80/instruction-set | JSON (0.286); programming (0.175); index (0.114) | bit register (0.425); code changes summary (0.243); dlsym (0.184) | bit register (0.425); code overview (0.410); code lives (0.396) | 0.8523 | 4 chunks |
| _ | error handling (0.272); backup (0.183); versioning (0.102) | build candidate (0.377); crash recovery (0.270); bug on radagast (0.174) | build candidate (0.377); builds candidate (0.375); root filesystem (0.371) | 0.8689 | |
| __ | documentation (0.338); rendering (0.215); command line (0.150) | mcp tools (0.458); phase webdav plugin (0.286); launch script (0.189) | mcp tools (0.458); imap append (0.450); mcp tool (0.447) | 0.8201 | |
| __/description | documentation (0.342); versioning (0.205); API (0.082) | lib dap artifactory (0.504); read release metadata (0.251); project documentation (0.136) | lib dap artifactory (0.504); dap artifactory manifest (0.503); dap artifactory dapfile (0.484) | 0.8153 | 2 chunks |
| __/flow | documentation (0.329); versioning (0.204); API (0.102) | lib dap artifactory (0.502); implementation status (0.215); read release metadata (0.146) | lib dap artifactory (0.502); dap artifactory manifest (0.475); dap artifactory dapfile (0.465) | 0.8251 | 2 chunks |
| _todo | logging (0.218); versioning (0.144); email (0.082) | envoy inbox drain (0.492); completed maildir test (0.236); summarise what changed (0.179) | envoy inbox drain (0.492); envoy changes (0.450); envoy replies (0.447) | 0.8183 | |
| ai-meetups-bristol | artificial intelligence (0.285); database (0.150); timetable (0.072) | booked bristol (0.405); artificial intelligence (0.251); meetups (0.197) | booked bristol (0.405); advertises bristol (0.386); bristol area (0.383) | 0.8566 | |
| ansible | versioning (0.248); API (0.132); note (0.093) | git ansible (0.522); private notes store (0.231); hostnames (0.137) | git ansible (0.522); automated via ansible (0.501); ansible for repo (0.492) | 0.8097 | |
| ansible/aws-browser-host | versioning (0.287); logging (0.181); hypertext (0.108) | provisioned host (0.454); ansible on kelp (0.297); driving firefox (0.166) | provisioned host (0.454); aws provisioning (0.432); ansible on kelp (0.429) | 0.8236 | |
| ansible/decom-host | orphaning (0.267); command line (0.181); Python (0.083) | awsdeletehost (0.459); decommissioning (0.270); ansible on pomelo (0.212) | awsdeletehost (0.459); awsdecomhost (0.431); decommissions (0.410) | 0.8193 | |
| ansible/helper-scripts | API (0.241); versioning (0.145); command line (0.088) | called from ansible (0.500); apache vhost configs (0.274); python scripts (0.172) | called from ansible (0.500); git ansible (0.497); automated via ansible (0.489) | 0.8035 | |
| ansible/playbooks | deployment (0.263); command line (0.155); Python (0.110) | ansible playbook (0.542); dap aws instance (0.268); lloyd bookings (0.143) | ansible playbook (0.542); automated via ansible (0.497); git ansible (0.484) | 0.7835 | |
| ansible/provision-arm-host | logging (0.258); command line (0.134); testing (0.093) | stunnel on pomelo (0.504); ansible playbook (0.324); provisioned host (0.135) | stunnel on pomelo (0.504); ansible on pomelo (0.479); stunnel config (0.407) | 0.7893 | |
| ansible/todo | versioning (0.333); logging (0.154); command line (0.090) | automated via ansible (0.425); code changes summary (0.297); commits behind origin (0.180) | automated via ansible (0.425); commits behind origin (0.420); git ansible (0.411) | 0.8359 | 2 chunks |
| ask | artificial intelligence (0.275); documentation (0.188); Python (0.112) | using openai (0.436); document analysis (0.308); ask tool (0.165) | using openai (0.436); ask tool (0.423); audit openai (0.415) | 0.8294 | |
| ask/architecture | API (0.315); workflow (0.168); artificial intelligence (0.105) | using openai (0.405); document structure (0.300); envoyresponse schema (0.159) | using openai (0.405); api with structured (0.394); module structure (0.382) | 0.8488 | |
| ask/deployment | versioning (0.267); API (0.195); command line (0.111) | audit openai gpt (0.396); asking the user (0.265); pyyaml (0.186) | audit openai gpt (0.396); audit openai (0.369); asking the user (0.366) | 0.8591 | |
| ask/design-decisions | software design (0.321); JSON (0.216); workflow (0.112) | documented workflow (0.422); structured json output (0.273); design philosophy (0.177) | documented workflow (0.422); document generation (0.420); document structure (0.411) | 0.8462 | |
| ask/integration | software design (0.302); API (0.190); versioning (0.119) | email processing (0.429); biz jobanalysis (0.244); pops (0.189) | email processing (0.429); email processing pipeline (0.422); biz jobanalysis (0.387) | 0.8490 | |
| ask/jobs | workflow (0.308); artificial intelligence (0.183); API (0.088) | job applications (0.456); automated via ansible (0.258); custom prompt (0.182) | job applications (0.456); job application (0.439); application automation (0.420) | 0.8321 | |
| ask/jobs/document-generation | JSON (0.278); workflow (0.145); versioning (0.075) | docx generation (0.520); complete json file (0.264); pyyaml (0.098) | docx generation (0.520); document json (0.432); json document (0.424) | 0.8064 | |
| ask/jobs/schema | JSON (0.335); software design (0.163); versioning (0.103) | json schema (0.501); cover letters (0.312); docx generation (0.139) | json schema (0.501); api schema (0.418); architecture schema (0.414) | 0.7951 | |
| ask/jobs/workflow | workflow (0.324); artificial intelligence (0.187); versioning (0.122) | job applications (0.500); documented workflow (0.254); prompt schema (0.173) | job applications (0.500); job application (0.490); application documentation (0.430) | 0.8094 | |
| ask/quick-reference | workflow (0.258); JSON (0.161); artificial intelligence (0.131) | application documentation (0.399); parsed job (0.292); prompts (0.171) | application documentation (0.399); parsed job (0.396); job applications (0.376) | 0.8523 | |
| astronomy | astronomy (0.377); note (0.165); timetable (0.082) | total solar eclipse (0.533); implementation notes (0.234); astronomy (0.169) | total solar eclipse (0.533); solar eclipse (0.528); solar eclipse july (0.523) | 0.7953 | |
| astronomy/eclipse-2026 | astronomy (0.233); GPS (0.140); timetable (0.093) | path of totality (0.520); bristol london (0.234); solar eclipse (0.174) | path of totality (0.520); total solar eclipse (0.513); solar eclipse (0.481) | 0.8026 | format caveat |
| astronomy/eclipse-2028 | astronomy (0.235); GPS (0.173); deployment (0.093) | path of totality (0.478); clyde dam lookout (0.331); zealand (0.172) | path of totality (0.478); clyde dam lookout (0.448); total solar eclipse (0.431) | 0.7951 | format caveat |
| astronomy/eclipse-2028-claude-code-handoff | GPS (0.232); astronomy (0.165); backup (0.105) | clyde dam lookout (0.444); path of totality (0.320); documented gazetteer (0.183) | clyde dam lookout (0.444); path of totality (0.429); clyde lookout (0.412) | 0.8162 | |
| astronomy/eclipse-2028/terrain-verification | tracking (0.280); astronomy (0.155); deployment (0.097) | path of totality (0.455); clyde dam lookout (0.331); checks gazetteer comparisons (0.190) | path of totality (0.455); clyde lookout (0.449); clyde dam lookout (0.442) | 0.8050 | format caveat |
| astronomy/eclipse-2090 | astronomy (0.275); link (0.100); fastest (0.045) | total solar eclipse (0.531); cornwall (0.251); england (0.119) | total solar eclipse (0.531); solar eclipse (0.517); solar eclipse july (0.482) | 0.8007 | |
| auth-urls | authentication (0.312); email (0.165); retrieval (0.088) | refresh token (0.535); outlook hotmail (0.274); calendar gmail drive (0.143) | refresh token (0.535); oauth auth (0.460); access tokens (0.456) | 0.7859 | |
| aws/aws-open-port | API (0.168); command line (0.095); orphaning (0.059) | local port (0.400); dap aws instance (0.272); aws security group (0.110) | local port (0.400); dap aws instance (0.378); admin port (0.366) | 0.8683 | |
| aws/awsctl | command line (0.202); API (0.121); orphaning (0.065) | awsctl (0.502); dap aws instance (0.247); multiple hosts (0.134) | awsctl (0.502); dap aws instance (0.432); aws host (0.385) | 0.8184 | |
| aws/awsdecomhost | orphaning (0.236); command line (0.194); deployment (0.064) | awsdecomhost (0.576); decommissioning (0.223); awsdeletehost (0.155) | awsdecomhost (0.576); awsdeletehost (0.563); decommissions (0.429) | 0.7712 | |
| aws/awsdeletehost | orphaning (0.219); command line (0.141); error handling (0.108) | awsdeletehost (0.660); dap aws instance (0.159); python scripts (0.090) | awsdeletehost (0.660); verifyhost (0.479); checkhost (0.458) | 0.7289 | |
| aws/awslaunch | deployment (0.212); command line (0.138); orphaning (0.112) | awslaunch (0.579); dap aws instance (0.237); multiple hosts (0.130) | awslaunch (0.579); dap aws instance (0.477); aws instance (0.397) | 0.7692 | |
| aws/worklog | versioning (0.270); note (0.182); workflow (0.088) | worklog (0.453); webdav notes (0.255); dap aws instance (0.153) | worklog (0.453); webdav notes (0.423); project notes (0.405) | 0.8407 | |
| aws/workspace | command line (0.250); orphaning (0.144); Python (0.113) | dap aws instance (0.468); conversational workspace (0.266); awsdeletehost (0.206) | dap aws instance (0.468); home john aws (0.467); awsdecomhost (0.432) | 0.8171 | |
| awscnotrol | note (0.274); astronomy (0.179); workflow (0.131) | home john aws (0.482); conversational workspace (0.354); implementation notes (0.209) | home john aws (0.482); conversational workspace (0.465); worklog (0.443) | 0.7741 | |
| books/obama-summer-reading-2026 | summarising (0.153); poetry (0.122); JSON (0.088) | notes read (0.368); barack (0.214); asimov (0.126) | notes read (0.368); child reads (0.351); envoy reads (0.320) | 0.8961 | |
| bugs/claude-fake-hidden-musings | note (0.303); reasoning (0.223); artificial intelligence (0.133) | bespoke prompting (0.377); claude reflect summary (0.292); implausibly (0.210) | bespoke prompting (0.377); codeblock note (0.373); claude reflect summary (0.366) | 0.8532 | |
| bugs/mcp-voice-mode | note (0.278); API (0.177); orphaning (0.126) | mcp note editing (0.449); known issues (0.263); calls openai (0.169) | mcp note editing (0.449); mcp notes (0.439); mcp tools (0.424) | 0.8368 | |
| bundles/jsonhtl-html-converter | JSON (0.379); note (0.205); hypertext (0.120) | jsonhtl notes (0.691); fetch all notes (0.176); development process (0.123) | jsonhtl notes (0.691); jsonhtl note (0.641); jsonhtl html converter (0.604) | 0.6900 | |
| bundles/pwsafe | planning (0.467); security (0.187); note (0.125) | pwsafe database (0.689); planning (0.313); relevant project note (0.181) | pwsafe database (0.689); pwsafe (0.675); pwsafe article (0.654) | 0.6284 | format caveat |
| chess | command line (0.200); note (0.135); matching pursuit (0.096) | chess (0.531); starting note (0.187); imap sequence numbers (0.122) | chess (0.531); checkmate (0.347); sudoku board (0.327) | 0.8175 | |
| ckp | command line (0.370); rendering (0.186); timetable (0.125) | font (0.428); command output (0.269); existing perl (0.168) | font (0.428); fonts (0.412); clock (0.410) | 0.8460 | |
| delayrepay | tracking (0.269); timetable (0.144); journey (0.094) | gwr claim (0.507); provisioned host (0.241); driving firefox (0.160) | gwr claim (0.507); gwr delay repay (0.465); gwr delay (0.457) | 0.8116 | |
| delayrepay/automation-improvements-2026-08-29 | backup (0.250); testing (0.149); command line (0.101) | automated via ansible (0.490); documentation improvements (0.260); firefox vnc (0.180) | automated via ansible (0.490); ansible playbook (0.401); logged in ansible (0.383) | 0.8122 | format caveat |
| delayrepay/claims | timetable (0.266); tracking (0.177); journey (0.081) | gwr claim (0.589); delay repay claims (0.231); davidlloyd timetable (0.149) | gwr claim (0.589); gwr delay repay (0.560); claim ref gwr (0.538) | 0.7604 | |
| delayrepay/handover-flexi-history-2026-09-07 | tracking (0.319); GPS (0.135); timetable (0.093) | gwr delay (0.442); owntracks database (0.261); john has asked (0.177) | gwr delay (0.442); gwr delay repay (0.440); automating gwr delay (0.428) | 0.8396 | |
| delayrepay/lessons | versioning (0.296); tracking (0.173); hypertext (0.103) | webdav notes (0.406); client hosts (0.274); gwr claim (0.216) | webdav notes (0.406); client hosts (0.398); browser hosts (0.395) | 0.8447 | |
| delayrepay/provisioning | deployment (0.283); versioning (0.168); JSON (0.115) | provisioned host (0.466); ansible on kelp (0.309); webdav notes (0.159) | provisioned host (0.466); ansible on kelp (0.445); ansible playbook (0.442) | 0.8140 | |
| delayrepay/session-2026-08-29-kombu-decommission | logging (0.268); orphaning (0.159); command line (0.112) | firefox vnc (0.427); kombu (0.291); automated via ansible (0.233) | firefox vnc (0.427); ansible on kelp (0.384); automated via ansible (0.375) | 0.8235 | format caveat |
| delayrepay/session-2026-08-29-kombu-setup | navigation (0.256); testing (0.152); orphaning (0.098) | firefox vnc (0.456); provisioned host (0.265); kombu (0.216) | firefox vnc (0.456); browser hosts (0.440); aws browser host (0.426) | 0.8219 | format caveat |
| delayrepay/toolkit | tracking (0.349); command line (0.175); hypertext (0.113) | driving firefox (0.443); delay repay claims (0.302); code and notes (0.214) | driving firefox (0.443); webdav notes (0.393); ffdrive (0.387) | 0.8164 | |
| delayrepay/viewer-setup | versioning (0.235); email (0.156); GPS (0.109) | stunnel client config (0.449); webdav notes (0.312); gwr delay repay (0.205) | stunnel client config (0.449); vnc stunnel (0.437); realvnc viewer (0.427) | 0.8118 | |
| delayrepay/viewer-setup/run | logging (0.265); command line (0.169); embedding (0.093) | realvnc viewer (0.467); gwr login (0.313); starts stunnel (0.180) | realvnc viewer (0.467); gwr login (0.419); vnc stunnel (0.410) | 0.8069 | |
| demo/svg-showcase | note (0.318); demonstration (0.213); rendering (0.132) | inline svg (0.496); mapped note (0.283); sample demonstrations (0.215) | inline svg (0.496); mapped note (0.453); graph visualisation (0.445) | 0.7925 | format caveat |
| description_ | documentation (0.310); versioning (0.196); API (0.086) | dap artifactory manifest (0.512); read release metadata (0.218); weblogic tarball staging (0.135) | dap artifactory manifest (0.512); lib dap artifactory (0.509); dap artifactory dapfile (0.504) | 0.8195 | 2 chunks |
| dev/control-api | API (0.291); note (0.227); command line (0.131) | browser with tcp (0.426); code and notes (0.294); control via api (0.184) | browser with tcp (0.426); browser with control (0.424); notes browser (0.401) | 0.8352 | |
| engineering/token-cache-testing-and-offline-transfer | testing (0.300); versioning (0.202); JSON (0.139) | bearer token tested (0.483); caches writes locally (0.252); comprehensive test suite (0.147) | bearer token tested (0.483); refresh token (0.416); token expiry (0.392) | 0.8256 | |
| envoy | workflow (0.300); versioning (0.152); email (0.118) | mail envoy (0.481); implementation notes (0.252); cognitive phase (0.152) | mail envoy (0.481); envoy inbox drain (0.465); email to envoy (0.464) | 0.8258 | |
| envoy/api-calls | API (0.420); software design (0.148); planning (0.061) | api calls design (0.520); llm calls (0.283); bulk email migration (0.127) | api calls design (0.520); llm calls (0.471); api call types (0.470) | 0.7958 | |
| envoy/api-calls/email-transport | API (0.323); versioning (0.162); matching pursuit (0.114) | envoy replies (0.425); implementation notes (0.276); email processing pipeline (0.168) | envoy replies (0.425); envoy uses (0.416); envoyresponse schema (0.410) | 0.8456 | |
| envoy/api-calls/flow | API (0.376); workflow (0.158); reasoning (0.070) | llm calls (0.451); api calls design (0.261); processing flow (0.171) | llm calls (0.451); api calls design (0.425); api call types (0.390) | 0.8360 | |
| envoy/api-calls/registration | API (0.433); versioning (0.128); documentation (0.042) | api registration (0.492); complete api documentation (0.287); stored in notes (0.122) | api registration (0.492); complete api documentation (0.486); control api (0.481) | 0.8131 | |
| envoy/api-calls/schema-cache | API (0.320); versioning (0.187); memory (0.076) | api schema (0.512); client caches (0.292); openapi spec (0.093) | api schema (0.512); openapi spec (0.445); schema cache (0.444) | 0.8024 | |
| envoy/api-calls/spec-discovery | API (0.258); navigation (0.143); software design (0.092) | openapi spec (0.470); spec discovery (0.235); starting note (0.127) | openapi spec (0.470); semantic spec (0.390); spec discovery (0.377) | 0.8411 | |
| envoy/api-calls/types | API (0.338); Python (0.080); coaching (0.024) | api call types (0.491); envoyresponse schema (0.265); perl python (0.185) | api call types (0.491); envoyresponse schema (0.401); api calls (0.384) | 0.8087 | |
| envoy/architecture-summary | workflow (0.335); versioning (0.149); email (0.111) | envoy inbox drain (0.496); architecture overview (0.344); notes system envoy (0.155) | envoy inbox drain (0.496); mail envoy (0.482); envoy uses (0.477) | 0.7824 | |
| envoy/ask-code-review | versioning (0.284); assessment (0.199); Python (0.131) | ask code review (0.548); email thread (0.228); prompts (0.155) | ask code review (0.548); code review (0.458); code review pattern (0.455) | 0.7892 | |
| envoy/cases | workflow (0.288); matching pursuit (0.194); error handling (0.125) | envoy changes (0.440); use case motivating (0.310); common failure modes (0.195) | envoy changes (0.440); notes system envoy (0.433); envoy inbox drain (0.432) | 0.8198 | |
| envoy/cases/article-revision-2026-02-28 | versioning (0.306); error handling (0.198); workflow (0.129) | project notes (0.423); maildir test completion (0.267); pwsafe article revision (0.175) | project notes (0.423); implementation notes (0.421); documentation improvements (0.416) | 0.8479 | |
| envoy/cases/code-delivery-failure | versioning (0.314); email (0.183); note (0.120) | code changes summary (0.431); email to envoy (0.322); attached task list (0.165) | code changes summary (0.431); project notes (0.430); code and notes (0.429) | 0.8267 | |
| envoy/changelog/2026-02-12 | deployment (0.254); versioning (0.158); email (0.120) | envoy changes (0.507); bulk email migration (0.234); enhanced logging (0.154) | envoy changes (0.507); envoyresponse schema (0.446); envoy inbox drain (0.440) | 0.8151 | |
| envoy/changelog/2026-02-13 | email (0.272); versioning (0.224); workflow (0.067) | envoy changes (0.507); continuation email containing (0.280); available imap folders (0.170) | envoy changes (0.507); moving emails (0.465); iteration continuation email (0.464) | 0.7974 | |
| envoy/changelog/2026-02-22 | versioning (0.304); note (0.204); workflow (0.110) | implementation notes (0.498); envoy changes (0.302); maildir test completion (0.136) | implementation notes (0.498); envoy changes (0.468); notes system envoy (0.462) | 0.8017 | |
| envoy/code-overview | workflow (0.289); matching pursuit (0.194); versioning (0.122) | notes search emails (0.412); envoyresponse schema (0.296); latest continuation (0.185) | notes search emails (0.412); envoyresponse schema (0.392); raw emails (0.388) | 0.8418 |