Skip to content

Commit b89ec2a

Browse files
fix public site domain
1 parent 541b29c commit b89ec2a

11 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ jobs:
112112
--repo ${{ github.repository }} \
113113
--dir /tmp/mirror
114114
- name: Upload to website mirror
115-
# Deploy binaries to hmg2ai.com/releases/
115+
# Deploy binaries to hmg1ai.com/releases/
116116
# Requires SSH key or API key for the web server
117117
run: |
118-
echo "TODO: rsync /tmp/mirror/*.tar.gz to hmg2ai.com:/opt/funcode/hmg-site/releases/"
119-
# rsync -avz /tmp/mirror/*.tar.gz deploy@hmg2ai.com:/opt/funcode/hmg-site/releases/latest/download/
118+
echo "TODO: rsync /tmp/mirror/*.tar.gz to hmg1ai.com:/opt/funcode/hmg-site/releases/"
119+
# rsync -avz /tmp/mirror/*.tar.gz deploy@hmg1ai.com:/opt/funcode/hmg-site/releases/latest/download/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4141
### Fixed
4242

4343
- Windows Named Pipe daemon IPC — `hmg daemon start/status/stop` now works on Windows
44-
- Replace all `funcode.xin` URLs with `hmg2ai.com`
44+
- Replace all `funcode.xin` URLs with `hmg1ai.com`
4545
- Fix private repo links in documentation
4646
- Replace truncated LICENSE with full Apache-2.0 text for proper GitHub license detection
4747

LICENSE-COMMUNITY

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ of the following to External Users, whether commercially or not:
131131

132132
Organizations wishing to embed or distribute the Software in products or
133133
services offered to External Users must obtain a separate OEM or Platform
134-
license. See: **https://hmg2ai.com/oem**
134+
license. See: **https://hmg1ai.com/oem**
135135

136136
**3.6 Volume Limitation.** For Commercial Use, a single Organization may:
137137

@@ -151,7 +151,7 @@ of the following to External Users, whether commercially or not:
151151
or accumulating fifty thousand and one (50,001) memory atoms, each
152152
individually constitutes a breach requiring commercial licensing.
153153

154-
See: **https://hmg2ai.com/pricing**
154+
See: **https://hmg1ai.com/pricing**
155155

156156
---
157157

@@ -183,7 +183,7 @@ not limited to:
183183

184184
**4.3 Upgrade Path.** Licensor provides a natural upgrade path from
185185
Community Edition to Developer and Enterprise editions without data loss or
186-
reinstallation. See: **https://hmg2ai.com/pricing**
186+
reinstallation. See: **https://hmg1ai.com/pricing**
187187

188188
---
189189

@@ -290,7 +290,7 @@ oral or written.
290290

291291
**9.2 Amendment.** Licensor reserves the right to update or amend this
292292
Agreement at any time by posting the revised version at
293-
**https://hmg2ai.com/license/community**. Continued use of the Software
293+
**https://hmg1ai.com/license/community**. Continued use of the Software
294294
after such changes constitutes acceptance of the revised terms. Material
295295
changes will be noted in release announcements.
296296

@@ -343,20 +343,20 @@ prohibited by applicable law.
343343
local machine. Licensor does not collect, transmit, or process Your memory
344344
content, atom data, or agent interactions. If You choose to enable optional
345345
anonymous usage telemetry, such data is governed by a separate Privacy
346-
Notice at **https://hmg2ai.com/privacy**.
346+
Notice at **https://hmg1ai.com/privacy**.
347347

348348
**9.9 Third-Party Dependencies.** The Software incorporates third-party
349349
open-source components. All such components are licensed under permissive
350350
licenses (MIT, Apache-2.0, BSD, or equivalent). Attributions and license
351351
texts for these components are available at
352-
**https://hmg2ai.com/attributions** or within the Software's
352+
**https://hmg1ai.com/attributions** or within the Software's
353353
`--credits` output. Nothing in this Agreement
354354
limits Your rights under those third-party licenses.
355355

356356
**9.10 Contact.** For licensing inquiries, commercial licensing, OEM
357357
partnerships, or legal notices:
358358

359-
- Web: **https://hmg2ai.com**
359+
- Web: **https://hmg1ai.com**
360360
- Email: **monkseekee@gmail.com**
361361
- GitHub: **https://github.com/HMG-AI**
362362

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ HMG stores data in `~/.local/share/hmg/stores/default/` by default. Ensure this
9595

9696
- **Security email:** monkseekee@gmail.com
9797
- **General inquiries:** monkseekee@gmail.com
98-
- **Website:** https://hmg2ai.com/
98+
- **Website:** https://hmg1ai.com/

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Start a local HMG daemon:
1717

