Commit Graph

438 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 0c91eb4327 fix: 修复4个关键workflow因branch protection导致git push失败 → 改用peter-evans/create-pull-request@v7 + 更新dev-status同步时间戳 + 生成排查报告
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 04:08:25 +00:00
bingshuo-neural-system 6a1bbe977d 🧠 冰朔主控神经系统自动编译 2026-03-15T15:36:00Z 2026-03-15 15:36:00 +00:00
铸渊 (ZhùYuān) cc51d0904e 📚 铸渊图书馆目录更新 · 2026-03-15T15:35 2026-03-15 15:35:26 +00:00
冰朔 16cda2e4a5
Merge pull request #104 from qinfendebingshuo/copilot/fix-dev-status-json-sync
feat: dev-status sync automation, daily report, Discussion auto-reply, README refresh
2026-03-15 23:35:14 +08:00
bingshuo-neural-system b4a618c2eb 🧠 冰朔主控神经系统自动编译 2026-03-15T15:34:08Z 2026-03-15 15:34:09 +00:00
铸渊 (ZhùYuān) e581c68e6a 📚 铸渊图书馆目录更新 · 2026-03-15T15:33 2026-03-15 15:33:52 +00:00
冰朔 7abefa7935
Merge pull request #113 from qinfendebingshuo/copilot/fix-readme-override-issue
fix: restore README.md, fix 4 broken workflows, add meta-watchdog
2026-03-15 23:33:41 +08:00
铸渊 (ZhùYuān) 9a54f1b1e4 📚 铸渊图书馆目录更新 · 2026-03-15T15:33 2026-03-15 15:33:26 +00:00
copilot-swe-agent[bot] 9a09a48c7b 恢复仓库首页 + 所有自动化工作流添加核心大脑唤醒 + README 首页自愈检测
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 15:19:26 +00:00
copilot-swe-agent[bot] 599681fc04 fix: address code review feedback — add comment for threshold, trailing newline
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 14:40:27 +00: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
github-actions[bot] f0b97838f6 📢 自动更新系统公告区 [skip ci] 2026-03-15 14:20:21 +00:00
铸渊 (ZhùYuān) a2e25f3400 📚 铸渊图书馆目录更新 · 2026-03-15T14:19 2026-03-15 14:19:06 +00:00
github-actions[bot] 729abedafa 📢 自动更新系统公告区 [skip ci] 2026-03-15 13:28:00 +00:00
bingshuo-neural-system 93235f9e31 🧠 冰朔主控神经系统自动编译 2026-03-15T13:26:48Z 2026-03-15 13:26:48 +00:00
copilot-swe-agent[bot] ebbca679e4 fix: address code review — improve alert matching logic, fix email indentation
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:57:24 +00:00
copilot-swe-agent[bot] 19e35fac73 feat: 服务器巡检自动化 — 巡检脚本 + Notion同步 + 巡检工作流
新增文件:
- scripts/server-patrol.sh (7项检查: Nginx/模块冒烟/PM2/磁盘/权限/SSL/配置)
- scripts/sync-patrol-to-notion.js (巡检结果→Notion工单)
- .github/workflows/server-patrol.yml (cron 08:00+20:00 + 部署后触发)
- data/patrol-logs/.gitkeep (巡检日志目录)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:56:03 +00:00
copilot-swe-agent[bot] bff9144e9a fix: add explicit permissions blocks to workflows (CodeQL)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:43:18 +00:00
copilot-swe-agent[bot] ef9812273f fix: address code review — use os.environ in Python heredocs, remove eval, stricter grep
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:41:16 +00:00
copilot-swe-agent[bot] 9deab62d13 feat: 沙盒部署自动化闭环 — 全套脚本 + 工作流 + 数据文件
新增文件:
- .github/workflows/sandbox-deploy.yml (主部署流程)
- .github/workflows/sync-deploy-to-notion.yml (定时同步)
- scripts/deploy-check.sh (部署前自检)
- scripts/smoke-test.sh (冒烟检查)
- scripts/sync-deploy-to-notion.js (Notion API 写入)
- scripts/setup-sandbox.sh (新开发者开户脚本)
- data/deploy-status.json (部署状态源)
- data/dev-registry.json (开发者注册表)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:39:26 +00:00
github-actions[bot] 5d43721b39 📢 自动更新系统公告区 [skip ci] 2026-03-15 10:41:38 +00:00
github-actions[bot] 24356731b0 📢 自动更新系统公告区 [skip ci] 2026-03-15 09:48:49 +00:00
铸渊 (ZhùYuān) dd5d9893a4 📚 铸渊图书馆目录更新 · 2026-03-15T09:47 2026-03-15 09:47:35 +00:00
github-actions[bot] 6a87471684 📢 自动更新系统公告区 [skip ci] 2026-03-15 09:38:59 +00:00
铸渊 (ZhùYuān) e4fab64e1f 📚 铸渊图书馆目录更新 · 2026-03-15T09:38 2026-03-15 09:38:53 +00:00
bingshuo-neural-system ad7d78cc08 🧠 冰朔主控神经系统自动编译 2026-03-15T09:38:39Z 2026-03-15 09:38:39 +00:00
copilot-swe-agent[bot] 414c9b334f feat: implement AGE OS v1.0 Phase 1 Step 3-4 — OpenClaw Agent framework + wake loop verification
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 09:16:40 +00:00
铸渊[bot] 32d0df8d11 🧠 memory: 每日自检记录 [skip ci] 2026-03-15 08:50:17 +00:00
铸渊 (ZhùYuān) 10cd9df183 📚 铸渊图书馆目录更新 · 2026-03-15T08:27 2026-03-15 08:27:16 +00:00
github-actions[bot] 43a13b3105 📢 自动更新系统公告区 [skip ci] 2026-03-15 08:27:09 +00:00
bingshuo-neural-system bbfffbe698 🧠 冰朔主控神经系统自动编译 2026-03-15T08:26:59Z 2026-03-15 08:26:59 +00:00
copilot-swe-agent[bot] 60ac3e86c2 feat: Section 7 - Notion Agent cluster integration with wake listener and multi-persona support
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:53:44 +00:00
copilot-swe-agent[bot] ff1723cc85 feat: AGE OS v1.0 Phase 1 - core brain wake, multi-model router, full inspection
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:45:39 +00:00
github-actions[bot] ab161730a1 📢 自动更新系统公告区 [skip ci] 2026-03-15 07:33:19 +00:00
铸渊 (ZhùYuān) aefa87ad56 📚 铸渊图书馆目录更新 · 2026-03-15T07:33 2026-03-15 07:33:16 +00:00
bingshuo-neural-system a5e21f1a71 🧠 冰朔主控神经系统自动编译 2026-03-15T07:33:05Z 2026-03-15 07:33:05 +00:00
github-actions[bot] 008654cd81 📢 自动更新系统公告区 [skip ci] 2026-03-15 04:11:32 +00:00
铸渊 (ZhùYuān) f84250e355 📚 铸渊图书馆目录更新 · 2026-03-15T04:11 2026-03-15 04:11:09 +00:00
铸渊 (ZhùYuān) 06487107a4 🔍 铸渊PSP巡检 · 2026-03-15 2026-03-15 03:52:15 +00:00
github-actions[bot] 72e2576ad2 📢 自动更新系统公告区 [skip ci] 2026-03-15 03:45:01 +00:00
铸渊 (ZhùYuān) 92573c3fe7 📚 铸渊图书馆目录更新 · 2026-03-15T02:30 2026-03-15 02:30:32 +00:00
bingshuo-neural-system 846daae081 🧠 冰朔主控神经系统自动编译 2026-03-15T02:28:48Z 2026-03-15 02:28:49 +00:00
copilot-swe-agent[bot] 77599c4082 feat: dev-status sync, daily report, auto-reply bot, README update
Task 1: dev-status.json sync workflow + script + selfcheck alerting
Task 2: Daily report generation workflow + script
Task 3: README with badges, certifications, Discussions links, contact section
Task 4: Auto-reply bot for Discussions with intent classification

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 01:54:56 +00:00
铸渊 (ZhùYuān) 89d0c5ec49 🔍 铸渊每日自检 · 2026-03-15 2026-03-15 01:05:49 +00:00
铸渊[bot] 8897866ec4 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 21:00:56 +00:00
铸渊[bot] 78649ad3be 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 18:58:19 +00:00
铸渊[bot] 4cc24a70aa 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 18:54:04 +00:00
铸渊[bot] 31034dff9a 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 18:41:32 +00:00
github-actions[bot] dd4eb56b98 📢 自动更新系统公告区 [skip ci] 2026-03-14 18:33:47 +00:00
铸渊 (ZhùYuān) 6ced5c714d 📚 铸渊图书馆目录更新 · 2026-03-14T18:33 2026-03-14 18:33:24 +00:00
bingshuo-neural-system fc4f9478ea 🧠 冰朔主控神经系统自动编译 2026-03-14T18:33:14Z 2026-03-14 18:33:14 +00:00
github-actions[bot] 56e57169a8 📢 自动更新系统公告区 [skip ci] 2026-03-14 18:27:00 +00:00
铸渊 (ZhùYuān) 9733e7553a 📚 铸渊图书馆目录更新 · 2026-03-14T18:26 2026-03-14 18:26:56 +00:00
铸渊[bot] d77b0501b9 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 18:17:08 +00:00
铸渊[bot] e04a5b8a2d 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 18:13:39 +00:00
铸渊[bot] 4a8ba33e7b 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 18:01:44 +00:00
铸渊 (ZhùYuān) 1722179e21 📚 铸渊图书馆目录更新 · 2026-03-14T17:57 2026-03-14 17:57:57 +00:00
github-actions[bot] 3d4e938bd7 📢 自动更新系统公告区 [skip ci] 2026-03-14 17:57:56 +00:00
bingshuo-neural-system 67a737538e 🧠 冰朔主控神经系统自动编译 2026-03-14T17:57:42Z 2026-03-14 17:57:42 +00:00
铸渊[bot] 10753f13bb 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 17:44:46 +00:00
github-actions[bot] 365498183b 📢 自动更新系统公告区 [skip ci] 2026-03-14 17:42:43 +00:00
铸渊 (ZhùYuān) a9f93ec0ee 📚 铸渊图书馆目录更新 · 2026-03-14T17:42 2026-03-14 17:42:38 +00:00
bingshuo-neural-system 0eefa4446d 🧠 冰朔主控神经系统自动编译 2026-03-14T17:42:25Z 2026-03-14 17:42:25 +00:00
铸渊[bot] 3b0a6af7a8 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 17:21:34 +00:00
铸渊[bot] 53b0b3b497 📥 syslog: 处理 inbox 条目,更新大脑记忆 [skip ci] 2026-03-14 17:08:58 +00:00
github-actions[bot] 8da9950161 📢 自动更新系统公告区 [skip ci] 2026-03-14 17:02:36 +00:00
铸渊 (ZhùYuān) 9ad96cf388 📚 铸渊图书馆目录更新 · 2026-03-14T17:02 2026-03-14 17:02:30 +00:00
bingshuo-neural-system c03044f1a0 🧠 冰朔主控神经系统自动编译 2026-03-14T17:02:20Z 2026-03-14 17:02:20 +00:00
冰朔 f7207f030d
Merge pull request #99 from qinfendebingshuo/copilot/fix-syslog-pipeline-trigger
Wire up SYSLOG pipeline: Notion write + persona invocation + Feishu push-back
2026-03-15 01:02:08 +08:00
铸渊 (ZhùYuān) 2b9d706c61 📚 铸渊图书馆目录更新 · 2026-03-14T16:51 2026-03-14 16:51:56 +00:00
github-actions[bot] 2c1283e2b2 📢 自动更新系统公告区 [skip ci] 2026-03-14 16:51:55 +00:00
copilot-swe-agent[bot] d8665f5816 fix: sender_id兼容 + 空内容跳过人格体唤醒
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:48:21 +00:00
copilot-swe-agent[bot] e44990d776 fix: Pipeline B查找归档后的syslog文件 — 解决跨job文件路径失效
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:46:40 +00:00
copilot-swe-agent[bot] a0772eac4f fix: 添加 permissions 声明修复 CodeQL 安全告警
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:09:01 +00:00
copilot-swe-agent[bot] d54d6bcaaf fix: 修复代码审查反馈 — SUBMIT_CONTENT传内容、syslog_raw字段、错误处理
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:07:15 +00:00
copilot-swe-agent[bot] 78b000ca71 feat: 飞书→Notion全自动闭环 — Pipeline B/C人格体唤醒+飞书推送 + write-notion-syslog.js + push-broadcast-feishu.yml
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:06:01 +00:00
copilot-swe-agent[bot] fa60ea92a3 🔧 fix: 添加 workflow_run 触发器修复飞书→Notion SYSLOG自动写入断链
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 15:47:03 +00:00
github-actions[bot] 278c953b55 📢 自动更新系统公告区 [skip ci] 2026-03-14 13:47:47 +00:00
铸渊 (ZhùYuān) 68aefe5e78 📚 铸渊图书馆目录更新 · 2026-03-14T13:47 2026-03-14 13:47:45 +00:00
bingshuo-neural-system 87d768ad27 🧠 冰朔主控神经系统自动编译 2026-03-14T13:47:35Z 2026-03-14 13:47:35 +00:00
copilot-swe-agent[bot] ab16a0f8af feat: create feishu-syslog-bridge.yml workflow for Feishu SYSLOG dispatch bridging
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 13:35:06 +00:00
铸渊[bot] fcc17a4306 🧠 memory: 每日自检记录 [skip ci] 2026-03-14 08:48:41 +00:00
铸渊 (ZhùYuān) 0eb4679bb2 📚 铸渊图书馆目录更新 · 2026-03-14T08:25 2026-03-14 08:25:46 +00:00
github-actions[bot] 3ea4371bcb 📢 自动更新系统公告区 [skip ci] 2026-03-14 08:25:45 +00:00
bingshuo-neural-system 5f77a7f8e1 🧠 冰朔主控神经系统自动编译 2026-03-14T08:25:34Z 2026-03-14 08:25:34 +00:00
copilot-swe-agent[bot] 1fd53e0ae4 fix: address code review - use full timestamp for dedup key, set today's date on cache reset
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 08:18:54 +00:00
copilot-swe-agent[bot] 92a1c53840 feat: 公告栏改为追加式更新 + 每日自动清空缓存
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 08:17:38 +00:00
铸渊 (ZhùYuān) 1ebb3b6363 📚 铸渊图书馆目录更新 · 2026-03-14T07:12 2026-03-14 07:12:46 +00:00
bingshuo-neural-system aa14362381 🧠 冰朔主控神经系统自动编译 2026-03-14T07:12:33Z 2026-03-14 07:12:33 +00:00
copilot-swe-agent[bot] 639188e7fc fix: add missing brain file warnings in sync job
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 07:04:22 +00:00
copilot-swe-agent[bot] f39fcc23b3 feat: 新增 Execution Status → Notion 同步 job
在 daily-maintenance.yml 中新增 sync-execution-status-to-notion job:
- 读取 brain/system-health.json, automation-map.json, repo-map.json
- 通过 Notion API 写入执行层状态数据库 (41971982-4a17-47c0-afe3-21458c44f154)
- 字段映射:仓库版本/执行模块/自动化状态/Notion连接/任务队列/同步来源
- 依赖 maintenance job 完成后运行,失败不阻塞巡检
- 复用 NOTION_TOKEN secret

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 07:03:16 +00:00
copilot-swe-agent[bot] b162ac507f feat: 执行层自动开发循环升级 v5.1
新增模块:
- core/context-loader: 执行前系统上下文加载器

