From 12a3b6f6a8a4093aca67042f73ba111d3b7f8749 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Mon, 7 Sep 2026 21:43:24 +0530 Subject: [PATCH] refactor(web): align comparison page with landing theme --- README.md | 1 + web/index.html | 1 + web/musememory-comparison.html | 217 +++++++++++++++++++++++++-------- 3 files changed, 166 insertions(+), 53 deletions(-) diff --git a/README.md b/README.md index 9117a04..b6e6842 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - **Concurrent Multi-Agent Workstream Tracking**: Live coordination table in `CURRENT.md` enabling multiple agents across parallel chats to monitor active tasks and target scopes without collisions. - **Clean Operational Guidelines**: Curated single-pane executive summary for humans and strict grounding/concurrency rules for AI agents. - **GitHub Pages Landing Page**: A static public homepage now lives in [`web/index.html`](./web/index.html), built to mirror the project's current positioning in a responsive marketing layout and deployed from the `web/` folder. +- **Live Website**: Visit [harshsinghmp.github.io/musememory](https://harshsinghmp.github.io/musememory/) for the published homepage and [`musememory-comparison.html`](https://harshsinghmp.github.io/musememory/musememory-comparison.html) for the comparison dossier. --- diff --git a/web/index.html b/web/index.html index d4e241a..d05da87 100644 --- a/web/index.html +++ b/web/index.html @@ -8,6 +8,7 @@ name="description" content="Muse Memory is a local-first memory layer for agents. Keep project facts, working constraints, and handoffs in one place." > + Muse Memory diff --git a/web/musememory-comparison.html b/web/musememory-comparison.html index 720070e..cf0c953 100644 --- a/web/musememory-comparison.html +++ b/web/musememory-comparison.html @@ -2,11 +2,15 @@ - + + + + + Muse Memory vs 42 Agent Memory Providers · Architecture & Feature Matrix - + +
+ -
+

Muse Memory vs 42 Agent Memory Providers

Architectural Dossier, Concrete Differences & Autonomous Migration Playbook

@@ -1081,7 +1192,7 @@

Muse Memory vs 42 Agent Memory Providers

const card = document.createElement("div"); card.className = "dossier-card"; card.innerHTML = ` -
+
@@ -1119,7 +1230,7 @@

Muse Memory vs 42 Agent Memory Providers

-
+
Autonomous Migration:
memory detect && memory migrate --provider ${p.id}