Skip to content

Commit 70416db

Browse files
KD-K2N2claude
andcommitted
Update all remaining references to @cortex.memory scope
- Electron main.js: npx reference - Release workflow: step labels - UI demo HTML: brew install commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70bd8bc commit 70416db

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ jobs:
4141
- run: pnpm install --frozen-lockfile
4242
- run: pnpm turbo build
4343

44-
- name: Publish @cortex/shared
44+
- name: Publish @cortex.memory/shared
4545
working-directory: packages/shared
4646
run: pnpm publish --access public --no-git-checks
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4949

50-
- name: Publish @cortex/server
50+
- name: Publish @cortex.memory/server
5151
working-directory: packages/server
5252
run: pnpm publish --access public --no-git-checks
5353
env:
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5555

56-
- name: Publish @cortex/cli
56+
- name: Publish @cortex.memory/cli
5757
working-directory: packages/cli
5858
run: pnpm publish --access public --no-git-checks
5959
env:

assets/cortex-ui-demo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ <h1 class="hero-title">Claude Code<br>finally <em>remembers</em></h1>
654654
<p class="hero-sub">Cortex is a persistent memory layer for Claude Code. Every session starts with full context — across projects, machines, and days.</p>
655655
<div class="hero-cta">
656656
<button class="btn-primary">Subscribe to Download →</button>
657-
<button class="btn-secondary">brew install cortex-memory</button>
657+
<button class="btn-secondary">brew install cortex.memory</button>
658658
</div>
659659
</div>
660660
</section>
@@ -694,7 +694,7 @@ <h2 class="section-title">Dead simple. Invisibly powerful.</h2>
694694
<div class="step-content">
695695
<div class="step-title">Install in 30 seconds</div>
696696
<div class="step-body">One command. Cortex installs, starts a background daemon, and wires itself into Claude Code automatically. No manual config. No setup wizard.</div>
697-
<div class="step-code">brew install cortex-memory<br><span style="color:var(--green)">✓ Cortex is running. Open Claude Code to start.</span></div>
697+
<div class="step-code">brew install cortex.memory<br><span style="color:var(--green)">✓ Cortex is running. Open Claude Code to start.</span></div>
698698
</div>
699699
</div>
700700
<div class="flow-step">
@@ -733,7 +733,7 @@ <h2 class="section-title">Three ways to get started</h2>
733733
<div class="install-card">
734734
<div class="install-method">Method 1</div>
735735
<div class="install-for">Homebrew</div>
736-
<div class="install-cmd">brew tap cortex-memory/cortex<br>brew install cortex</div>
736+
<div class="install-cmd">brew tap cortex.memory/cortex<br>brew install cortex</div>
737737
</div>
738738
<div class="install-card">
739739
<div class="install-method">Method 2</div>

packages/electron/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async function startDaemon() {
215215
const serverPaths = [
216216
path.join(os.homedir(), '.cortex', 'node_modules', '.bin', 'cortex-server'),
217217
'cortex-server',
218-
'npx @cortex-memory/server',
218+
'npx @cortex.memory/server',
219219
];
220220

221221
// Use the daemon start approach — the server package

0 commit comments

Comments
 (0)