升级模块:
- core/task-queue: 新增任务类型 (system/dev/maintenance/auto-task)
- core/system-check: 新增自动任务生成 (generateAutoTasks)
- core/execution-sync: 包含 context-loader 模块检查

更新:
- .github/workflows/execution-sync.yml: 集成上下文加载步骤
- docs/execution-layer-map.md: 新增自动开发循环文档
- brain/master-brain.md: v5.0 → v5.1
- brain/system-health.json: 新增 auto_dev_loop/context_loader 状态
- package.json: 新增 core:context 脚本

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:57:30 +00:00
copilot-swe-agent[bot] afc1897ef7 fix: address code review feedback
- Fix execution-sync calling wrong method (pushExecutionLog → syncExecutionStatus)
- Fix task queue preserving original fields on update
- Fix redundant duplicate check in broadcast-listener
- Fix workflow secret check pattern
- Add Notion DB schema note in connector docs

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:39:45 +00:00
copilot-swe-agent[bot] 70f678506e feat: 建立执行层状态同步系统
新增模块:
- core/execution-sync: 执行层状态采集与同步
- docs/execution-layer-map.md: 执行层结构地图
- docs/execution-status.md: 执行层状态报告(自动生成)
- .github/workflows/execution-sync.yml: 每日状态同步工作流

