From b8c975b6d40b604f7c5b2fc6f0d7cae35ef787e5 Mon Sep 17 00:00:00 2001
From: Furkan Akbulutlar
Date: Wed, 17 Jun 2026 04:22:17 +0200
Subject: [PATCH 1/4] chore: rename repo
---
.agents/plugins/marketplace.json | 2 +-
.claude-plugin/marketplace.json | 2 +-
.github/ISSUE_TEMPLATE/config.yml | 8 ++++----
.github/workflows/deploy.yml | 2 +-
README.md | 14 +++++++-------
SECURITY.md | 2 +-
components/home/GetStartedModal.tsx | 8 ++++----
plugins/codex/.codex-plugin/plugin.json | 2 +-
plugins/cursor/.cursor-plugin/plugin.json | 2 +-
tests/plugins/manifests.test.ts | 4 ++--
tests/ui/get-started-modal.test.ts | 6 +++---
11 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json
index c840be3..122e457 100644
--- a/.agents/plugins/marketplace.json
+++ b/.agents/plugins/marketplace.json
@@ -8,7 +8,7 @@
"name": "piyaz",
"source": {
"source": "git-subdir",
- "url": "https://github.com/FrkAk/mymir.git",
+ "url": "https://github.com/FrkAk/piyaz.git",
"path": "plugins/codex"
},
"policy": {
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index cd45ab2..b2566c3 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -8,7 +8,7 @@
"name": "piyaz",
"source": {
"source": "git-subdir",
- "url": "https://github.com/FrkAk/mymir.git",
+ "url": "https://github.com/FrkAk/piyaz.git",
"path": "plugins/claude-code"
},
"description": "Persistent context network for coding projects. Tracks tasks, dependencies, and decisions across sessions."
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index a14942f..5c9f0af 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,14 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
- url: https://github.com/FrkAk/mymir/discussions/categories/q-a
+ url: https://github.com/FrkAk/piyaz/discussions/categories/q-a
about: Questions, help, and troubleshooting go in Discussions (Q&A).
- name: Suggest an idea
- url: https://github.com/FrkAk/mymir/discussions/categories/ideas
+ url: https://github.com/FrkAk/piyaz/discussions/categories/ideas
about: Feature ideas and suggestions go in Discussions (Ideas) where the community can upvote.
- name: Show and tell
- url: https://github.com/FrkAk/mymir/discussions/categories/show-and-tell
+ url: https://github.com/FrkAk/piyaz/discussions/categories/show-and-tell
about: Share what you built with Piyaz.
- name: Report a security vulnerability
- url: https://github.com/FrkAk/mymir/security/advisories/new
+ url: https://github.com/FrkAk/piyaz/security/advisories/new
about: Use private vulnerability reporting — do not open a public issue.
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 81c0cb9..245139a 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
- github.repository == 'FrkAk/mymir'
+ github.repository == 'FrkAk/piyaz'
concurrency:
group: deploy-main
cancel-in-progress: false
diff --git a/README.md b/README.md
index 3597c76..19a4bf6 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Piyaz is hosted at [app.piyaz.ai](https://app.piyaz.ai). The plugin installs int
### Claude Code
```bash
-claude plugin marketplace add FrkAk/mymir
+claude plugin marketplace add FrkAk/piyaz
claude plugin install piyaz@piyaz
```
@@ -37,7 +37,7 @@ Then run `/mcp`, select **piyaz**, and complete the browser sign-in.
### Codex
```bash
-codex plugin marketplace add FrkAk/mymir
+codex plugin marketplace add FrkAk/piyaz
```
Open Codex, run `/plugin`, install **Piyaz**, restart, and authenticate when prompted. Invoke the main skill with `$piyaz`. (If your Codex build can't resolve the root marketplace, append `--sparse plugins`.)
@@ -50,7 +50,7 @@ Open Codex, run `/plugin`, install **Piyaz**, restart, and authenticate when pro
cursor://anysphere.cursor-deeplink/mcp/install?name=piyaz&config=eyJ1cmwiOiJodHRwczovL2FwcC5waXlhei5haS9hcGkvbWNwIn0=
```
-- **Team/Enterprise (skills + MCP):** *Dashboard → Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo*, paste `https://github.com/FrkAk/mymir`. Team Marketplaces is a Teams/Enterprise feature.
+- **Team/Enterprise (skills + MCP):** *Dashboard → Settings → Plugins → Team Marketplaces → Add Marketplace → Import from Repo*, paste `https://github.com/FrkAk/piyaz`. Team Marketplaces is a Teams/Enterprise feature.
- **Public Marketplace:** listing in the [Cursor Marketplace](https://cursor.com/marketplace) requires submission and manual review. Search-and-install lands once Piyaz is published.
### Antigravity
@@ -78,7 +78,7 @@ Self-hosting is free under AGPL-3.0. You run the Piyaz server yourself and point
You need [Bun](https://bun.sh) (v1.0+) and [Docker](https://docs.docker.com/get-docker/) for PostgreSQL. Linux, macOS, or Windows with WSL2.
```bash
-git clone git@github.com:FrkAk/mymir.git
+git clone git@github.com:FrkAk/piyaz.git
cd piyaz
bun install --production
cp .env.local.example .env.local
@@ -256,9 +256,9 @@ Next.js 16, TypeScript 6, React 19, PostgreSQL, Drizzle ORM, Tailwind CSS v4, Mo
-
-
-
+
+
+
diff --git a/SECURITY.md b/SECURITY.md
index 4f169e1..c6ce53a 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -6,7 +6,7 @@ If you discover a security vulnerability in Piyaz, please report it responsibly.
**Do not open a public issue.**
-Instead, use [GitHub's private vulnerability reporting](https://github.com/FrkAk/mymir/security/advisories/new) to submit your report. This ensures the issue can be addressed before public disclosure.
+Instead, use [GitHub's private vulnerability reporting](https://github.com/FrkAk/piyaz/security/advisories/new) to submit your report. This ensures the issue can be addressed before public disclosure.
## What to include
diff --git a/components/home/GetStartedModal.tsx b/components/home/GetStartedModal.tsx
index fb97ae0..ae73f5f 100644
--- a/components/home/GetStartedModal.tsx
+++ b/components/home/GetStartedModal.tsx
@@ -24,13 +24,13 @@ const HOSTED_CLI_INSTALLS: readonly CliInstall[] = [
{
name: "Claude Code",
install:
- "claude plugin marketplace add FrkAk/mymir\nclaude plugin install piyaz@piyaz",
+ "claude plugin marketplace add FrkAk/piyaz\nclaude plugin install piyaz@piyaz",
setupNote:
"Run /mcp, select piyaz, and complete the browser sign-in. The piyaz skill auto-invokes when you talk about projects.",
},
{
name: "Codex",
- install: "codex plugin marketplace add FrkAk/mymir",
+ install: "codex plugin marketplace add FrkAk/piyaz",
setupNote:
"Run /plugin, install Piyaz, restart Codex, and authenticate when prompted. Invoke the main skill with $piyaz.",
},
@@ -79,9 +79,9 @@ const SELF_HOST_CLI_INSTALLS: readonly CliInstall[] = [
];
const HOSTED_README_SETUP_URL =
- "https://github.com/FrkAk/mymir#use-the-hosted-version-no-clone";
+ "https://github.com/FrkAk/piyaz#use-the-hosted-version-no-clone";
const SELF_HOST_README_SETUP_URL =
- "https://github.com/FrkAk/mymir#self-host-contribute";
+ "https://github.com/FrkAk/piyaz#self-host-contribute";
const SECTION_LABEL_CLASS =
"font-mono text-[10px] font-semibold uppercase tracking-wider text-text-muted";
diff --git a/plugins/codex/.codex-plugin/plugin.json b/plugins/codex/.codex-plugin/plugin.json
index a28fd41..4f43294 100644
--- a/plugins/codex/.codex-plugin/plugin.json
+++ b/plugins/codex/.codex-plugin/plugin.json
@@ -7,7 +7,7 @@
"url": "https://www.piyaz.ai"
},
"homepage": "https://www.piyaz.ai",
- "repository": "https://github.com/FrkAk/mymir",
+ "repository": "https://github.com/FrkAk/piyaz",
"license": "AGPL-3.0",
"keywords": [
"project-management",
diff --git a/plugins/cursor/.cursor-plugin/plugin.json b/plugins/cursor/.cursor-plugin/plugin.json
index 38b02cc..9395ae6 100644
--- a/plugins/cursor/.cursor-plugin/plugin.json
+++ b/plugins/cursor/.cursor-plugin/plugin.json
@@ -7,7 +7,7 @@
"email": "hello@piyaz.ai"
},
"homepage": "https://www.piyaz.ai",
- "repository": "https://github.com/FrkAk/mymir",
+ "repository": "https://github.com/FrkAk/piyaz",
"license": "AGPL-3.0",
"keywords": [
"project-management",
diff --git a/tests/plugins/manifests.test.ts b/tests/plugins/manifests.test.ts
index 31a3bd9..f39767c 100644
--- a/tests/plugins/manifests.test.ts
+++ b/tests/plugins/manifests.test.ts
@@ -12,7 +12,7 @@ test("Claude root marketplace sources the claude-code subdir via git-subdir", ()
const plugin = mkt.plugins.find((p: { name: string }) => p.name === "piyaz");
expect(plugin).toBeDefined();
expect(plugin.source.source).toBe("git-subdir");
- expect(plugin.source.url).toBe("https://github.com/FrkAk/mymir.git");
+ expect(plugin.source.url).toBe("https://github.com/FrkAk/piyaz.git");
expect(plugin.source.path).toBe("plugins/claude-code");
});
@@ -23,7 +23,7 @@ test("Codex root marketplace sources the codex subdir via git-subdir", () => {
const plugin = mkt.plugins.find((p: { name: string }) => p.name === "piyaz");
expect(plugin).toBeDefined();
expect(plugin.source.source).toBe("git-subdir");
- expect(plugin.source.url).toBe("https://github.com/FrkAk/mymir.git");
+ expect(plugin.source.url).toBe("https://github.com/FrkAk/piyaz.git");
expect(plugin.source.path).toBe("plugins/codex");
});
diff --git a/tests/ui/get-started-modal.test.ts b/tests/ui/get-started-modal.test.ts
index 6dddc8f..1db022e 100644
--- a/tests/ui/get-started-modal.test.ts
+++ b/tests/ui/get-started-modal.test.ts
@@ -58,9 +58,9 @@ test("hosted deploy shows hosted setup snippets without local checkout paths", a
"Antigravity",
"Cursor",
]);
- expect(text).toContain("claude plugin marketplace add FrkAk/mymir");
+ expect(text).toContain("claude plugin marketplace add FrkAk/piyaz");
expect(text).toContain("claude plugin install piyaz@piyaz");
- expect(text).toContain("codex plugin marketplace add FrkAk/mymir");
+ expect(text).toContain("codex plugin marketplace add FrkAk/piyaz");
expect(text).toContain("https://app.piyaz.ai/api/mcp");
expect(text).toContain("cursor://anysphere.cursor-deeplink/mcp/install");
expect(text).not.toContain("./plugins");
@@ -83,6 +83,6 @@ test("self-host deploy keeps local plugin install commands", async () => {
expect(text).toContain("plugins/cursor");
expect(text).toContain("piyaz-local");
expect(text).toContain("localhost");
- expect(text).not.toContain("FrkAk/mymir");
+ expect(text).not.toContain("FrkAk/piyaz");
expect(getReadmeSetupUrl("")).toContain("#self-host-contribute");
});
From 936567e3f3515ed57e763bececc25ef2d9427b5c Mon Sep 17 00:00:00 2001
From: Furkan Akbulutlar
Date: Wed, 17 Jun 2026 04:31:17 +0200
Subject: [PATCH 2/4] chore: update pr template
---
.github/pull_request_template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 212281a..c8cded7 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,6 +1,6 @@
## Summary
-**Task Reference**: [MYMR-XXX]
+**Task Reference**: [PYZ-XXX]
From 808173b9248b1363bc67e2cef4fdf6760f5ea946 Mon Sep 17 00:00:00 2001
From: Furkan Akbulutlar
Date: Wed, 17 Jun 2026 04:31:41 +0200
Subject: [PATCH 3/4] chore: update primatives
---
app/dev/primitives/PrimitivesShowcase.tsx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/dev/primitives/PrimitivesShowcase.tsx b/app/dev/primitives/PrimitivesShowcase.tsx
index 6aa6091..2a343f8 100644
--- a/app/dev/primitives/PrimitivesShowcase.tsx
+++ b/app/dev/primitives/PrimitivesShowcase.tsx
@@ -377,7 +377,7 @@ export function PrimitivesShowcase() {
letterSpacing: "0.02em",
}}
>
- MYMR-104 — mono 11 / 500
+ PYZ-104 — mono 11 / 500
@@ -563,10 +563,10 @@ export function PrimitivesShowcase() {
background: "var(--color-border)",
}}
/>
-
-
-
-
+
+
+
+
@@ -715,7 +715,7 @@ export function PrimitivesShowcase() {
-
+
From 1343bf16a9451cd87cbe5e40c0aa7bfb83b685b2 Mon Sep 17 00:00:00 2001
From: Furkan Akbulutlar
Date: Wed, 17 Jun 2026 04:32:00 +0200
Subject: [PATCH 4/4] chore: update readme refs
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 19a4bf6..1d183c5 100644
--- a/README.md
+++ b/README.md
@@ -154,7 +154,7 @@ Piyaz ships as a Next.js web app plus vendor-native plugins for Claude Code, Cod
```text
❯ What should I work on next?
-❯ Plan and implement MYMR-101
+❯ Plan and implement PYZ-101
```
**Add and refine mid-flow.** Spot something missing, describe it, and push back until it's right:
@@ -176,7 +176,7 @@ Piyaz ships as a Next.js web app plus vendor-native plugins for Claude Code, Cod
Or take one specific task all the way to a PR:
```text
-❯ /piyaz:composer MYMR-101
+❯ /piyaz:composer PYZ-101
```
Composer dispatches three subagents per task in clean per-phase contexts (researcher → planner → implementer). The orchestrator stays out of the work itself and only picks tasks, hands off, and propagates.