Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 61 additions & 8 deletions regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,28 +1190,29 @@
},
"Automath-Oracle-Pipeline": {
"label": {
"en": "Oracle Auto-Publish Pipeline",
"zh": "Oracle 自动发表流水线"
"en": "Automated Paper Pipeline",
"zh": "自动化论文流水线"
},
"desc": {
"en": "End-to-end paper generation → AI review submission via ChatGPT Oracle + Tampermonkey",
"zh": "端到端论文生成 → AI 审查 → 投稿, ChatGPT Oracle + Tampermonkey 驱动"
"en": "Automated paper authoring + review + submission. Oracle + Tampermonkey drives the review/submission loop. Active on branches dev-automation-clean and dev-automation-integration: Oracle Pipeline v2 (#45) plus 10 automation-integration PRs merged in 2026 Q2 wire CI to the paper authoring loop. 2026 Q2 focus #1.",
"zh": "自动化论文撰写 + 审稿 + 投稿。Oracle + Tampermonkey 驱动审稿与投稿循环。运行在 dev-automation-clean 与 dev-automation-integration 分支:Oracle Pipeline v2 (#45) 加上 2026 Q2 合并的 10 个 automation-integration PR,把 CI 绑到论文撰写循环。2026 Q2 三大焦点之一。"
},
"closure": "public",
"formal": "checked",
"product": "automath",
"milestone": "Q2-2026",
"owner": "loning",
"issue_count": 0,
"focus": false,
"focus": true,
"archived": false,
"promoted_at": {
"public": "2026-04-01"
"public": "2026-04-19"
},
"deps": [
"Automath-Theorem-Library"
"Automath-Theorem-Library",
"Automath-AI-Derive-Loop"
],
"gh_query": "is:issue is:open repo:the-omega-institute/automath oracle in:title"
"gh_query": "is:pr repo:the-omega-institute/automath head:dev-automation-integration OR head:dev-automation-clean"
},
"Automath-AI-Derive-Loop": {
"label": {
Expand All @@ -1238,6 +1239,58 @@
],
"gh_query": "is:issue is:open repo:the-omega-institute/automath derive in:title"
},
"Automath-Open-Problem-Outreach": {
"label": {
"en": "Open Problem Outreach",
"zh": "公开问题攻坚与社区对接"
},
"desc": {
"en": "Target named external open problems with the derive-loop → Lean-formalized proofs → arXiv + community outreach. Pipeline operational across branches automate-outreach, outreach-clean, distill-clean, openproblem-target — 7 PRs merged in 2026 Q2 cover community outreach automation (#42), codex log persistence + skill docs (#50 / #55 / #62), distillation writebacks + tooling (#65 / #68), and the openproblem-target landing (#71). 2026 Q2 focus #2.",
"zh": "用推导循环对准外部公开 open problem → Lean 形式化 → arXiv + 社区对接。管线运行在 automate-outreach、outreach-clean、distill-clean、openproblem-target 分支:2026 Q2 合并 7 个 PR,覆盖社区对接自动化 (#42)、codex 日志持久化 + skill 文档 (#50 / #55 / #62)、distillation writebacks + 工具链 (#65 / #68),以及 openproblem-target 着陆 (#71)。2026 Q2 三大焦点之二。"
},
"closure": "scoped",
"formal": "sop",
"product": "automath",
"milestone": "Q2-2026",
"owner": "loning",
"issue_count": 0,
"focus": true,
"archived": false,
"promoted_at": {
"scoped": "2026-05-15"
},
"deps": [
"Automath-AI-Derive-Loop",
"Automath-Oracle-Pipeline"
],
"gh_query": "is:pr repo:the-omega-institute/automath head:outreach-clean OR head:openproblem-target OR head:automate-outreach OR head:distill-clean"
},
"Automath-Social-Auto-Publish": {
"label": {
"en": "Automated Social Media Publishing",
"zh": "自动化社交媒体宣发"
},
"desc": {
"en": "End-to-end ancient-texts social media pipeline at ChronoAIProject/omega-ancient-texts-analysis (pipeline.py + publish/ + n8n/ + publication/). Stack: NotebookLM (narration, parallel trigger + async recovery) + SlideSync (visuals) + Playwright (Douyin upload) + creator-backend queue verify. 13 I-Ching videos scheduled 2026-05-09 → 05-22; three-leg verdict JUDGEMENT + COVER_VERIFY + QUEUE_VERIFY. 2026 Q2 focus #3.",
"zh": "端到端的古典文本社交媒体管线,落在 ChronoAIProject/omega-ancient-texts-analysis (pipeline.py + publish/ + n8n/ + publication/)。技术栈:NotebookLM (旁白,并发触发 + 异步恢复) + SlideSync (画面) + Playwright (抖音上传) + 创作者后台队列核验。13 条易经视频已排到 2026-05-09 → 05-22;三元组验收 JUDGEMENT + COVER_VERIFY + QUEUE_VERIFY。2026 Q2 三大焦点之三。"
},
"closure": "public",
"formal": "sop",
"product": "automath",
"milestone": "Q2-2026",
"owner": "loning",
"issue_count": 0,
"focus": true,
"archived": false,
"promoted_at": {
"public": "2026-05-09"
},
"deps": [
"Automath-Theorem-Library",
"Automath-AI-Derive-Loop"
],
"gh_query": "repo:ChronoAIProject/omega-ancient-texts-analysis"
},
"Symphony-Core": {
"label": {
"en": "Symphony Core (EXPLORING)",
Expand Down
Loading