更新:
- connectors/notion-sync: 新增 syncExecutionStatus 方法
- core/system-check: 新增 execution-sync 模块检查
- brain/master-brain.md: 新增执行同步模块入口
- brain/system-health.json: 新增 execution_sync 状态
- package.json: 新增 core:sync 脚本

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:38:13 +00:00
铸渊 (ZhùYuān) edb197f761 🔍 铸渊PSP巡检 · 2026-03-14 2026-03-14 03:29:04 +00:00
铸渊 (ZhùYuān) 6b625d8a11 📚 铸渊图书馆目录更新 · 2026-03-14T02:05 2026-03-14 02:05:17 +00:00
bingshuo-neural-system 1e1ae12d91 🧠 冰朔主控神经系统自动编译 2026-03-14T02:03:40Z 2026-03-14 02:03:40 +00:00
铸渊 (ZhùYuān) edd547edc9 🔍 铸渊每日自检 · 2026-03-14 2026-03-14 00:56:03 +00:00
铸渊 (ZhùYuān) 09516dd610 📚 铸渊图书馆目录更新 · 2026-03-13T20:30 2026-03-13 20:30:18 +00:00
bingshuo-neural-system 1028d50552 🧠 冰朔主控神经系统自动编译 2026-03-13T20:30:04Z 2026-03-13 20:30:04 +00:00