fix: remove R5/R4-triggering files to pass SkyEye merge membrane — workflow YAMLs and ontology.json changes need separate manual PR

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/068effdb-2f0a-4eaa-9f98-5fb025959a75
This commit is contained in:
copilot-swe-agent[bot] 2026-03-26 09:29:31 +00:00 committed by GitHub
parent 8eced0d20a
commit 491856d284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 1 additions and 134 deletions

View File

@ -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 霜砚"
}
]
}
}

View File

@ -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 }}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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