fix: skip stale signal_triage rows instead of re-inserting during sna… #81
Annotations
4 errors
|
verify
No files were found with the provided path: /home/runner/work/_temp/evaluation-current.json. No artifacts will be uploaded.
|
|
verify
Process completed with exit code 1.
|
|
tests/scout.test.ts > Scout deterministic cards > fills a bounded public pool and replaces expired opportunities:
tests/scout.test.ts#L172
AssertionError: expected { scanned: 12, candidates: 294, …(9) } to match object { created: +0, …(2) }
(8 matching properties omitted from actual)
- Expected
+ Received
{
- "created": 0,
- "publishedPoolBefore": 18,
+ "created": 12,
+ "publishedPoolBefore": 1,
"publishedPoolTarget": 18,
}
❯ tests/scout.test.ts:172:36
|
|
tests/integration.test.ts > SQLite application > migrates, seeds and exports a privacy-safe static site:
tests/integration.test.ts#L423
AssertionError: expected '<!doctype html>\n<html lang="zh-CN" d…' to contain 'data-recent="true"'
- Expected
+ Received
- data-recent="true"
+ <!doctype html>
+ <html lang="zh-CN" data-theme="paper">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="description" content="按月份、主题、公司与研究影响浏览经过证据核验的 AI 行业事件。">
+ <meta name="theme-color" content="#eeece5">
+ <meta name="robots" content="index, follow">
+ <meta property="og:type" content="website">
+ <meta property="og:site_name" content="Agent Pulse">
+ <meta property="og:title" content="事件时间线 · Agent Pulse">
+ <meta property="og:description" content="按月份、主题、公司与研究影响浏览经过证据核验的 AI 行业事件。">
+ <meta property="og:url" content="https://barretlee.github.io/agent-pulse/timeline/">
+ <meta property="og:locale" content="zh_CN">
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:title" content="事件时间线 · Agent Pulse">
+ <meta name="twitter:description" content="按月份、主题、公司与研究影响浏览经过证据核验的 AI 行业事件。">
+
+ <link rel="canonical" href="https://barretlee.github.io/agent-pulse/timeline/">
+ <link rel="alternate" hreflang="zh-CN" href="https://barretlee.github.io/agent-pulse/timeline/">
+ <link rel="alternate" hreflang="en" href="https://barretlee.github.io/agent-pulse/en/timeline/">
+ <link rel="alternate" hreflang="x-default" href="https://barretlee.github.io/agent-pulse/timeline/">
+ <link rel="alternate" type="text/plain" href="../llms.txt" title="Agent Pulse llms.txt">
+ <link rel="icon" href="../assets/favicon.svg" type="image/svg+xml">
+ <link rel="stylesheet" href="../assets/app.css">
+ <script type="module" src="../assets/core.js"></script>
+ <script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage","@id":"https://barretlee.github.io/agent-pulse/timeline/","url":"https://barretlee.github.io/agent-pulse/timeline/","name":"事件时间线 · Agent Pulse","description":"按月份、主题、公司与研究影响浏览经过证据核验的 AI 行业事件。","inLanguage":"zh-CN","dateModified":"2026-07-22T11:13:23.166Z","isPartOf":{"@type":"WebSite","@id":"https://barretlee.github.io/agent-pulse/#website","name":"Agent Pulse","url":"https://barretlee.github.io/agent-pulse/"}}</script>
+ <script type="application/ld+json">{"@context":"https://schema.org","@type":"CollectionPage","@id":"https://barretlee.github.io/agent-pulse/timeline/","name":"AI 行业事件时间线","description":"按时间、主题与证据置信度浏览 AI 行业事件、高质量研究和后续进展。","url":"https://barretlee.github.io/agent-pulse/timeline/","inLanguage":"zh-CN","mainEntity":{"@type":"ItemList","numberOfItems":294,"itemListElement":[{"@type":"ListItem","position":1,"name":"Blind-Spots-Bench:多模态模型高分背后仍有系统性视觉盲区","url":"https://barretlee.github.io/agent-pulse/events/blind-spots-bench-vision-language/"},{"@type":"ListItem","position":2,"name":"GPT-5.6 进入 Microsoft 365 Copilot:Agent 获得企业级分发","url":"https://barretlee.github.io/agent-pulse/events/gpt-5-6-microsoft-365-distribution/"},{"@type":"ListItem","position":3,"name":"PredicateLongBench:长上下文评测开始测量“任务难度”而非只测长度","url":"https://barretlee.github.io/agent-pulse/events/predicatelongbench-long-context-difficulty/"},{"@type":"ListItem","position":4,"name":"Compete Then Collaborate:多智能体推理不再默认“越合作越好”","url":"https://barretlee.github.io/agent-pulse/events/compete-then-collaborate-multi-agent/"},{"@type":"ListItem","position":5,"name":"AutoPersonas:Agent 模拟的瓶颈从规模转向角色多样性与重复污染","url":"https://barretlee.github.io/agent-pulse/events/autopersonas-agent-simulation-diversity/"},{"@type":"ListItem","position":6,"name":"GPT-5.6 发布:OpenAI �
|