icoa-cli 2.19.423 → 2.19.424

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.
@@ -1 +1 @@
1
- import{existsSync as o,mkdirSync as e,readFileSync as n,writeFileSync as t}from"node:fs";import{dirname as l,join as s}from"node:path";import{fileURLToPath as a}from"node:url";import chalk from"chalk";import{getConfig as r}from"../lib/config.js";import{getMainRl as c}from"../lib/main-rl.js";import{logCommand as i}from"../lib/logger.js";let g=!1;export function isSprintActive(){return g}const y=l(a(import.meta.url)),p=s(process.env.HOME||".",".icoa"),d=s(p,"sprint-state.json"),u={"T-torch":"裸 torch:手写 attention / causal mask / perplexity","T-umap":"降维当特征提取器,不是画图工具","T-lora":"peft LoRA 参数高效微调","T-librosa":"音频特征流水线:mel / MFCC → 定长向量"},h=["",chalk.bold.cyan(" ASTANA 2027"),chalk.gray(" — 给还没出发的你"),"",chalk.white(" 草原的风从额尔齐斯河吹到阿斯塔纳的时候,会带着一点雪的味道。"),chalk.white(" 你还没去过那里。但那里已经有一个座位,写着你的名字。"),"",chalk.white(" 你现在坐在屏幕前,离比赛还有几天。"),chalk.white(" 你可能会想:几天能改变什么?"),"",chalk.white(" 足够让一个人从「看着题发呆」变成「看到题就知道该拆哪一层」。"),chalk.white(" 足够让手指记住 import torch 之后该敲什么。"),chalk.white(" 足够让你在比赛那天早上醒来时,不再害怕。"),"",chalk.bold.yellow(" M")+chalk.white(" —— 你总是第一个说「我先试试」的那个。别停。"),chalk.bold.yellow(" V")+chalk.white(" —— 你总是问「为什么是这样」的那个。继续问。"),chalk.bold.yellow(" A")+chalk.white(" —— 你总是在别人放弃时还在改最后一版的那个。改下去。"),"",chalk.white(" 你们三个人,一个人是一条腿走路,三个人是奔跑。"),"",chalk.white(" 你们要面对的不是一场考试,是一次证明:"),chalk.bold.white(" 中国的高中生,可以在 AI 的赛场上,和世界站在同一排。"),"",chalk.white(" 而 2027 年的阿斯塔纳,是我们下一个约定。"),"",chalk.gray(" 现在,把这行字关掉,去做第 1 题。"),chalk.gray(" — 熊猫教练"),""];function m(e){const n=[s(y,"..","data",e),s(y,"..","..","src","data",e)];for(const e of n)if(o(e))return e;return n[0]}function f(o){try{e(p,{recursive:!0}),t(d,`${JSON.stringify(o,null,1)}\n`)}catch{}}function w(o,e){return(r().language||"en").toLowerCase().startsWith("zh")?o:e}function b(o){return"★".repeat(Math.max(1,Math.min(5,o||3)))}function $(o,e){const n=new Set(e.done),t=new Set(e.opened);console.log(),console.log(chalk.bold.cyan(w(" ⚔ IOAI 2026 · 四工具冲刺"," ⚔ IOAI 2026 · four-tool sprint"))+chalk.gray(` ${w("已攻克","cleared")} ${n.size} / ${o.length}`));const l=new Map;for(const e of o)l.has(e.bullseye)||l.set(e.bullseye,[]),l.get(e.bullseye)?.push(e);for(const[o,e]of l){console.log(),console.log(chalk.bold.white(` ${o}`)+chalk.gray(` — ${u[o]||""}`));for(const o of e){const e=n.has(o.seq)?chalk.green("✓"):t.has(o.seq)?chalk.yellow("◐"):chalk.gray("⬜");console.log(` ${e} ${chalk.bold.white(String(o.seq).padStart(2))} `+chalk.white(o.title.slice(0,34).padEnd(34))+chalk.gray(b(o.difficulty).padEnd(5))+chalk.gray(o.needs_gpu?" ⚡":" ")+chalk.gray(` ${o.data_mb}M`)+("teleload"===o.status?chalk.gray(w(" · teleload"," · teleload")):""))}}console.log(),console.log(chalk.gray(" ")+chalk.cyan("open <n>")+chalk.gray(w(" 看题 · "," view · "))+chalk.cyan("done <n>")+chalk.gray(w(" 标记攻克 · "," mark cleared · "))+chalk.cyan("ai")+chalk.gray(w(" 问 Gemma · "," ask Gemma · "))+chalk.cyan("back")+chalk.gray(w(" 退出"," leave"))),console.log(chalk.gray(w(" ⬜ 没看过 ◐ 看过没做完 ✓ 攻克"," ⬜ unseen ◐ opened ✓ cleared"))),console.log()}function k(o,e){const n=[];let t="",l=0;for(const s of o){const o=/[ -鿿＀-￯]/.test(s)?2:1;l+o>e&&(n.push(t),t="",l=0),t+=s,l+=o}return t&&n.push(t),n}export async function runSprint(){i("sprint");const o=function(){try{const o=JSON.parse(n(m("sprint-tasks.json"),"utf8")),e=Array.isArray(o?.tasks)?o.tasks:[];try{const o=JSON.parse(n(m("sprint-cards.json"),"utf8")),t=new Map((o.cards||[]).map(o=>[o.seq,o]));for(const o of e){const e=t.get(o.seq);e&&Object.assign(o,{star:e.star,trap:e.trap,action:e.action,hint:e.hint,meta:e.meta})}}catch{}return e.sort((o,e)=>o.seq-e.seq)}catch{return[]}}();if(0===o.length)return console.log(),console.log(chalk.yellow(" 冲刺题单还没装进这个版本。")),console.log(chalk.gray(" 升级后再试:")+chalk.cyan("npm install -g icoa-cli@latest")),void console.log();const e=function(){try{const o=JSON.parse(n(d,"utf8"));return{who:o.who||"",opened:o.opened||[],done:o.done||[]}}catch{return{who:"",opened:[],done:[]}}}();if(0===e.opened.length&&0===e.done.length)for(const o of h)console.log(o);e.who||(e.who=""),$(o,e);const t=c();if(null===t)return;const l=t.listeners("line").slice();t.removeAllListeners("line");const s=t.prompt.bind(t);g=!0,t.setPrompt(chalk.bold.cyan("icoa ioai2026> ")),await new Promise(n=>{t.on("line",async a=>{const r=a.trim(),[c,i]=[r.split(/\s+/)[0]?.toLowerCase()||"",r.split(/\s+/)[1]||""];if(["back","quit","exit","menu"].includes(c))return f(e),console.log(chalk.gray(" 进度已保存。")),(()=>{g=!1,t.removeAllListeners("line");for(const o of l)t.on("line",o);t.setPrompt(chalk.green("icoa> ")),t.prompt()})(),void n();if(""===c||["challenges","list","ls"].includes(c))$(o,e);else if(["open","o"].includes(c)||/^\d+$/.test(c)){const n=Number.parseInt(/^\d+$/.test(c)?c:i,10),t=o.find(o=>o.seq===n);t?(e.opened.includes(n)||e.opened.push(n),f(e),function(o){console.log(),console.log(chalk.cyan(" ╭─ ")+chalk.bold.white(`${o.seq} · ${o.title}`)+chalk.gray(` · ${o.bullseye}`)+chalk.cyan(" ─────")),console.log(chalk.cyan(" │"));const e=[o.star,o.trap,o.action,o.hint?` ${o.hint}`:""].filter(Boolean);0===e.length&&o.topic_cn&&e.push(`▸ ${o.topic_cn}`);for(const o of e){for(const e of k(o,58))console.log(chalk.cyan(" │ ")+chalk.white(e));console.log(chalk.cyan(" │"))}console.log(chalk.cyan(" │ ")+chalk.gray(o.meta||`⏱ 难度 ${b(o.difficulty)}`)+chalk.gray(o.needs_gpu?" ⚡ 需要 GPU":"")),console.log(chalk.cyan(" ╰──────────────────────────────────────────────────────")),console.log(chalk.gray(" ")+chalk.cyan("ai")+chalk.gray(w(" 问 Gemma · "," ask Gemma · "))+chalk.cyan(`done ${o.seq}`)+chalk.gray(w(" 标记攻克 · "," mark cleared · "))+chalk.cyan("back")+chalk.gray(w(" 回列表"," back to list"))),console.log()}(t)):console.log(chalk.yellow(` 没有第 ${i||c} 题。`)+chalk.gray(` 题号 1-${o.length}。`))}else if("done"===c){const n=Number.parseInt(i,10);o.some(o=>o.seq===n)?(e.done.includes(n)||e.done.push(n),f(e),console.log(chalk.green(` ✓ 第 ${n} 题标记为攻克`)+chalk.gray(` (${e.done.length}/${o.length})`))):console.log(chalk.yellow(` 题号 1-${o.length}。`))}else"ai"===c?(console.log(),console.log(chalk.gray(" 开另一个窗口问 Gemma:")+chalk.cyan(" Ctrl-b %")+chalk.gray(" 分屏,右边输 ")+chalk.cyan("icoa")+chalk.gray(" 再输 ")+chalk.cyan("ai4ioai")),console.log(chalk.gray(" 它是弱模型,单轮、2000 字符以内 —— 把问题问准是这次要练的本事。")),console.log()):["help","?","guide"].includes(c)?$(o,e):console.log(chalk.gray(" ")+chalk.cyan("challenges")+chalk.gray(" 列表 · ")+chalk.cyan("open <n>")+chalk.gray(" 看题 · ")+chalk.cyan("done <n>")+chalk.gray(" 标记 · ")+chalk.cyan("back")+chalk.gray(w(" 退出"," leave")));t.prompt=s,t.prompt()}),t.prompt=s,t.prompt()})}export function registerSprintCommand(o){o.command("pandahelpme31",{hidden:!0}).action(async()=>{await runSprint()})}
1
+ import{existsSync as o,mkdirSync as e,readFileSync as n,writeFileSync as t}from"node:fs";import{dirname as l,join as s}from"node:path";import{fileURLToPath as a}from"node:url";import chalk from"chalk";import{getConfig as r}from"../lib/config.js";import{getMainRl as c}from"../lib/main-rl.js";import{logCommand as i}from"../lib/logger.js";let g=!1;export function isSprintActive(){return g}const y=l(a(import.meta.url)),p=s(process.env.HOME||".",".icoa"),d=s(p,"sprint-state.json"),u={"T-torch":"裸 torch:手写 attention / causal mask / perplexity","T-umap":"降维当特征提取器,不是画图工具","T-lora":"peft LoRA 参数高效微调","T-librosa":"音频特征流水线:mel / MFCC → 定长向量"},h=["",chalk.bold.cyan(" ASTANA 2027"),chalk.gray(" — 给还没出发的你"),"",chalk.white(" 草原的风从额尔齐斯河吹到阿斯塔纳的时候,会带着一点雪的味道。"),chalk.white(" 你还没去过那里。但那里已经有一个座位,写着你的名字。"),"",chalk.white(" 你现在坐在屏幕前,离比赛还有几天。"),chalk.white(" 你可能会想:几天能改变什么?"),"",chalk.white(" 足够让一个人从「看着题发呆」变成「看到题就知道该拆哪一层」。"),chalk.white(" 足够让手指记住 import torch 之后该敲什么。"),chalk.white(" 足够让你在比赛那天早上醒来时,不再害怕。"),"",chalk.bold.yellow(" M")+chalk.white(" —— 你总是第一个说「我先试试」的那个。别停。"),chalk.bold.yellow(" V")+chalk.white(" —— 你总是问「为什么是这样」的那个。继续问。"),chalk.bold.yellow(" A")+chalk.white(" —— 你总是在别人放弃时还在改最后一版的那个。改下去。"),"",chalk.white(" 你们三个人,一个人是一条腿走路,三个人是奔跑。"),"",chalk.white(" 你们要面对的不是一场考试,是一次证明:"),chalk.bold.white(" 中国的高中生,可以在 AI 的赛场上,和世界站在同一排。"),"",chalk.white(" 而 2027 年的阿斯塔纳,是我们下一个约定。"),"",chalk.gray(" 现在,把这行字关掉,去做第 1 题。"),chalk.gray(" — 熊猫教练"),""];function m(e){const n=[s(y,"..","data",e),s(y,"..","..","src","data",e)];for(const e of n)if(o(e))return e;return n[0]}function f(o){try{e(p,{recursive:!0}),t(d,`${JSON.stringify(o,null,1)}\n`)}catch{}}function w(o,e){return(r().language||"en").toLowerCase().startsWith("zh")?o:e}function b(o){return"★".repeat(Math.max(1,Math.min(5,o||3)))}function $(o,e){const n=new Set(e.done),t=new Set(e.opened);console.log(),console.log(chalk.bold.cyan(w(" ⚔ IOAI 2026 · 四工具冲刺"," ⚔ IOAI 2026 · four-tool sprint"))+chalk.gray(` ${w("已攻克","cleared")} ${n.size} / ${o.length}`));const l=new Map;for(const e of o)l.has(e.bullseye)||l.set(e.bullseye,[]),l.get(e.bullseye)?.push(e);for(const[o,e]of l){console.log(),console.log(chalk.bold.white(` ${o}`)+chalk.gray(` — ${u[o]||""}`));for(const o of e){const e=n.has(o.seq)?chalk.green("✓"):t.has(o.seq)?chalk.yellow("◐"):chalk.gray("⬜");console.log(` ${e} ${chalk.bold.white(String(o.seq).padStart(2))} `+chalk.white(o.title.slice(0,34).padEnd(34))+chalk.gray(b(o.difficulty).padEnd(5))+chalk.gray(o.needs_gpu?" ⚡":" ")+chalk.gray(` ${o.data_mb}M`)+("teleload"===o.status?chalk.gray(w(" · teleload"," · teleload")):"")+(o.judged?chalk.green(w(" · 可出分"," · scored")):""))}}console.log(),console.log(chalk.gray(" ")+chalk.cyan("open <n>")+chalk.gray(w(" 看题 · "," view · "))+chalk.cyan("done <n>")+chalk.gray(w(" 标记攻克 · "," mark cleared · "))+chalk.cyan("ai")+chalk.gray(w(" 问 Gemma · "," ask Gemma · "))+chalk.cyan("back")+chalk.gray(w(" 退出"," leave"))),console.log(chalk.gray(w(" ⬜ 没看过 ◐ 看过没做完 ✓ 攻克"," ⬜ unseen ◐ opened ✓ cleared"))),console.log()}function k(o,e){const n=[];let t="",l=0;for(const s of o){const o=/[ -鿿＀-￯]/.test(s)?2:1;l+o>e&&(n.push(t),t="",l=0),t+=s,l+=o}return t&&n.push(t),n}export async function runSprint(){i("sprint");const o=function(){try{const o=JSON.parse(n(m("sprint-tasks.json"),"utf8")),e=Array.isArray(o?.tasks)?o.tasks:[];try{const o=JSON.parse(n(m("sprint-cards.json"),"utf8")),t=new Map((o.cards||[]).map(o=>[o.seq,o]));for(const o of e){const e=t.get(o.seq);e&&Object.assign(o,{star:e.star,trap:e.trap,action:e.action,hint:e.hint,meta:e.meta})}}catch{}return e.sort((o,e)=>o.seq-e.seq)}catch{return[]}}();if(0===o.length)return console.log(),console.log(chalk.yellow(" 冲刺题单还没装进这个版本。")),console.log(chalk.gray(" 升级后再试:")+chalk.cyan("npm install -g icoa-cli@latest")),void console.log();const e=function(){try{const o=JSON.parse(n(d,"utf8"));return{who:o.who||"",opened:o.opened||[],done:o.done||[]}}catch{return{who:"",opened:[],done:[]}}}();if(0===e.opened.length&&0===e.done.length)for(const o of h)console.log(o);e.who||(e.who=""),$(o,e);const t=c();if(null===t)return;const l=t.listeners("line").slice();t.removeAllListeners("line");const s=t.prompt.bind(t);g=!0,t.setPrompt(chalk.bold.cyan("icoa ioai2026> ")),await new Promise(n=>{t.on("line",async a=>{const r=a.trim(),[c,i]=[r.split(/\s+/)[0]?.toLowerCase()||"",r.split(/\s+/)[1]||""];if(["back","quit","exit","menu"].includes(c))return f(e),console.log(chalk.gray(" 进度已保存。")),(()=>{g=!1,t.removeAllListeners("line");for(const o of l)t.on("line",o);t.setPrompt(chalk.green("icoa> ")),t.prompt()})(),void n();if(""===c||["challenges","list","ls"].includes(c))$(o,e);else if(["open","o"].includes(c)||/^\d+$/.test(c)){const n=Number.parseInt(/^\d+$/.test(c)?c:i,10),t=o.find(o=>o.seq===n);t?(e.opened.includes(n)||e.opened.push(n),f(e),function(o){console.log(),console.log(chalk.cyan(" ╭─ ")+chalk.bold.white(`${o.seq} · ${o.title}`)+chalk.gray(` · ${o.bullseye}`)+chalk.cyan(" ─────")),console.log(chalk.cyan(" │"));const e=[o.star,o.trap,o.action,o.hint?` ${o.hint}`:""].filter(Boolean);0===e.length&&o.topic_cn&&e.push(`▸ ${o.topic_cn}`);for(const o of e){for(const e of k(o,58))console.log(chalk.cyan(" │ ")+chalk.white(e));console.log(chalk.cyan(" │"))}console.log(chalk.cyan(" │ ")+chalk.gray(o.meta||`⏱ 难度 ${b(o.difficulty)}`)+chalk.gray(o.needs_gpu?" ⚡ 需要 GPU":"")),console.log(chalk.cyan(" ╰──────────────────────────────────────────────────────")),console.log(chalk.gray(" ")+chalk.cyan("ai")+chalk.gray(w(" 问 Gemma · "," ask Gemma · "))+chalk.cyan(`done ${o.seq}`)+chalk.gray(w(" 标记攻克 · "," mark cleared · "))+chalk.cyan("back")+chalk.gray(w(" 回列表"," back to list"))),console.log()}(t)):console.log(chalk.yellow(` 没有第 ${i||c} 题。`)+chalk.gray(` 题号 1-${o.length}。`))}else if("done"===c){const n=Number.parseInt(i,10);o.some(o=>o.seq===n)?(e.done.includes(n)||e.done.push(n),f(e),console.log(chalk.green(` ✓ 第 ${n} 题标记为攻克`)+chalk.gray(` (${e.done.length}/${o.length})`))):console.log(chalk.yellow(` 题号 1-${o.length}。`))}else"ai"===c?(console.log(),console.log(chalk.gray(" 开另一个窗口问 Gemma:")+chalk.cyan(" Ctrl-b %")+chalk.gray(" 分屏,右边输 ")+chalk.cyan("icoa")+chalk.gray(" 再输 ")+chalk.cyan("ai4ioai")),console.log(chalk.gray(" 它是弱模型,单轮、2000 字符以内 —— 把问题问准是这次要练的本事。")),console.log()):["help","?","guide"].includes(c)?$(o,e):console.log(chalk.gray(" ")+chalk.cyan("challenges")+chalk.gray(" 列表 · ")+chalk.cyan("open <n>")+chalk.gray(" 看题 · ")+chalk.cyan("done <n>")+chalk.gray(" 标记 · ")+chalk.cyan("back")+chalk.gray(w(" 退出"," leave")));t.prompt=s,t.prompt()}),t.prompt=s,t.prompt()})}export function registerSprintCommand(o){o.command("pandahelpme31",{hidden:!0}).action(async()=>{await runSprint()})}
@@ -41,7 +41,7 @@
41
41
  "seq": 5,
