fix: remove Font component and fontProviders (esbuild parse error)
The Font component with spread syntax caused esbuild parse error at Base.astro line 64. Replaced with direct Google Fonts link tag. Also removed fonts[] array from astro.config.mjs since we're loading Inter via <link> tag instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
61
.omc/state/mission-state.json
Normal file
61
.omc/state/mission-state.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"updatedAt": "2026-05-01T00:10:41.650Z",
|
||||
"missions": [
|
||||
{
|
||||
"id": "session:33698839-2ad1-4412-9735-43676f5e6beb:none",
|
||||
"source": "session",
|
||||
"name": "none",
|
||||
"objective": "Session mission",
|
||||
"createdAt": "2026-04-30T23:41:28.830Z",
|
||||
"updatedAt": "2026-05-01T00:10:41.650Z",
|
||||
"status": "done",
|
||||
"workerCount": 1,
|
||||
"taskCounts": {
|
||||
"total": 1,
|
||||
"pending": 0,
|
||||
"blocked": 0,
|
||||
"inProgress": 0,
|
||||
"completed": 1,
|
||||
"failed": 0
|
||||
},
|
||||
"agents": [
|
||||
{
|
||||
"name": "Explore:a0f2988",
|
||||
"role": "Explore",
|
||||
"ownership": "a0f2988338e8084df",
|
||||
"status": "done",
|
||||
"currentStep": null,
|
||||
"latestUpdate": "completed",
|
||||
"completedSummary": null,
|
||||
"updatedAt": "2026-05-01T00:10:41.650Z"
|
||||
}
|
||||
],
|
||||
"timeline": [
|
||||
{
|
||||
"id": "session-start:a0f2988338e8084df:2026-04-30T23:41:28.830Z",
|
||||
"at": "2026-04-30T23:41:28.830Z",
|
||||
"kind": "update",
|
||||
"agent": "Explore:a0f2988",
|
||||
"detail": "started Explore:a0f2988",
|
||||
"sourceKey": "session-start:a0f2988338e8084df"
|
||||
},
|
||||
{
|
||||
"id": "session-stop:a0f2988338e8084df:2026-04-30T23:42:04.009Z",
|
||||
"at": "2026-04-30T23:42:04.009Z",
|
||||
"kind": "completion",
|
||||
"agent": "Explore:a0f2988",
|
||||
"detail": "completed",
|
||||
"sourceKey": "session-stop:a0f2988338e8084df"
|
||||
},
|
||||
{
|
||||
"id": "session-stop:a338ed5c2f99a01ed:2026-05-01T00:10:41.650Z",
|
||||
"at": "2026-05-01T00:10:41.650Z",
|
||||
"kind": "completion",
|
||||
"agent": "Explore:a0f2988",
|
||||
"detail": "completed",
|
||||
"sourceKey": "session-stop:a338ed5c2f99a01ed"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user