loopctl-mcp-server 2.78.0 → 2.78.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +26 -5
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -6715,13 +6715,16 @@ const TOOLS = [
6715
6715
  "searched: different row populations, so results_returned < searched is normal on a " +
6716
6716
  "legacy-heavy or browse-heavy day.\n\n" +
6717
6717
  "Caveats: zero-result searches and keyless searches are structurally unrecordable and " +
6718
- "sit in NO denominator, so both ratios are upper bounds; and both rise if a search " +
6719
- "simply returns FEWER results, with no better retrieval. Never optimise either alone — " +
6720
- "read them with the absolute followed_through and the volume fields. " +
6721
- "search_follow_through carries two further biases pointing OPPOSITE ways: the 20-row " +
6718
+ "sit in NO denominator, so every ratio here is an upper bound; and precision ALONE " +
6719
+ "rises if a search simply returns FEWER results, with no better retrieval its " +
6720
+ "denominator counts surfaced RESULTS, while the two call-level rates divide CALL " +
6721
+ "counts, which a narrower page does not shrink. Never optimise one alone — read them " +
6722
+ "with the absolute followed_through and the volume fields. BOTH " +
6723
+ "follow-through rates carry two further biases pointing OPPOSITE ways: the 20-row " +
6722
6724
  "recording cap hides opens of results ranked beyond it (DOWN on large pages), while " +
6723
6725
  "one open credits EVERY search in the window that surfaced that article, not just the " +
6724
- "preceding one (UP when an agent refines and re-searches).\n\n" +
6726
+ "preceding one (UP when an agent refines and re-searches, hardest on " +
6727
+ "scored_follow_through).\n\n" +
6725
6728
  "Exact attribution (unit: READS — not surfaced results, not calls): attributed_opens " +
6726
6729
  "/ cross_key_opens / direct_opens count READ rows by how their originating search was " +
6727
6730
  "established, resolved server-side at write time and never accepted from a caller. " +
@@ -6748,6 +6751,24 @@ const TOOLS = [
6748
6751
  "distilled query per prompt and never see what came back, so they cannot reformulate " +
6749
6752
  "by construction. They stay in every other denominator here, precision included. " +
6750
6753
  "Read searches - searches_scored as n/a, never as zero.\n\n" +
6754
+ "WHICH FOLLOW-THROUGH RATE TO QUOTE. Two are published over DIFFERENT populations, " +
6755
+ "and picking the wrong one misstates agent behaviour by roughly 3.4x. " +
6756
+ "search_follow_through is over every query-bearing call that SURVIVES the " +
6757
+ "infrastructure exclusion — smoke/skill-eval sit in NO denominator here, but the " +
6758
+ "recall hook and the session-start auto-query DO, and neither can follow through by " +
6759
+ "construction. Use it for total traffic through the retrieval path, and read it as " +
6760
+ "BLENDED. scored_follow_through is over searches_scored (a session identity AND a " +
6761
+ "channel that can react to a result), and IT is the rate to quote when asking " +
6762
+ "whether AGENTS are consuming the KB. It is null when nothing was scoreable, never " +
6763
+ "0.0 — zero would assert agents searched and opened nothing, when the truth is this " +
6764
+ "instrument could not see. That nil-for-n/a is THIS field's alone: " +
6765
+ "search_follow_through is non-null and reports 0.0 on a day with no qualifying " +
6766
+ "searches, which is an n/a too — read it beside searches. Measured live for " +
6767
+ "2026-08-19..29: 10.8% blended (185/1,708) against 38.0% scored, because 72% of " +
6768
+ "that blended denominator (1,234/1,708) was recall-hook memory_recall traffic at " +
6769
+ "3.3%; the window's 486 smoke-test calls are in neither figure. Spelled out because " +
6770
+ "leaving the division to the caller already produced one wrong published conclusion " +
6771
+ "while both input columns were documented.\n\n" +
6751
6772
  "COMPARE ROWS ONLY WITHIN A metric_version. Every row carries the version of the " +
6752
6773
  "definition set that produced it. Three changes have already altered what a figure here " +
6753
6774
  "MEANS — searched went from search calls to surfaced results, infrastructure traffic " +
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loopctl-mcp-server",
3
- "version": "2.78.0",
4
- "description": "MCP server for loopctl \u2014 structural trust for AI development loops",
3
+ "version": "2.78.1",
4
+ "description": "MCP server for loopctl structural trust for AI development loops",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "bin": {