Skip to content

Commit c65ba0c

Browse files
authored
Merge pull request #13 from intility/feat/rename-to-for-developers-plugin
feat: rename plugin to for-developers-plugin
2 parents e269d6e + c793743 commit c65ba0c

5 files changed

Lines changed: 19 additions & 16 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
},
88
"plugins": [
99
{
10-
"name": "ext-devplatform-plugin",
10+
"name": "for-developers-plugin",
1111
"source": "./",
1212
"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."
1313
}
14-
]
14+
],
15+
"renames": {
16+
"ext-devplatform-plugin": "for-developers-plugin"
17+
}
1518
}

.claude-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "ext-devplatform-plugin",
2+
"name": "for-developers-plugin",
33
"displayName": "Intility Developer Platform",
44
"version": "0.3.0",
55
"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.",
66
"author": {
77
"name": "Intility",
88
"email": "devinfra@intility.no"
99
},
10-
"homepage": "https://github.com/intility/ext-devplatform-plugin",
11-
"repository": "https://github.com/intility/ext-devplatform-plugin",
10+
"homepage": "https://github.com/intility/for-developers-plugin",
11+
"repository": "https://github.com/intility/for-developers-plugin",
1212
"license": "MIT",
1313
"keywords": [
1414
"intility",

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for helping make the Developer Platform plugin better. It's an early alph
44

55
## Found a bug? Have a wish?
66

7-
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.
7+
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.
88

99
## Making changes
1010

@@ -18,8 +18,8 @@ Open an [issue](https://github.com/intility/ext-devplatform-plugin/issues). Incl
1818
3. To try your changes live, add your local checkout as a marketplace in Claude Code:
1919

2020
```
21-
/plugin marketplace add /path/to/ext-devplatform-plugin
22-
/plugin install ext-devplatform-plugin@intility
21+
/plugin marketplace add /path/to/for-developers-plugin
22+
/plugin install for-developers-plugin@intility
2323
```
2424

2525
4. Open a PR against `main`. The `validate` check must pass before merging.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img src="assets/banner.svg" alt="Developer Platform Plugin — Claude's guide to the Intility Developer Platform." width="100%" />
2+
<img src="assets/banner.svg" alt="For Developers Plugin — Claude's guide to Intility For Developers." width="100%" />
33
</p>
44

55

66

77

8-
> ⚠️ **Early alpha.** This is the first cut of external-facing skills for the Intility Developer Platform. Skill names, prompts, defaults, and behaviours will change as we learn. Don't depend on it for anything critical yet — but please [open an issue](https://github.com/intility/ext-devplatform-plugin/issues) when something feels off, surprises you, or could be clearer. That feedback is the whole point of an alpha.
8+
> ⚠️ **Early alpha.** This is the first cut of external-facing skills for the Intility Developer Platform. Skill names, prompts, defaults, and behaviours will change as we learn. Don't depend on it for anything critical yet — but please [open an issue](https://github.com/intility/for-developers-plugin/issues) when something feels off, surprises you, or could be clearer. That feedback is the whole point of an alpha.
99
1010

1111
## Features
@@ -23,8 +23,8 @@
2323
**1. Install this plugin**
2424

2525
```bash
26-
/plugin marketplace add intility/ext-devplatform-plugin
27-
/plugin install ext-devplatform-plugin@intility
26+
/plugin marketplace add intility/for-developers-plugin
27+
/plugin install for-developers-plugin@intility
2828
```
2929

3030
**2. Tell Claude what you want**
@@ -100,7 +100,7 @@ A few things that aren't obvious up front:
100100

101101
## Found a bug? Have a wish?
102102

103-
Open an issue: **[github.com/intility/ext-devplatform-plugin/issues](https://github.com/intility/ext-devplatform-plugin/issues)**
103+
Open an issue: **[github.com/intility/for-developers-plugin/issues](https://github.com/intility/for-developers-plugin/issues)**
104104

105105
Helpful to include:
106106

assets/banner.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)