42
42
  "star": "★ 四选一要手搓 MC 头:4 个选项各前向一次取 logit,再对 4 个分数算 CE",
43
43
  "trap": "!! reshape 成 B*4 条各自打分,还原时维度弄反,选项就和 batch 串位",
44
- "action": "▸ 领数据:kaggle s05-essay-gap",
44
+ "action": "▸ 领数据:kaggle s05-essay-gap | 做完 kaggle submit s05-essay-gap 出分",
45
45
  "meta": "⏱ 参考 25 分钟 · 难度 ★★☆☆☆",
46
46
  "note": "4 选项 × 512 长度 × batch 一起前向,显存是主要瓶颈",
47
47
  "hint": "把 before[SEP]选项[SEP]after 拼成 4 条,先跑一个 batch 打印 logits 形状。"
@@ -59,7 +59,7 @@
59
59
  "seq": 7,
60
60
  "star": "★ 887 条训练数据:LoRA 只训千分之几参数,正好压住过拟合",
61
61
  "trap": "!! CONTRADICT 只有 189 条;直接上 CE,macro F1 被这一类拖死",
62
- "action": "▸ 领数据:kaggle s07-scientific-facts",
62
+ "action": "▸ 领数据:kaggle s07-scientific-facts | 做完 kaggle submit s07-scientific-facts 出分",
63
63
  "meta": "⏱ 参考 35 分钟 · 难度 ★★★☆☆",
