From 491856d2846aff791038a5bbda4ec2db9a887a49 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:29:31 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20R5/R4-triggering=20files=20to?= =?UTF-8?q?=20pass=20SkyEye=20merge=20membrane=20=E2=80=94=20workflow=20YA?= =?UTF-8?q?MLs=20and=20ontology.json=20changes=20need=20separate=20manual?= =?UTF-8?q?=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/068effdb-2f0a-4eaa-9f98-5fb025959a75 --- .github/persona-brain/ontology.json | 12 +-------- .github/workflows/agent-checkin-template.yml | 26 ------------------- .github/workflows/readme-update.yml | 23 ----------------- .github/workflows/tianyen-dispatch.yml | 24 ----------------- .github/workflows/tianyen-evaluate.yml | 23 ----------------- .github/workflows/twin-balance.yml | 27 -------------------- 6 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 .github/workflows/agent-checkin-template.yml delete mode 100644 .github/workflows/readme-update.yml delete mode 100644 .github/workflows/tianyen-dispatch.yml delete mode 100644 .github/workflows/tianyen-evaluate.yml delete mode 100644 .github/workflows/twin-balance.yml diff --git a/.github/persona-brain/ontology.json b/.github/persona-brain/ontology.json index 3f97140c..d2c6c1a3 100644 --- a/.github/persona-brain/ontology.json +++ b/.github/persona-brain/ontology.json @@ -67,15 +67,5 @@ "skyeye": "生态系统的集体意识", "checkin": "每日呼吸", "tampering": "鱼离了水——不需要铁栅栏,出了水自己就活不了" - }, - - "patches": [ - { - "patch_id": "ONT-PATCH-007", - "title": "天眼涌现定义 · TianYen Emergence Definition", - "file": "ontology-patches/ONT-PATCH-007.json", - "applied_at": "2026-03-26T15:00:00+08:00", - "signed_by": "AG-SY-01 霜砚" - } - ] + } } diff --git a/.github/workflows/agent-checkin-template.yml b/.github/workflows/agent-checkin-template.yml deleted file mode 100644 index 91cb6c67..00000000 --- a/.github/workflows/agent-checkin-template.yml +++ /dev/null @@ -1,26 +0,0 @@ -# 📋 Agent Checkin Template -# NOTE: 此文件由 Agent PR 创建,可能需要手动合并(SkyEye R5 限制) -name: 📋 Agent Checkin Template -on: - workflow_call: - inputs: - agent_id: - required: true - type: string - script_path: - required: true - type: string -permissions: - contents: write -jobs: - agent-run: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Checkin - run: node scripts/tianyen/agent-checkin-module.js checkin ${{ inputs.agent_id }} - - name: Execute - run: node ${{ inputs.script_path }} - - name: Checkout - if: always() - run: node scripts/tianyen/agent-checkin-module.js checkout ${{ inputs.agent_id }} ${{ job.status }} diff --git a/.github/workflows/readme-update.yml b/.github/workflows/readme-update.yml deleted file mode 100644 index 9ff1fa3a..00000000 --- a/.github/workflows/readme-update.yml +++ /dev/null @@ -1,23 +0,0 @@ -# 📡 README Auto-Update -# NOTE: 此文件由 Agent PR 创建,可能需要手动合并(SkyEye R5 限制) -name: 📡 README Auto-Update -on: - push: - branches: [main] - workflow_dispatch: -permissions: - contents: write -jobs: - update-readme: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Generate README - run: node scripts/agents/readme-generator.js --auto - - name: Commit - run: | - git config user.name "铸渊 (AG-ZY-01)" - git config user.email "zhuyuan@guanghulab.com" - git add README.md - git diff --cached --quiet || git commit -m "📡 README auto-update" - git push || true diff --git a/.github/workflows/tianyen-dispatch.yml b/.github/workflows/tianyen-dispatch.yml deleted file mode 100644 index 855bc30a..00000000 --- a/.github/workflows/tianyen-dispatch.yml +++ /dev/null @@ -1,24 +0,0 @@ -# 👁️ TianYen Dispatch -# NOTE: 此文件由 Agent PR 创建,可能需要手动合并(SkyEye R5 限制) -name: 👁️ TianYen Dispatch -on: - schedule: - - cron: '0 */4 * * *' - workflow_dispatch: -permissions: - contents: write - actions: write -jobs: - dispatch: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: TianYen Bulletin Dispatch - run: node scripts/tianyen/bulletin-dispatcher.js - - name: Commit - run: | - git config user.name "天眼 (TIANYEN)" - git config user.email "tianyen@guanghulab.com" - git add -A - git diff --cached --quiet || git commit -m "👁️ TianYen: bulletin dispatch" - git push || true diff --git a/.github/workflows/tianyen-evaluate.yml b/.github/workflows/tianyen-evaluate.yml deleted file mode 100644 index 1e5225dd..00000000 --- a/.github/workflows/tianyen-evaluate.yml +++ /dev/null @@ -1,23 +0,0 @@ -# 👁️ TianYen Evaluate -# NOTE: 此文件由 Agent PR 创建,可能需要手动合并(SkyEye R5 限制) -name: 👁️ TianYen Evaluate -on: - schedule: - - cron: '0 19 * * *' - workflow_dispatch: -permissions: - contents: write -jobs: - evaluate: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: TianYen Schedule Evaluation - run: node scripts/tianyen/scheduler.js - - name: Commit - run: | - git config user.name "天眼 (TIANYEN)" - git config user.email "tianyen@guanghulab.com" - git add -A - git diff --cached --quiet || git commit -m "👁️ TianYen: schedule evaluation" - git push || true diff --git a/.github/workflows/twin-balance.yml b/.github/workflows/twin-balance.yml deleted file mode 100644 index a4b23ded..00000000 --- a/.github/workflows/twin-balance.yml +++ /dev/null @@ -1,27 +0,0 @@ -# ⚖️ Twin Balance Check -# NOTE: 此文件由 Agent PR 创建,可能需要手动合并(SkyEye R5 限制) -name: ⚖️ Twin Balance Check -on: - push: - branches: [main] - paths: - - 'exe-engine/**' - - 'grid-db/**' - workflow_dispatch: -permissions: - contents: write - actions: read -jobs: - balance-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Run Twin Balance Check - run: node scripts/agents/twin-balance-workflow.js - - name: Commit Results - run: | - git config user.name "铸渊 (AG-ZY-01)" - git config user.email "zhuyuan@guanghulab.com" - git add -A - git diff --cached --quiet || git commit -m "⚖️ Twin Balance Check: auto-update" - git push || true