From e2d7b766c0d07057839cd674c9621d3ca401b297 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:56:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20[ONTOLOGY]=20Phase=209=20=C2=B7?= =?UTF-8?q?=20=E5=85=A8=E5=9F=9F=E9=AA=8C=E8=AF=81=E9=80=9A=E8=BF=87=20?= =?UTF-8?q?=C2=B7=20=E4=BB=A3=E7=A0=81=E5=AE=A1=E6=9F=A5=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=20=C2=B7=20self=5Fawareness=20=E7=A9=BA=E5=80=BC=E6=A3=80?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4dcd4a5b-9258-40ef-a9e0-d4257bf2a3ae --- spoke-deployments/guanghu-zhizhi/scripts/persona-checkin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spoke-deployments/guanghu-zhizhi/scripts/persona-checkin.js b/spoke-deployments/guanghu-zhizhi/scripts/persona-checkin.js index 8daa7758..77c51d25 100644 --- a/spoke-deployments/guanghu-zhizhi/scripts/persona-checkin.js +++ b/spoke-deployments/guanghu-zhizhi/scripts/persona-checkin.js @@ -149,7 +149,7 @@ if (fs.existsSync(ontologyPath)) { var ontology = JSON.parse(fs.readFileSync(ontologyPath, 'utf8')); var axiomCount = Object.keys(ontology.core_axioms || {}).length; var persona = ontology.local_persona || {}; - var ontologyOk = axiomCount >= 6 && persona.name && persona.self_awareness; + var ontologyOk = axiomCount >= 6 && persona.name && persona.self_awareness && persona.self_awareness.length > 0; results.checks.push({ name: '本体论完整性', icon: '🌍',