diff --git a/internal/app/app.go b/internal/app/app.go index c4acd7d..7928e94 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -199,6 +199,9 @@ func routes(logger *slog.Logger, cfg *config.Config, db *store.DB, provider ai.P .content { padding: 28px; } h1 { margin: 0 0 12px 0; font-size: 2rem; } p { margin: 0; line-height: 1.5; color: #334155; } + .actions { margin-top: 18px; } + .link { display: inline-block; padding: 10px 14px; border-radius: 8px; background: #172033; color: #fff; text-decoration: none; font-weight: 600; } + .link:hover { background: #0f172a; } img { display: block; width: 100%; height: auto; } @@ -208,6 +211,11 @@ func routes(logger *slog.Logger, cfg *config.Config, db *store.DB, provider ai.P

Avelon Memory Crystal Server (AMCS)

AMCS is a memory server that captures, links, and retrieves structured project thoughts for AI assistants using semantic search, summaries, and MCP tools.

+
+ LLM Instructions + OAuth Authorization Server + Health Check +