控制中心
日常總入口
index.html本地自動化的 source of truth:正式視覺頁、雙擊入口、npm scripts、local-only 邊界與目前驗收摘要。
日常總入口
index.html操作說明與 local-only 邊界
AUTOMATION_USAGE.md節點與資料流
automation-map.html可雙擊入口按鈕操作台
automation-cockpit.html執行中 step 監控頁
automation-live.html論文狀態表與輸出位置
workflow.html文獻矩陣、主題標籤、綜整、草稿與自審視覺流程
research-workflow.html研究專案狀態與輸出檔案入口
research-dashboard.html人類閱讀入口
daily-brief.html下一步與阻塞項目
automation-next.html一句話判斷現在該做什麼
automation-decision.html目前是否可信與下一步
automation-status.html總狀態與 gate
automation-state.html最近執行紀錄
automation-timeline.html最近一次執行的可追溯收據
automation-receipt.html快速健檢
automation-check.html完整流程驗收
automation-run-and-verify.html能不能交給 launchd 或雙擊入口的總稽核
automation-executability.html控制中心、map、executability 與 gate 狀態一致性
automation-consistency.html只刷新視覺報表與狀態頁
automation-visual-sync.html目前 status.json 來源
automation-current-status.html底層流程 stdout/stderr
automation-local.html所有 npm scripts 與操作指令目錄
automation-commands.html可執行、只看、人工與 external-off actions
automation-actions.html最近流程耗時與慢步驟摘要
automation-performance.html排錯與人工操作手冊
automation-runbook.html從任何 Terminal 位置都能貼的安全指令
automation-safe-terminal.html排程 stdout/stderr
automation-launchd.html排程安裝診斷
automation-launchd-diagnose.html安裝、觸發並輪詢排程驗收
automation-launchd-test.html週四 06:00 排程
automation-schedule.html本地自動化 ready gates
automation-readiness.html本地環境與工具可用性
automation-environment.html雙擊入口選擇
automation-entrypoints.html目前推薦入口的人可讀解析頁
operator-pick.html能力矩陣
automation-capabilities.html報告同步狀態
automation-freshness.html自動化改善影響
automation-impact.html總覽:排程、環境、能力、連結與驗收摘要
automation-overview.html視覺化與可執行性的目標覆蓋矩陣
automation-goal-coverage.html依用途分群的報表導航頁
automation-report-navigator.html本地連結檢查
automation-links.html正式頁與入口 source of truth
automation-manifest.htmlmanifest 驗收結果
automation-manifest-check.html視覺頁 smoke test
automation-ui-smoke.html人工/外部邊界
manual-actions.html本地論文知識庫
openwiki/quickstart.md| Command | Status | Purpose | Executes workflow |
|---|---|---|---|
| START-HERE.command | ready | 人類日常第一入口:刷新 Operator Pick 並打開目前推薦入口 | no |
| open-control-center.command | ready | 只開控制中心 | no |
| do-recommended.command | ready | 讀取 Operator Pick 並打開目前推薦入口 | no |
| sync-visuals.command | ready | 同步視覺報表與控制台,不跑 paper pipeline | no |
| open-cockpit.command | ready | 刷新並打開 execution cockpit | no |
| open-live-monitor.command | ready | 持續刷新並打開 live monitor | no |
| open-decision.command | ready | 刷新並打開一句話決策頁 | no |
| open-executability.command | ready | 刷新並打開可執行性稽核頁 | no |
| open-safe-terminal.command | ready | 刷新並打開可安全貼上的 Terminal 指令頁 | no |
| open-health.command | ready | 刷新並打開 automation health report | no |
| open-automation-manifest.command | ready | 刷新並打開 automation manifest | no |
| open-daily-brief.command | ready | 刷新並打開 10:00 閱讀入口 | no |
| open-current-run.command | ready | 打開目前 run folder 與主要輸出檔 | no |
| open-receipt.command | ready | 刷新並打開最近一次自動化收據 | no |
| open-debug-dashboard.command | ready | 刷新並打開排錯儀表板 | no |
| open-latest-failure.command | ready | 打開最近 failed step 的 stdout/stderr | no |
| open-gpt-handoff-bundle.command | ready | 一次開齊 GPT handoff 與 mega.md | no |
| check-automation.command | ready | 快速健檢,不重跑 paper pipeline | no |
| run-automation.command | ready | 完整 local pipeline + 驗收 | yes |
| install-launchd.command | ready | 安裝週四 06:00 LaunchAgent | yes |
| install-and-test-launchd.command | ready | 安裝 LaunchAgent 並立即觸發試跑 | yes |
| repair-launchd.command | ready | 修復 LaunchAgent 安裝/載入 | yes |
| diagnose-launchd.command | ready | 診斷 LaunchAgent,不重跑 pipeline | no |
| kickstart-launchd.command | ready | 立即用 launchd 觸發一次 | yes |
Codex CLI / npm scripts / local files / openwiki
GPT Pro handoff / Notion sync / live PubMed / journal browsing
| Name | Command | Boundary |
|---|---|---|
dry-run | node scripts/create-run-from-fixture.mjs | local |
research:init | node scripts/research-workflow.mjs init | local |
research:matrix | node scripts/research-workflow.mjs matrix | local |
research:themes | node scripts/research-workflow.mjs themes | local |
research:synthesize | node scripts/research-workflow.mjs synthesize | local |
research:representatives | node scripts/research-workflow.mjs representatives | local |
research:review-draft | node scripts/research-workflow.mjs review-draft | local |
research:self-review | node scripts/research-workflow.mjs self-review | local |
research:map | node scripts/research-workflow.mjs map | local |
reader | node scripts/reader-server.mjs | local |
operator:pick | node scripts/resolve-operator-pick.mjs | local |
status:path | node scripts/resolve-current-status-path.mjs | local |
sync:visuals | node scripts/sync-visual-reports.mjs | local |
links:check | node scripts/check-local-links.mjs | local |
goal:coverage | node scripts/generate-goal-coverage-report.mjs | local |
report:navigator | node scripts/generate-report-navigator.mjs | local |
safe:terminal | node scripts/generate-safe-terminal-report.mjs | local |
ui:smoke | node scripts/generate-ui-smoke-report.mjs | local |
manifest:check | node scripts/check-automation-manifest.mjs | local |
build-run | node scripts/build-run.mjs | local |
single:trial | node scripts/create-single-article-trial.mjs | local |
status:normalize | node scripts/normalize-status.mjs | local |
journal:metrics | node scripts/apply-journal-metrics.mjs | local |
gpt:handoff | node scripts/generate-gpt-pro-handoff.mjs | local |
mega | node scripts/generate-mega.mjs | local |
workflow | node scripts/generate-workflow.mjs | local |
report | node scripts/generate-report.mjs | local |
rag:queue | node scripts/generate-rag-queue.mjs | local |
fetch:journals | node scripts/fetch-journals.mjs | local |
fetch:journals:browser | node scripts/fetch-journals-browser.mjs | local |
status:from-candidates | node scripts/status-from-candidates.mjs | local |
status:mark-notion | node scripts/mark-notion-synced.mjs | local |
article:apply-extract | node scripts/apply-article-extract.mjs | local |
| Name | Command | Boundary |
|---|---|---|
paper-agent:dry-run | node scripts/run-paper-agent-workflow.mjs | local |
paper-agent:search-plan | node scripts/prepare-paper-agent-search-plan.mjs | local |
paper-agent:pubmed-search | node scripts/pubmed-paper-agent-search.mjs | local |
paper-agent:novelty-check | node scripts/pubmed-novelty-check.mjs | local |
paper-agent:pico | node scripts/generate-pico-from-novelty.mjs | local |
paper-agent:literature-matrix | node scripts/generate-literature-matrix.mjs | local |
paper-agent:complete | node scripts/generate-paper-agent-completion.mjs | local |
| Name | Command | Boundary |
|---|---|---|
external:pubmed-search | node scripts/pubmed-paper-agent-search.mjs --live-pubmed | optional/manual |
external:pubmed-novelty-check | node scripts/pubmed-novelty-check.mjs --live-pubmed | optional/manual |
external:fetch:journals:browser | node scripts/fetch-journals-browser.mjs --live-browser | optional/manual |
notion:dedupe | node scripts/notion-dedupe.mjs | optional/manual |
notion:dry-run | node scripts/notion-sync.mjs --dry-run | optional/manual |
notion:sync | node scripts/notion-sync.mjs --live --confirm-notion-write | optional/manual |
| Name | Command | Boundary |
|---|---|---|
automation:map | node scripts/generate-automation-map.mjs | local |
automation:doctor | node scripts/automation-doctor.mjs | local |
automation:local | node scripts/run-local-automation.mjs | local |
automation:run-and-verify | node scripts/run-and-verify-local.mjs | local |
automation:check | node scripts/check-automation-quick.mjs | local |
automation:local-html | node scripts/generate-local-pipeline-report.mjs | local |
automation:preflight | node scripts/automation-preflight.mjs | local |
check | node scripts/check-run.mjs | local |
verify:local | node scripts/verify-local-automation.mjs | local |
| Name | Command | Boundary |
|---|---|---|
operator:pick:html | node scripts/generate-operator-pick-report.mjs | local |
status:path:html | node scripts/generate-current-status-report.mjs | local |
control:center | node scripts/generate-control-center.mjs | local |
commands:html | node scripts/generate-command-catalog.mjs | local |
actions:html | node scripts/generate-action-registry.mjs | local |
health:html | node scripts/generate-health-report.mjs | local |
links:html | node scripts/generate-link-report.mjs | local |
performance:html | node scripts/generate-performance-report.mjs | local |
runbook:html | node scripts/generate-operator-runbook.mjs | local |
readiness:html | node scripts/generate-readiness-report.mjs | local |
schedule:html | node scripts/generate-schedule-report.mjs | local |
environment:html | node scripts/generate-environment-report.mjs | local |
executability:html | node scripts/generate-executability-report.mjs | local |
overview:html | node scripts/generate-overview-report.mjs | local |
receipt:html | node scripts/generate-run-receipt.mjs | local |
status:html | node scripts/generate-status-report.mjs | local |
state:html | node scripts/generate-state-snapshot.mjs | local |
timeline:html | node scripts/generate-run-timeline.mjs | local |
daily:brief | node scripts/generate-daily-brief.mjs | local |
next:html | node scripts/generate-next-actions.mjs | local |
decision:html | node scripts/generate-decision-report.mjs | local |
entrypoints:html | node scripts/generate-entrypoints-report.mjs | local |
cockpit:html | node scripts/generate-execution-cockpit.mjs | local |
monitor:html | node scripts/generate-live-monitor.mjs | local |
capabilities:html | node scripts/generate-capabilities-report.mjs | local |
freshness:html | node scripts/generate-freshness-report.mjs | local |
impact:html | node scripts/generate-impact-report.mjs | local |
consistency:html | node scripts/generate-consistency-report.mjs | local |
manifest:html | node scripts/generate-automation-manifest.mjs | local |
manual:actions | node scripts/generate-manual-actions.mjs | local |
| Name | Command | Boundary |
|---|---|---|
launchd:install | node scripts/install-launchd.mjs | local |
launchd:repair | node scripts/repair-launchd.mjs | local |
launchd:test | node scripts/test-launchd-run.mjs | local |
launchd:status | node scripts/launchd-status.mjs | local |
launchd:kickstart | node scripts/kickstart-launchd.mjs | local |
launchd:html | node scripts/generate-launchd-log-report.mjs | local |
launchd:diagnose | node scripts/diagnose-launchd.mjs | local |
| Name | Command | Boundary |
|---|---|---|
wiki:init | node scripts/generate-paper-wiki.mjs init | local |
wiki:update | node scripts/generate-paper-wiki.mjs update | local |
wiki:index | node scripts/generate-paper-wiki.mjs index | local |