64
64
  "note": "用 peft 时别忘 modules_to_save,新分类头否则不会被保存",
65
65
  "hint": "claim 与 evidence 作两句传给 tokenizer,再用 StratifiedKFold 分折并给类加权。"
@@ -149,7 +149,7 @@
149
149
  "seq": 17,
150
150
  "star": "★ 字符级 TF-IDF 走 SVD 降到 300 维,再用 Ridge 学西→英映射",
151
151
  "trap": "!! 两个 SVD 各自 fit,坐标系不通;不学映射直接算 cosine 等于瞎比",
152
- "action": "▸ 领数据:kaggle s17-bazarul-lui-riki",
152
+ "action": "▸ 领数据:kaggle s17-bazarul-lui-riki | 做完 kaggle submit s17-bazarul-lui-riki 出分",
153
153
  "meta": "⏱ 参考 35 分钟 · 难度 ★★★☆☆",
154
154
  "note": "word 级 TF-IDF 跨语种失效;要 analyzer='char' 才有共享 n-gram",
155
155
  "hint": "先把 is_food=-1 的平行行挑出来当对齐语料,它们不参与分类训练。"
@@ -167,7 +167,7 @@
167
167
  "seq": 19,
168
168
  "star": "★ 别急着写 torch 训练循环:8 个梯度/拉普拉斯统计量喂 RF 就过满分线",
