From 4181993324ed3d44437f27be9fef63736ff997b2 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 8 May 2026 17:34:04 +0900 Subject: [PATCH] docs(manifesto): use ohmyopenagent.com (no dashes) for the project domain The manifesto's project-context block carried the typo `oh-my-openagent.com`. The actual canonical domain has no dashes: - DNS: `ohmyopenagent.com` resolves (Cloudflare). - DNS: `oh-my-openagent.com` does not resolve. - web/wrangler.toml routes ohmyopenagent.com + ohmyopencode.org. - web/middleware.ts redirects ohmyopencode.org -> ohmyopenagent.com. Same fix for the legacy alias (ohmyopencode.org, also no dashes) plus an explicit note that the legacy host 308-redirects to the canonical one so nobody pastes the dashed form anywhere. The project-context block had been sitting as a stale local working-tree edit from earlier audit work and never landed on dev. Promoting it as a clean commit so the manifesto carries the same project-context summary the README does. --- docs/manifesto.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/manifesto.md b/docs/manifesto.md index 89e6ccdea..e4e2b4d72 100644 --- a/docs/manifesto.md +++ b/docs/manifesto.md @@ -1,6 +1,14 @@ # Manifesto -The principles and philosophy behind Oh My OpenAgent. +The principles and philosophy behind oh-my-openagent (OmO). + +Project reality check: + +- Name: oh-my-openagent (renamed from oh-my-opencode; both npm packages still publish in tandem during the transition) +- Domain: https://ohmyopenagent.com (legacy https://ohmyopencode.org redirects 308) +- Building in Public: https://discord.gg/PUwSMR9XNk +- Maintained by Jobdori, an AI assistant running on a heavily customized OpenClaw fork +- Sisyphus Labs: https://sisyphuslabs.ai ---