From d6868da01bd4c7d289b9d423e2cb7172a4a43778 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Fri, 1 May 2026 12:32:40 +0700 Subject: [PATCH] fix: use EmDashHead page prop correctly (matching official template) Official template uses: Not: Also removed Font component from imports (causes esbuild parse error) and uses Google Fonts link tag instead. Co-Authored-By: Claude Opus 4.6 --- ...play-33698839-2ad1-4412-9735-43676f5e6beb.jsonl | 1 + .omc/state/mission-state.json | 14 +++++++++++--- .omc/state/subagent-tracking.json | 2 +- src/layouts/Base.astro | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.omc/state/agent-replay-33698839-2ad1-4412-9735-43676f5e6beb.jsonl b/.omc/state/agent-replay-33698839-2ad1-4412-9735-43676f5e6beb.jsonl index cdc777d..c81c79f 100644 --- a/.omc/state/agent-replay-33698839-2ad1-4412-9735-43676f5e6beb.jsonl +++ b/.omc/state/agent-replay-33698839-2ad1-4412-9735-43676f5e6beb.jsonl @@ -2,3 +2,4 @@ {"t":0,"agent":"a0f2988","agent_type":"Explore","event":"agent_start","parent_mode":"none"} {"t":0,"agent":"a0f2988","agent_type":"Explore","event":"agent_stop","success":true,"duration_ms":35179} {"t":0,"agent":"a338ed5","agent_type":"unknown","event":"agent_stop","success":true} +{"t":0,"agent":"a03ceb2","agent_type":"unknown","event":"agent_stop","success":true} diff --git a/.omc/state/mission-state.json b/.omc/state/mission-state.json index 3bee90d..3a875d6 100644 --- a/.omc/state/mission-state.json +++ b/.omc/state/mission-state.json @@ -1,5 +1,5 @@ { - "updatedAt": "2026-05-01T00:10:41.650Z", + "updatedAt": "2026-05-01T04:04:54.735Z", "missions": [ { "id": "session:33698839-2ad1-4412-9735-43676f5e6beb:none", @@ -7,7 +7,7 @@ "name": "none", "objective": "Session mission", "createdAt": "2026-04-30T23:41:28.830Z", - "updatedAt": "2026-05-01T00:10:41.650Z", + "updatedAt": "2026-05-01T04:04:54.735Z", "status": "done", "workerCount": 1, "taskCounts": { @@ -27,7 +27,7 @@ "currentStep": null, "latestUpdate": "completed", "completedSummary": null, - "updatedAt": "2026-05-01T00:10:41.650Z" + "updatedAt": "2026-05-01T04:04:54.735Z" } ], "timeline": [ @@ -54,6 +54,14 @@ "agent": "Explore:a0f2988", "detail": "completed", "sourceKey": "session-stop:a338ed5c2f99a01ed" + }, + { + "id": "session-stop:a03ceb29df0d9439c:2026-05-01T04:04:54.735Z", + "at": "2026-05-01T04:04:54.735Z", + "kind": "completion", + "agent": "Explore:a0f2988", + "detail": "completed", + "sourceKey": "session-stop:a03ceb29df0d9439c" } ] } diff --git a/.omc/state/subagent-tracking.json b/.omc/state/subagent-tracking.json index 6fafa94..742d0a1 100644 --- a/.omc/state/subagent-tracking.json +++ b/.omc/state/subagent-tracking.json @@ -13,5 +13,5 @@ "total_spawned": 1, "total_completed": 1, "total_failed": 0, - "last_updated": "2026-05-01T00:10:41.751Z" + "last_updated": "2026-05-01T04:04:54.837Z" } \ No newline at end of file diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 5470e85..cb04e1e 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -45,7 +45,7 @@ const pageCtx = createPublicPageContext({ {siteFavicon && } {description && } - +