From f4ae2bb5c8681a3a3c2a4f7e6a860354b980f047 Mon Sep 17 00:00:00 2001 From: hyeonsangjeon Date: Sun, 12 Jul 2026 00:21:52 +0900 Subject: [PATCH 1/2] Add Three.js Sculpt DNA plugin Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4fc2342-03dc-4357-9270-eddefb107268 --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 26 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 0788509..0402c15 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -425,6 +425,30 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "threejs-sculpt-dna", + "source": { + "source": "github", + "repo": "hyeonsangjeon/Three.js-Object-Sculptor-github-Copilot-Plugin" + }, + "description": "Reconstruct reference images as quality-gated procedural Three.js models and coverage-curated deterministic asset families.", + "version": "0.4.2", + "author": { + "name": "hyeonsangjeon", + "url": "https://github.com/hyeonsangjeon" + }, + "homepage": "https://hyeonsangjeon.github.io/Three.js-Object-Sculptor-github-Copilot-Plugin/", + "repository": "https://github.com/hyeonsangjeon/Three.js-Object-Sculptor-github-Copilot-Plugin", + "keywords": [ + "github-copilot", + "threejs", + "procedural-3d", + "object-reconstruction", + "asset-variants", + "sculpt-dna" + ], + "license": "MIT" } ] } diff --git a/README.md b/README.md index fce8d6c..4650588 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ This marketplace also references plugins hosted in other repositories: - **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows). +- **[Three.js Sculpt DNA](https://github.com/hyeonsangjeon/Three.js-Object-Sculptor-github-Copilot-Plugin)** — Reconstruct reference images as quality-gated procedural Three.js models and generate deterministic variant families. + ## 🤝 Contributing We'd love your contributions! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests. From f3adb56ea20e902ce2014d112750a9fb9f8ab1f9 Mon Sep 17 00:00:00 2001 From: hyeonsangjeon Date: Sun, 12 Jul 2026 00:44:03 +0900 Subject: [PATCH 2/2] Update Three.js Sculpt DNA source Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: d4fc2342-03dc-4357-9270-eddefb107268 --- .github/plugin/marketplace.json | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 0402c15..d474a1e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -430,16 +430,16 @@ "name": "threejs-sculpt-dna", "source": { "source": "github", - "repo": "hyeonsangjeon/Three.js-Object-Sculptor-github-Copilot-Plugin" + "repo": "hyeonsangjeon/threejs-sculpt-dna" }, "description": "Reconstruct reference images as quality-gated procedural Three.js models and coverage-curated deterministic asset families.", - "version": "0.4.2", + "version": "0.4.3", "author": { "name": "hyeonsangjeon", "url": "https://github.com/hyeonsangjeon" }, - "homepage": "https://hyeonsangjeon.github.io/Three.js-Object-Sculptor-github-Copilot-Plugin/", - "repository": "https://github.com/hyeonsangjeon/Three.js-Object-Sculptor-github-Copilot-Plugin", + "homepage": "https://hyeonsangjeon.github.io/threejs-sculpt-dna/", + "repository": "https://github.com/hyeonsangjeon/threejs-sculpt-dna", "keywords": [ "github-copilot", "threejs", diff --git a/README.md b/README.md index 4650588..11495ba 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This marketplace also references plugins hosted in other repositories: - **[Power Platform Skills](https://github.com/microsoft/power-platform-skills)** — `power-pages`, `model-apps`, `mcp-apps`, `canvas-apps`, `code-apps-preview`, `mobile-app`, `power-automate`. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows). -- **[Three.js Sculpt DNA](https://github.com/hyeonsangjeon/Three.js-Object-Sculptor-github-Copilot-Plugin)** — Reconstruct reference images as quality-gated procedural Three.js models and generate deterministic variant families. +- **[Three.js Sculpt DNA](https://github.com/hyeonsangjeon/threejs-sculpt-dna)** — Reconstruct reference images as quality-gated procedural Three.js models and generate deterministic variant families. ## 🤝 Contributing