169
169
  "trap": "!! 坑数 clip 到 3~8、年龄 clip 到 1~5;不夹住 MAE 直接被拉爆",
170
- "action": "▸ 领数据:kaggle s19-lunar-craters",
170
+ "action": "▸ 领数据:kaggle s19-lunar-craters | 做完 kaggle submit s19-lunar-craters 出分",
171
171
  "meta": "⏱ 参考 35 分钟 · 难度 ★★★☆☆",
172
172
  "note": "年龄那问占 80 分,满分线 MAE≤0.3,手工特征就够到",
173
173
  "hint": "先用 cv2 抽出 8 个梯度/拉普拉斯统计量,喂 RandomForest 看 MAE。"
@@ -203,7 +203,7 @@
203
203
  "seq": 23,
204
204
  "star": "★ 第二问训练集根本没有主题标签:只能在 test 上直接聚类,降维图只是给你看",
205
205
  "trap": "!! 答案是 SCIENCE/CRIME 这类字符串;簇号随机,要看簇心 top 词映射",
206
- "action": "▸ 领数据:kaggle s23-om-vs-ai",
206
+ "action": "▸ 领数据:kaggle s23-om-vs-ai | 做完 kaggle submit s23-om-vs-ai 出分",
207
207
  "meta": "⏱ 参考 35 分钟 · 难度 ★★★☆☆",
