diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b6ccde0..3ec8b08 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,9 +7,12 @@ }, "plugins": [ { - "name": "ext-devplatform-plugin", + "name": "for-developers-plugin", "source": "./", "description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience." } - ] + ], + "renames": { + "ext-devplatform-plugin": "for-developers-plugin" + } } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 44c6d23..7212c00 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "ext-devplatform-plugin", + "name": "for-developers-plugin", "displayName": "Intility Developer Platform", "version": "0.3.0", "description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience.", @@ -7,8 +7,8 @@ "name": "Intility", "email": "devinfra@intility.no" }, - "homepage": "https://github.com/intility/ext-devplatform-plugin", - "repository": "https://github.com/intility/ext-devplatform-plugin", + "homepage": "https://github.com/intility/for-developers-plugin", + "repository": "https://github.com/intility/for-developers-plugin", "license": "MIT", "keywords": [ "intility", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a3afd2..8192478 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Thanks for helping make the Developer Platform plugin better. It's an early alph ## Found a bug? Have a wish? -Open an [issue](https://github.com/intility/ext-devplatform-plugin/issues). Include what you asked Claude to do, what it tried (the failing command is the best clue), and the cluster name if relevant. +Open an [issue](https://github.com/intility/for-developers-plugin/issues). Include what you asked Claude to do, what it tried (the failing command is the best clue), and the cluster name if relevant. ## Making changes @@ -18,8 +18,8 @@ Open an [issue](https://github.com/intility/ext-devplatform-plugin/issues). Incl 3. To try your changes live, add your local checkout as a marketplace in Claude Code: ``` - /plugin marketplace add /path/to/ext-devplatform-plugin - /plugin install ext-devplatform-plugin@intility + /plugin marketplace add /path/to/for-developers-plugin + /plugin install for-developers-plugin@intility ``` 4. Open a PR against `main`. The `validate` check must pass before merging. diff --git a/README.md b/README.md index e1767d9..152d2ca 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
-
+