diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index fef3d6b..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {
- "associatedIndex": 1
-}
-
-
-
-
-
- {
- "keyToString": {
- "ModuleVcsDetector.initialDetectionPerformed": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
- "RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "main",
- "ignore.virus.scanning.warn.message": "true",
- "js.debugger.nextJs.config.created.client": "true",
- "js.debugger.nextJs.config.created.server": "true",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "//wsl.localhost/Arch/home/don/code/shadow-gunbuilder-ai-proto",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "vue.rearranger.settings.migration": "true"
- }
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1764181733358
-
-
- 1764181733358
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index ed7b267..b56ba87 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ This is an internal tool built for speed, clarity, and capability.
# 🚀 What This Admin UI Does
## Merchant Feeds
-Path: `/gunbuilder/admin/merchants`
+Path: `//admin/merchants`
A clean dashboard for all merchants feeding the system.
@@ -26,7 +26,7 @@ Purpose: keep the catalog alive, current, and trustworthy.
---
## Category Mapping
-Path: `/gunbuilder/admin/category-mapping`
+Path: `/builder/admin/category-mapping`
This is where raw merchant chaos gets cleaned up.
@@ -42,7 +42,7 @@ Once mapped, future imports classify parts automatically.
## Builder Integration
-The admin UI powers the consumer-facing Builder at `/gunbuilder`.
+The admin UI powers the consumer-facing Builder at `/builder`.
Today:
- Load compatible parts
@@ -80,13 +80,13 @@ pnpm install
Create `.env.local`:
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080
-NEXT_PUBLIC_ADMIN_BASE_PATH=/gunbuilder/admin
+NEXT_PUBLIC_ADMIN_BASE_PATH=/builder/admin
## Start Dev Server
npm run dev
Then visit:
-http://localhost:3000/gunbuilder/admin
+http://localhost:3000/builder/admin
---
@@ -103,7 +103,7 @@ If CORS fails, the admin cannot communicate with the API.
# 🧭 Project Structure
app/
- gunbuilder/
+ builder/
admin/
merchants/
category-mapping/
diff --git a/app/builder/[categoryId]/[partId]/data.ts b/app/builder/[categoryId]/[partId]/data.ts
index cdd16ba..f1805ca 100644
--- a/app/builder/[categoryId]/[partId]/data.ts
+++ b/app/builder/[categoryId]/[partId]/data.ts
@@ -1,4 +1,4 @@
-// app/gunbuilder/[categoryId]/[partId]/data.ts
+// app/builder/[categoryId]/[partId]/data.ts
// Simulated data functions - Replace these with API calls when ready
// Example: export async function getPricingHistory(partId: string) { ... }
diff --git a/app/builder/[categoryId]/[partId]/page.tsx b/app/builder/[categoryId]/[partId]/page.tsx
index e00ea16..1684c48 100644
--- a/app/builder/[categoryId]/[partId]/page.tsx
+++ b/app/builder/[categoryId]/[partId]/page.tsx
@@ -131,10 +131,10 @@ export default function PartDetailPage() {
Category Not Found
- Return to Gunbuilder
+ Return to Builder
@@ -147,14 +147,14 @@ export default function PartDetailPage() {
{/* Breadcrumbs */}