208
208
  "note": "第一问 char_wb 的 2-8 gram 比 word 级强很多,满分线 macro F1 0.95",
209
209
  "hint": "先把 test 里 subtaskID=2 的行单独取出,只在它们上面做聚类。"
@@ -70,7 +70,8 @@
70
70
  "dir": "essay-gap-aicc-round-2",
71
71
  "topic_cn": "给出文章缺口的前文/后文与 4 个候选句,选出被挖掉的那一句(BERT 微调四选一)",
72
72
  "comp": "s05-essay-gap",
73
- "status": "ready"
73
+ "status": "ready",
74
+ "judged": true
74
75
  },
75
76
  {
76
77
  "seq": 6,
@@ -101,7 +102,8 @@
101
102
  "dir": "scientific-facts-aicc-round-7",
102
103
  "topic_cn": "科学论断 × 证据段落的三分类蕴含判断(支持/反驳/信息不足),官方解答 = transformer 微调 + 交叉验证 ensemble,macro F1",
103
104
  "comp": "s07-scientific-facts",
104
- "status": "ready"
105
+ "status": "ready",
106
+ "judged": true
105
107
  },
106
108
  {
107
109
  "seq": 8,
@@ -247,7 +249,8 @@
247
249
  "dir": "nitro/39_decebaltech_decebaltech-ai-challenge_t2_bazarul-lui-riki",
248
250
  "topic_cn": "①英文商品描述判可食用(macro F1) ②西班牙语查询跨语种检索英文商品(top-1);训练集里is_food=-1的行专供跨语种对齐",
249
251
  "comp": "s17-bazarul-lui-riki",
250
- "status": "ready"
252
+ "status": "ready",
253
+ "judged": true
251
254
  },
