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