icoa-cli 2.19.445 → 2.19.447
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.
package/dist/commands/sprint.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{existsSync as o,mkdirSync as e,readFileSync as n,writeFileSync as t}from"node:fs";import{createInterface as s}from"node:readline";import{dirname as l,join as r}from"node:path";import{fileURLToPath as a}from"node:url";import chalk from"chalk";import{getConfig as c}from"../lib/config.js";import{getMainRl as i}from"../lib/main-rl.js";import{logCommand as g}from"../lib/logger.js";let p=!1;export function isSprintActive(){return p}const y=l(a(import.meta.url)),d=r(process.env.HOME||".",".icoa"),u=r(d,"sprint-state.json"),m={"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 f(e){const n=[r(y,"..","data",e),r(y,"..","..","src","data",e)];for(const e of n)if(o(e))return e;return n[0]}function w(o){try{e(d,{recursive:!0}),t(u,`${JSON.stringify(o,null,1)}\n`)}catch{}}function b(o,e){return(c().language||"en").toLowerCase().startsWith("zh")?o:e}function $(o){return"★".repeat(Math.max(1,Math.min(5,o||3)))}function k(o,e){const n=new Set(e.done),t=new Set(e.opened);console.log(),console.log(chalk.bold.cyan(b(" ⚔ IOAI 2026 · 四工具冲刺"," ⚔ IOAI 2026 · four-tool sprint"))+chalk.gray(` ${b("已攻克","cleared")} ${n.size} / ${o.length}`));const s=new Map;for(const e of o)s.has(e.bullseye)||s.set(e.bullseye,[]),s.get(e.bullseye)?.push(e);for(const[o,e]of s){console.log(),console.log(chalk.bold.white(` ${o}`)+chalk.gray(` — ${m[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($(o.difficulty).padEnd(5))+chalk.gray(o.needs_gpu?" ⚡":" ")+chalk.gray(` ${o.data_mb}M`)+("teleload"===o.status?chalk.gray(b(" · teleload"," · teleload")):"")+(o.judged?chalk.green(b(" · 可出分"," · scored")):""))}}console.log(),console.log(chalk.gray(" ")+chalk.cyan("open <n>")+chalk.gray(b(" 看题 · "," view · "))+chalk.cyan("done <n>")+chalk.gray(b(" 标记攻克 · "," mark cleared · "))+chalk.cyan("ai")+chalk.gray(b(" 问 Gemma · "," ask Gemma · "))+chalk.cyan("back")+chalk.gray(b(" 退出"," leave"))),console.log(chalk.gray(b(" ⬜ 没看过 ◐ 看过没做完 ✓ 攻克"," ⬜ unseen ◐ opened ✓ cleared"))),console.log()}function A(o,e){const n=[];let t="",s=0;for(const l of o){const o=/[ -鿿-]/.test(l)?2:1;s+o>e&&(n.push(t),t="",s=0),t+=l,s+=o}return t&&n.push(t),n}export async function runSprint(){g("sprint");const o=function(){try{const o=JSON.parse(n(f("sprint-tasks.json"),"utf8")),e=Array.isArray(o?.tasks)?o.tasks:[];try{const o=JSON.parse(n(f("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(u,"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=""),k(o,e);const t=i(),l=null!==t,r=l?t:s({input:process.stdin,output:process.stdout,terminal:!0}),a=l?r.listeners("line").slice():[];r.removeAllListeners("line");const c=r.prompt.bind(r);p=!0,r.setPrompt(chalk.bold.cyan("icoa ioai2026> ")),await new Promise(n=>{r.on("line",async t=>{const s=t.trim(),[i,g]=[s.split(/\s+/)[0]?.toLowerCase()||"",s.split(/\s+/)[1]||""];if(["back","quit","exit","menu"].includes(i))return w(e),console.log(chalk.gray(" 进度已保存。")),(()=>{if(p=!1,r.removeAllListeners("line"),l){for(const o of a)r.on("line",o);r.setPrompt(chalk.green("icoa> ")),r.prompt()}else r.close()})(),void n();if(""===i||["challenges","list","ls"].includes(i))k(o,e);else if(["open","o"].includes(i)||/^\d+$/.test(i)){const n=Number.parseInt(/^\d+$/.test(i)?i:g,10),t=o.find(o=>o.seq===n);t?(e.opened.includes(n)||e.opened.push(n),w(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 A(o,58))console.log(chalk.cyan(" │ ")+chalk.white(e));console.log(chalk.cyan(" │"))}console.log(chalk.cyan(" │ ")+chalk.gray(o.meta||`⏱ 难度 ${$(o.difficulty)}`)+chalk.gray(o.needs_gpu?" ⚡ 需要 GPU":"")),console.log(chalk.cyan(" ╰──────────────────────────────────────────────────────")),console.log(chalk.gray(" ")+chalk.cyan("ai")+chalk.gray(b(" 问 Gemma · "," ask Gemma · "))+chalk.cyan(`done ${o.seq}`)+chalk.gray(b(" 标记攻克 · "," mark cleared · "))+chalk.cyan("back")+chalk.gray(b(" 回列表"," back to list"))),console.log()}(t)):console.log(chalk.yellow(` 没有第 ${g||i} 题。`)+chalk.gray(` 题号 1-${o.length}。`))}else if("done"===i){const n=Number.parseInt(g,10);o.some(o=>o.seq===n)?(e.done.includes(n)||e.done.push(n),w(e),console.log(chalk.green(` ✓ 第 ${n} 题标记为攻克`)+chalk.gray(` (${e.done.length}/${o.length})`))):console.log(chalk.yellow(` 题号 1-${o.length}。`))}else"ai"===i?(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(i)?k(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(b(" 退出"," leave")));r.prompt=c,r.prompt()}),l||r.once("close",()=>n()),r.prompt=c,r.prompt()})}export function registerSprintCommand(o){o.command("pandahelpme31",{hidden:!0}).action(async()=>{await runSprint()})}
|
|
1
|
+
import{existsSync as e,mkdirSync as o,readFileSync as n,writeFileSync as t}from"node:fs";import{createInterface as l}from"node:readline";import{dirname as s,join as a}from"node:path";import{fileURLToPath as r}from"node:url";import chalk from"chalk";import{getConfig as c}from"../lib/config.js";import{getMainRl as i}from"../lib/main-rl.js";import{logCommand as g}from"../lib/logger.js";let y=!1;export function isSprintActive(){return y}const d=s(r(import.meta.url)),p=a(process.env.HOME||".",".icoa"),u=a(p,"sprint-state.json"),h={"T-torch":"裸 torch:手写 attention / causal mask / perplexity","T-umap":"降维当特征提取器,不是画图工具","T-lora":"peft LoRA 参数高效微调","T-librosa":"音频特征流水线:mel / MFCC → 定长向量"},m=["",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 f(o){const n=[a(d,"..","data",o),a(d,"..","..","src","data",o)];for(const o of n)if(e(o))return o;return n[0]}function w(e){try{o(p,{recursive:!0}),t(u,`${JSON.stringify(e,null,1)}\n`)}catch{}}function b(e,o){return(c().language||"en").toLowerCase().startsWith("zh")?e:o}function $(e){return"★".repeat(Math.max(1,Math.min(5,e||3)))}const k=a(p,"sprint-memos.json");function A(e){try{o(p,{recursive:!0}),t(k,`${JSON.stringify(e,null,1)}\n`)}catch{}}function S(e,o){const n=new Set(o.done),t=new Set(o.opened);console.log(),console.log(chalk.bold.cyan(b(" ⚔ IOAI 2026 · 四工具冲刺"," ⚔ IOAI 2026 · four-tool sprint"))+chalk.gray(` ${b("已攻克","cleared")} ${n.size} / ${e.length}`));const l=new Map;for(const o of e)l.has(o.bullseye)||l.set(o.bullseye,[]),l.get(o.bullseye)?.push(o);for(const[e,o]of l){console.log(),console.log(chalk.bold.white(` ${e}`)+chalk.gray(` — ${h[e]||""}`));for(const e of o){const o=n.has(e.seq)?chalk.green("✓"):t.has(e.seq)?chalk.yellow("◐"):chalk.gray("⬜");console.log(` ${o} ${chalk.bold.white(String(e.seq).padStart(2))} `+chalk.white(e.title.slice(0,34).padEnd(34))+chalk.gray($(e.difficulty).padEnd(5))+chalk.gray(e.needs_gpu?" ⚡":" ")+chalk.gray(` ${e.data_mb}M`)+("teleload"===e.status?chalk.gray(b(" · teleload"," · teleload")):"")+(e.judged?chalk.green(b(" · 可出分"," · scored")):""))}}console.log(),console.log(chalk.gray(" ")+chalk.cyan("open <n>")+chalk.gray(b(" 看题 · "," view · "))+chalk.cyan("done <n>")+chalk.gray(b(" 标记攻克 · "," mark cleared · "))+chalk.cyan("ai4ioai")+chalk.gray(b(" 开 AI 分屏 · "," AI in a split · "))+chalk.cyan("memo")+chalk.gray(b(" 记问题 · "," report a problem · "))+chalk.cyan("back")+chalk.gray(b(" 退出"," leave"))),console.log(chalk.gray(b(" ⬜ 没看过 ◐ 看过没做完 ✓ 攻克"," ⬜ unseen ◐ opened ✓ cleared"))),console.log(chalk.gray(b(" ⚡ 要 GPU(notebook 里 gpu key → gpu on) · teleload 数据是大包,用 teleload 拉 · 可出分 交上去有真分数"," ⚡ needs GPU (inside the notebook: gpu key → gpu on) · teleload big pack, pull with teleload · scored real score on submit"))),console.log()}function q(e,o){const n=[];let t="",l=0;for(const s of e){const e=/[ -鿿-]/.test(s)?2:1;l+e>o&&(n.push(t),t="",l=0),t+=s,l+=e}return t&&n.push(t),n}export async function runSprint(){g("sprint");const e=function(){try{const e=JSON.parse(n(f("sprint-tasks.json"),"utf8")),o=Array.isArray(e?.tasks)?e.tasks:[];try{const e=JSON.parse(n(f("sprint-cards.json"),"utf8")),t=new Map((e.cards||[]).map(e=>[e.seq,e]));for(const e of o){const o=t.get(e.seq);o&&Object.assign(e,{star:o.star,trap:o.trap,action:o.action,hint:o.hint,meta:o.meta})}}catch{}return o.sort((e,o)=>e.seq-o.seq)}catch{return[]}}();if(0===e.length)return console.log(),console.log(chalk.yellow(" 冲刺题单还没装进这个版本。")),console.log(chalk.gray(" 升级后再试:")+chalk.cyan("npm install -g icoa-cli@latest")),void console.log();const o=function(){try{const e=JSON.parse(n(u,"utf8"));return{who:e.who||"",opened:e.opened||[],done:e.done||[]}}catch{return{who:"",opened:[],done:[]}}}();if(0===o.opened.length&&0===o.done.length)for(const e of m)console.log(e);o.who||(o.who=""),S(e,o);const t=i(),s=null!==t,a=s?t:l({input:process.stdin,output:process.stdout,terminal:!0}),r=s?a.listeners("line").slice():[];a.removeAllListeners("line");const c=a.prompt.bind(a);y=!0,a.setPrompt(chalk.bold.cyan("icoa ioai2026> ")),await new Promise(t=>{a.on("line",async l=>{const i=l.trim(),[d,p]=[i.split(/\s+/)[0]?.toLowerCase()||"",i.split(/\s+/)[1]||""];if(["back","quit","exit","menu"].includes(d))return w(o),console.log(chalk.gray(" 进度已保存。")),(()=>{if(y=!1,a.removeAllListeners("line"),s){for(const e of r)a.on("line",e);a.setPrompt(chalk.green("icoa> ")),a.prompt()}else a.close()})(),void t();if(""===d||["challenges","list","ls"].includes(d))S(e,o);else if(["open","o"].includes(d)||/^\d+$/.test(d)){const n=Number.parseInt(/^\d+$/.test(d)?d:p,10),t=e.find(e=>e.seq===n);t?(o.opened.includes(n)||o.opened.push(n),w(o),function(e){console.log(),console.log(chalk.cyan(" ╭─ ")+chalk.bold.white(`${e.seq} · ${e.title}`)+chalk.gray(` · ${e.bullseye}`)+chalk.cyan(" ─────")),console.log(chalk.cyan(" │"));const o=[e.star,e.trap,e.action,e.hint?` ${e.hint}`:""].filter(Boolean);0===o.length&&e.topic_cn&&o.push(`▸ ${e.topic_cn}`);for(const e of o){for(const o of q(e,58))console.log(chalk.cyan(" │ ")+chalk.white(o));console.log(chalk.cyan(" │"))}console.log(chalk.cyan(" │ ")+chalk.gray(e.meta||`⏱ 难度 ${$(e.difficulty)}`)+chalk.gray(e.needs_gpu?" ⚡ 需要 GPU":"")),console.log(chalk.cyan(" ╰──────────────────────────────────────────────────────")),console.log(chalk.gray(" ")+chalk.cyan("ai4ioai")+chalk.gray(b(" 开 AI 分屏 · "," AI in a split · "))+chalk.cyan(`done ${e.seq}`)+chalk.gray(b(" 标记攻克 · "," mark cleared · "))+chalk.cyan(`memo ${e.seq}`)+chalk.gray(b(" 记问题 · "," report · "))+chalk.cyan("back")+chalk.gray(b(" 回列表"," back to list"))),console.log()}(t)):console.log(chalk.yellow(` 没有第 ${p||d} 题。`)+chalk.gray(` 题号 1-${e.length}。`))}else if("done"===d){const n=Number.parseInt(p,10);e.some(e=>e.seq===n)?(o.done.includes(n)||o.done.push(n),w(o),console.log(chalk.green(` ✓ 第 ${n} 题标记为攻克`)+chalk.gray(` (${o.done.length}/${e.length})`))):console.log(chalk.yellow(` 题号 1-${e.length}。`))}else"memo"===d||"note"===d?await async function(e,o){const t=function(){try{const e=JSON.parse(n(k,"utf8"));return Array.isArray(e)?e:[]}catch{return[]}}(),l=e.trim();if(""===l||"list"===l||"ls"===l){if(console.log(),0===t.length)console.log(chalk.gray(b(" 还没有记录。"," Nothing noted yet."))),console.log(chalk.gray(b(" 用法:"," Usage: "))+chalk.cyan(b("memo 17 卡片说的命令在这里敲不了","memo 17 the command on the card does not work here"))),console.log(chalk.gray(b(" "," "))+chalk.cyan(b("memo teleload 是什么意思","memo what does teleload mean"))+chalk.gray(b(" (不带题号 = 通用反馈)"," (no number = general feedback)")));else{console.log(chalk.bold.white(b(` 📝 已记 ${t.length} 条`,` 📝 ${t.length} noted`)));for(const e of t.slice(-12)){const o=e.seq?chalk.cyan(`#${e.seq}`):chalk.gray("—");console.log(` ${o} ${chalk.white(e.text.slice(0,60))}`+chalk.gray(e.synced?b(" ·已上报"," ·sent"):b(" ·仅本地"," ·local only")))}console.log(chalk.gray(` ${k}`))}return void console.log()}const s=l.split(/\s+/),a=/^\d+$/.test(s[0])&&o.some(e=>e.seq===Number(s[0])),r=a?Number(s[0]):null,c=(a?s.slice(1):s).join(" ").trim();if(""===c)return void console.log(chalk.yellow(b(" 写点什么吧:"," Say what happened: "))+chalk.cyan(`memo ${s[0]} …`));const i={ts:(new Date).toISOString(),seq:r,text:c,synced:!1};t.push(i),A(t),g(`sprint: memo${r?` ${r}`:""} — ${c}`);let y=!1;try{const{loadLearnState:e}=await import("../lib/learn-state.js"),o=e()?.token??"";if(o){const{syncCardFeedback:e}=await import("../lib/learn-curricula.js");y=await e(o,{curriculum_id:"pandahelpme31",card_number:r??0,feedback_text:c})}}catch{}y&&(i.synced=!0,A(t)),console.log(),console.log(chalk.green(b(" ✓ 记下了"," ✓ noted"))+(r?chalk.gray(b(` (第 ${r} 题)`,` (task ${r})`)):"")+chalk.gray(y?b(" ·已上报"," ·sent"):b(" ·存在本机,教练可以来取"," ·saved on this machine"))),console.log(chalk.gray(b(" 继续做题就好。"," Carry on."))),console.log()}(i.split(/\s+/).slice(1).join(" "),e):["ai4ioai","/ai4ioai","ai"].includes(d)?(console.log(),console.log(chalk.bold.white(b(" 左右分屏,左边看题右边问 AI:"," Split the screen — tasks left, AI right:"))),console.log(chalk.gray(" 1. ")+chalk.bold.cyan("Ctrl-b %")+chalk.gray(b(" 左右分屏(上下分屏是 "," split left/right (up/down is "))+chalk.cyan('Ctrl-b "')+chalk.gray(b(")",")"))),console.log(chalk.gray(" 2. ")+chalk.gray(b("右边那格输 ","in the right pane type "))+chalk.bold.cyan("icoa")+chalk.gray(b(" ,再输 "," , then "))+chalk.bold.cyan("ai4ioai")),console.log(chalk.gray(b(" 3. 两格之间切换:"," 3. move between panes: "))+chalk.cyan("Ctrl-b ←")+chalk.gray(" / ")+chalk.cyan("Ctrl-b →")),console.log(),console.log(chalk.gray(b(" 它是弱模型 —— 单轮、2000 字符以内。把问题问准,就是这次要练的本事。"," A deliberately weak model — single-turn, 2000 chars. Asking precisely is the skill."))),console.log(chalk.gray(b(" 在 notebook 里卡住时,那边可以直接敲 "," Stuck inside a notebook? there you can type "))+chalk.cyan("ai")+chalk.gray(b(" —— 它会把那一格的代码和报错一起带上。"," — it carries that cell and its traceback."))),console.log()):["help","?","guide"].includes(d)?S(e,o):console.log(chalk.gray(" ")+chalk.cyan("challenges")+chalk.gray(" 列表 · ")+chalk.cyan("open <n>")+chalk.gray(" 看题 · ")+chalk.cyan("done <n>")+chalk.gray(" 标记 · ")+chalk.cyan("memo")+chalk.gray(" 记问题 · ")+chalk.cyan("back")+chalk.gray(b(" 退出"," leave")));a.prompt=c,a.prompt()}),s||a.once("close",()=>t()),a.prompt=c,a.prompt()})}export function registerSprintCommand(e){e.command("pandahelpme31",{hidden:!0}).action(async()=>{await runSprint()})}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "icoa-cli",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.447",
|
|
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": {
|