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/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]
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..1d183c5 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
@@ -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.
@@ -256,9 +256,9 @@ Next.js 16, TypeScript 6, React 19, PostgreSQL, Drizzle ORM, Tailwind CSS v4, Mo
+