v0.7.0 — new-mission + ai-search(12 支)
新增兩支 skill|Two new skills
new-mission(開工簡報):接到三步以上、或做錯不好回頭的任務,先跑簡報——自己查(不空問)、最多五題一次一題、給第一版計畫(不實作)、自審送審、等你明確說「做」才動手,並順手產出一份可重用的任務 prompt。與 damage-report 一頭一尾:一個審計畫(開工前)、一個審結果(收工前)。純規則零依賴。
ai-search(帶引用的即時查證):問一句,回附來源連結、可自行複查的即時答案;查不到就說查不到,不拿舊知識硬填。單檔 POSIX shell,預設走 Codex CLI 內建 web_search(AI_SEARCH_CMD 可換,但換的後端也得會搜尋);狀態走 stdout 末行、退出碼只分真失敗;43 項回歸測試隨包出貨並由 CI 每次 push 於 ubuntu 實跑。
兩支各附免安裝簡版(prompts/,中英)——純聊天使用者貼上即用。發版前照慣例過兩輪跨模型二審(方案審+整包審),採納修正含:兩支姊妹的狀態末行契約措辭、ok 語意明示(=後端回非空輸出)、測試證據等級誠實化。
new-mission (kickoff brief): for any task that is three or more steps or hard to undo — look things up first, ask at most five questions one at a time, draft a plan without executing, self-review it, and wait for an explicit "go" before acting, minting a reusable task prompt along the way. Pairs head-to-tail with damage-report. Pure rules, zero dependencies.
ai-search (cited live verification): ask once, get a cited, checkable live answer; it says "not found" instead of filling from stale knowledge. Single-file POSIX shell over Codex CLI's built-in web_search (swappable via AI_SEARCH_CMD — the replacement must also search); status on stdout's final line, exit codes only mark real failures; 43 regression tests ship in the box and run in CI on every push.
Both ship no-install lite prompts (prompts/, zh/en) for chat-only users. Pre-release, the whole batch went through two rounds of cross-model review; adopted fixes include the status-line contract wording across both sibling scripts, an honest ok semantic (= backend returned non-empty output), and evidence-level corrections in the test plan.