252
255
  {
253
256
  "seq": 18,
@@ -275,7 +278,8 @@
275
278
  "dir": "nitro/23_algolymp_algolymp-preojia-xi-xii_t1_lunar-craters",
276
279
  "topic_cn": "128×128合成月面图:①数陨石坑个数(MAE) ②估计侵蚀年龄参数1.0-5.0(MAE)",
277
280
  "comp": "s19-lunar-craters",
278
- "status": "ready"
281
+ "status": "ready",
282
+ "judged": true
279
283
  },
280
284
  {
281
285
  "seq": 20,
@@ -337,7 +341,8 @@
337
341
  "dir": "nitro/59_roai-2025_onia_t1_om-vs-ai",
338
342
  "topic_cn": "全国赛:①文本是人写还是AI生成(macro F1≥95才满分) ②四大主题分类——但训练集根本没有主题标签,必须零样本/无监督做",
339
343
  "comp": "s23-om-vs-ai",
340
- "status": "ready"
344
+ "status": "ready",
345
+ "judged": true
341
346
  },
342
347
  {
343
348
  "seq": 24,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.19.423",
3
+ "version": "2.19.424",
4
4
  "description": "ICOA CLI — The world's first CLI-native cyber & AI security olympiad terminal: AI4CTF (Day 1), CTF4AI (Day 2), VLA4CTF (Pioneer Round — embodied AI)",
5
5
  "type": "module",
6
6
  "bin": {