Commit Graph

13 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 2caffb33cc feat: trinity-id.json v2.0 + 62 Agent parent_sys/owner + 67 Workflow sovereignty headers + workflow-alias-map.json [ZY-ID-RECON-2026-0322-001 Steps 1-3]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0a623113-5c1b-463c-8ccf-1f56e97def38
2026-03-22 14:36:44 +00:00
copilot-swe-agent[bot] 333d35b9a7 🔧 修复工作流密钥配置:恢复 syslog-issue-pipeline.yml 表达式语法 + 统一 NOTION_API_TOKEN 引用
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 10:29:17 +00:00
冰朔 fba31cc463
Refactor environment variable usage in syslog pipeline
Updated environment variable references and fixed comments in the workflow file.
2026-03-16 17:40:19 +08:00
copilot-swe-agent[bot] 9a7a99a409 fix: restore main README.md + fix 4 broken workflows + add meta-watchdog
README.md: Restored from commit 7d49513 (before PR#112 overwrite)
Workflows: Fixed secrets context in step-level if: conditions (not allowed in GitHub Actions)
  - daily-maintenance.yml: moved secrets check into run block
  - syslog-auto-pipeline.yml: moved secrets check into run block
  - syslog-issue-pipeline.yml: moved secrets check into run block
  - pm2-server-diagnose.yml: consolidated Notion steps with inline check
Meta-watchdog: Added new workflow for patrol health monitoring

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 14:38:57 +00:00
copilot-swe-agent[bot] 8b013c998f fix: address code review feedback - fix empty catch blocks, remove redundant fallback, fix email step status
- Add error logging to catch blocks in intent-router.js and pipeline-reporter.js
- Remove redundant devId+devInfo fallback in handleBingshuoComment (now handled by parseIntent)
- Fix email step progress reporting to use steps.email.outcome instead of steps.persona.outcome
- Standardize last_synced field access

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 15:46:41 +00:00
copilot-swe-agent[bot] 2bd9a84abb fix: replace static progress table with per-step comments + add intent routing for @铸渊 queries
Bug A: syslog-issue-pipeline.yml now posts individual progress comments
for each step (1-8) instead of a static table that never updates.
zhuyuan-issue-reply.yml syslog-ack simplified to receipt confirmation.

Bug B: zhuyuan-issue-reply.js now uses intent-router.js to parse @铸渊
queries. Pipeline status queries (#92闭环状态) are routed correctly
instead of dumping team overview data.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 15:44:55 +00:00
copilot-swe-agent[bot] 4787f07d22 fix: improve progressCommentId validation and error message context
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 14:47:31 +00:00
copilot-swe-agent[bot] dbfc96e4b8 fix: add SYSLOG immediate acknowledgment + progress tracking for developer entry submissions
When a developer submits a SYSLOG via the 🚀 开发者入口, the system now:
1. Posts an immediate "📡 系统已收到" acknowledgment with full progress checklist (via zhuyuan-issue-reply.yml syslog-ack job)
2. Posts real-time progress updates as each pipeline stage completes (via syslog-issue-pipeline.yml)
3. Updates the progress comment to show all stages completed on success
4. Updates the progress comment to show error status on failure

Root cause: syslog-issue-pipeline.yml was never triggered by issues events (0 out of 36 runs were issue-triggered). The syslog-ack safety net in zhuyuan-issue-reply.yml ensures developers always get immediate feedback even if the main pipeline fails to trigger.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 14:46:19 +00:00
copilot-swe-agent[bot] 8addc17ccc fix: exclude SYSLOG issues from zhuyuan-issue-reply + add title/body detection to syslog-issue-pipeline
Problem: When developers submit SYSLOG via the 🚀 开发者入口, zhuyuan-issue-reply.yml
intercepts the issue and responds with "已记录。霜砚会在下次巡检时处理" instead of letting
syslog-issue-pipeline.yml handle the full auto-processing loop.

Root causes:
1. zhuyuan-issue-reply.yml triggers on ALL new issues with no exclusion for SYSLOG
2. syslog-issue-pipeline.yml only detects via 'syslog' label which may not exist in repo
3. zhuyuan-issue-reply.js has no guard against SYSLOG issues, falls through to generic fallback

Fixes:
- zhuyuan-issue-reply.yml: Exclude issues with syslog/bingshuo-deploy labels, SYSLOG/系统日志
  in title, or '### 广播编号' in body (template field marker)
- syslog-issue-pipeline.yml: Detect SYSLOG issues by label OR title OR body pattern
- zhuyuan-issue-reply.js: Add isSyslog guard in handleIssueTrigger() as defense-in-depth

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 12:52:28 +00:00
copilot-swe-agent[bot] e0dbe71bdc feat: Phase B 全自动闭环对接 · 标准化工单 + 人格体调用端点 + 心跳监控 + 广播推送
Phase B1: 标准化工单创建 (create-standardized-ticket.js + receive-syslog.js更新)
Phase B2: 人格体调用端点 (invoke-persona.js + persona-invoke.yml workflow_dispatch)
Phase B3: 心跳监控 (notion-heartbeat.js + notion-heartbeat.yml 每5分钟)
Phase B4: 广播推送 (push-broadcast-to-github.js + broadcasts/ 目录)

工作流更新: syslog-issue-pipeline.yml, syslog-auto-pipeline.yml, notion-callback-pipeline.yml

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:33:17 +00:00
copilot-swe-agent[bot] a6567ff2d2 fix: 修复代码审查问题 - extractDevId 逻辑 + 事件去重 + 工单状态条件化
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:08:13 +00:00
copilot-swe-agent[bot] bce083dc66 feat: 铸渊 SYSLOG 全闭环工作流 · 模块验证 + 核心大脑唤醒 + Notion 回传管道
新增:
- scripts/verify-modules.js: 模块上传验证脚本
- .github/workflows/notion-callback-pipeline.yml: Notion→GitHub 回传核验管道

增强:
- syslog-issue-pipeline.yml: 新增模块验证步骤 + 核心大脑注入验证结果
- syslog-auto-pipeline.yml: 同步增强
- wake-persona.js: 支持 MODULE_VERIFY_RESULT + NOTION_CALLBACK_RESULT 注入

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:05:53 +00:00
copilot-swe-agent[bot] 8fde49d134 fix: 修复开发者入口404 - 从Discussions切换到Issues
GitHub Discussions未启用导致开发者入口两个按钮404。
- 创建 SYSLOG Issue 模板替代不可用的 Discussion 模板
- 修复 README 开发者入口链接指向 Issues
- 创建 Issue 版本的 SYSLOG 自动管道工作流

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 04:58:33 +00:00