1818
```bash
1919
# Install HMG
20-
curl -L https://hmg2ai.com/releases/latest/download/install.sh | sh
20+
curl -L https://hmg1ai.com/releases/latest/download/install.sh | sh
2121

2222
# Start the daemon
2323
hmg daemon start

examples/agent-adapter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ See [CONTRIBUTING.md](../../CONTRIBUTING.md) for the full contribution guide.
243243

244244
- 💬 [GitHub Discussions](https://github.com/HMG-AI/HMG-public/discussions) — integration questions
245245
- 🐛 [GitHub Issues](https://github.com/HMG-AI/HMG-public/issues) — bugs and feature requests
246-
- 📧 security@hmg2ai.com — security issues
246+
- 📧 security@hmg1ai.com — security issues

mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MCP (Model Context Protocol) tool definitions for HMG memory operations.
2626

2727
```bash
2828
# Install HMG
29-
curl -L https://hmg2ai.com/releases/latest/download/install.sh | sh
29+
curl -L https://hmg1ai.com/releases/latest/download/install.sh | sh
3030

3131
# Start the daemon
3232
hmg daemon start

pi-agent/extensions/hmg/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const HMG_CLI = process.env.HMG_CLI ?? "hmg";
3535
const HMG_SERVER = process.env.HMG_SERVER ?? "hmg-server";
3636
const HMG_DATA_DIR = process.env.HMG_PI_DATA_DIR ?? process.env.HMG_DATA_DIR ?? defaultHmgDataDir();
3737
const HMG_TIMEOUT_MS = Number(process.env.HMG_PI_MCP_TIMEOUT_MS ?? "30000");
38-
const HMG_UPDATE_MANIFEST_URL = process.env.HMG_UPDATE_MANIFEST_URL ?? "https://hmg2ai.com/releases/latest/download/version.json";
38+
const HMG_UPDATE_MANIFEST_URL = process.env.HMG_UPDATE_MANIFEST_URL ?? "https://hmg1ai.com/releases/latest/download/version.json";
3939
const HMG_UPDATE_CHECK_TIMEOUT_MS = Number(process.env.HMG_UPDATE_CHECK_TIMEOUT_MS ?? "2000");
4040

4141
let updateNoticeShown = false;

scripts/deploy-release.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/usr/bin/env bash
22
# ─────────────────────────────────────────────────────────────────────────────
3-
# deploy-release.sh — Deploy release binaries to hmg2ai.com mirror
3+
# deploy-release.sh — Deploy release binaries to hmg1ai.com mirror
44
#
55
# Usage: ./scripts/deploy-release.sh [version]
66
# Example: ./scripts/deploy-release.sh 0.9.2
77
#
8-
# Downloads binaries from GitHub Release and deploys to hmg2ai.com mirror.
8+
# Downloads binaries from GitHub Release and deploys to hmg1ai.com mirror.
99
# ─────────────────────────────────────────────────────────────────────────────
1010
set -euo pipefail
1111

12-
REMOTE="root@hmg2ai.com"
12+
REMOTE="root@hmg1ai.com"
1313
MIRROR_DIR="/opt/funcode/hmg-site/releases/latest/download"
1414
REPO="HMG-AI/HMG-public"
1515

@@ -20,7 +20,7 @@ if [ -z "$VERSION" ]; then
2020
[ -z "$VERSION" ] && { echo "ERROR: Cannot detect version. Pass as argument."; exit 1; }
2121
fi
2222

23-
echo "=== Deploying HMG v${VERSION} to hmg2ai.com mirror ==="
23+
echo "=== Deploying HMG v${VERSION} to hmg1ai.com mirror ==="
2424

2525
STAGING="/tmp/hmg-release-mirror"
2626
rm -rf "$STAGING"
@@ -45,4 +45,4 @@ ssh "$REMOTE" "mkdir -p $MIRROR_DIR"
4545
rsync -avz "$STAGING/" "$REMOTE:$MIRROR_DIR/"
4646

4747
echo ""
48-
echo "✅ Release v${VERSION} deployed to https://hmg2ai.com/releases/latest/download/"
48+
echo "✅ Release v${VERSION} deployed to https://hmg1ai.com/releases/latest/download/"

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $ErrorActionPreference = "Stop"
44
$ReleaseBaseUrl = if ($env:HMG_RELEASE_BASE_URL) { $env:HMG_RELEASE_BASE_URL } else { "" }
55
$PublicReleaseBaseUrl = if ($env:HMG_PUBLIC_RELEASE_BASE_URL) { $env:HMG_PUBLIC_RELEASE_BASE_URL } else { "" }
66
$OfficialReleaseBaseUrl = "https://github.com/HMG-AI/HMG-public/releases/latest/download"
7-
$MirrorBaseUrl = "https://hmg2ai.com/releases/latest/download"
7+
$MirrorBaseUrl = "https://hmg1ai.com/releases/latest/download"
88
$BinDir = if ($env:HMG_INSTALL_DIR) {
99
$env:HMG_INSTALL_DIR
1010
} elseif ($env:LOCALAPPDATA) {

0 commit comments

Comments
 (0)