Skip to content

Commit 4027dfd

Browse files
committed
Rename plugin directory from plugins/ai-sdlc to plugins/maister
Update all path references in CLAUDE.md, marketplace.json, build script, Makefile, and GitHub Actions to use the new directory name.
1 parent 54779a8 commit 4027dfd

File tree

111 files changed

+13
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+13
-13
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"name": "maister",
1313
"description": "AI SDLC workflows with standards management (Claude Code)",
14-
"source": "./plugins/ai-sdlc",
14+
"source": "./plugins/maister",
1515
"category": "development"
1616
},
1717
{

.github/workflows/build-copilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Copilot CLI Variant
22
on:
33
push:
44
branches: [master, v2]
5-
paths: ['plugins/ai-sdlc/**', 'platforms/**']
5+
paths: ['plugins/maister/**', 'platforms/**']
66

77
jobs:
88
build:

CLAUDE.md

Lines changed: 9 additions & 9 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ clean:
2020
rm -rf plugins/maister-copilot/
2121

2222
watch:
23-
fswatch -o plugins/ai-sdlc/ | xargs -n1 -I{} make build
23+
fswatch -o plugins/maister/ | xargs -n1 -I{} make build

platforms/copilot-cli/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
55
ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
6-
CORE="$ROOT/plugins/ai-sdlc"
6+
CORE="$ROOT/plugins/maister"
77
OUT="$ROOT/plugins/maister-copilot"
88

99
# Cross-platform sed in-place (macOS needs '' arg, Linux doesn't)
File renamed without changes.

0 commit comments

Comments
 (0)