zhizhi/backend/api-server/middleware
copilot-swe-agent[bot] 4f8e16f5cd feat: implement S7/S8/S9 SkyEye thought-logic review + evolution + full-member identity
S7: Mandatory pre-execution SkyEye review for ALL instructions (cannot be disabled)
- 4 review dimensions: decision pattern, logical coherence, expression, intent
- 3 outcomes: pass / suspect (suspend) / reject
- Registered as global middleware in server.js

S8: SkyEye evolution - auto-accumulates from all agent runtime logic
- Per-person behavior history (200 records each)
- Pattern summarization: methods, paths, active hours

S9: Full-member thought-logic identity verification
- Per-person identity maturity model with cold-start threshold (10 actions)
- Cold-start members auto-suspended for manual confirmation
- Self-reinforcing: more participation = stronger identity model

Config: skyeye-policy.json v2.0.0, server.js v5.0.0

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6ee737eb-684b-44b8-aeaa-f73eb7c6f9c2
2026-03-25 09:18:52 +00:00
..
audit.js fix: address code review feedback for LANGDRIVE implementation 2026-03-25 08:27:00 +00:00
auth.js feat: implement language-driven OS capabilities (ZY-LANGDRIVE) 2026-03-25 08:22:38 +00:00
execution-lock.js feat: implement Phase 7 Execution Protection Layer (ZY-LANGDRIVE-S1) 2026-03-25 08:37:56 +00:00
intent-router.js feat: implement language-driven OS capabilities (ZY-LANGDRIVE) 2026-03-25 08:22:38 +00:00
sandbox.js feat: implement language-driven OS capabilities (ZY-LANGDRIVE) 2026-03-25 08:22:38 +00:00
skyeye-review.js feat: implement S7/S8/S9 SkyEye thought-logic review + evolution + full-member identity 2026-03-25 09:18:52 +00:00