ga-plugins-cli 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugins/go-reviewer/.claude-plugin/plugin.json +3 -7
- package/plugins/go-scaffolder/.claude-plugin/plugin.json +3 -7
- package/plugins/go-standards/.claude-plugin/plugin.json +3 -17
- package/plugins/java2go-porter/.claude-plugin/plugin.json +3 -16
- package/plugins/migration-safety/.claude-plugin/plugin.json +3 -15
package/package.json
CHANGED
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
"name": "go-reviewer",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"description": "Incremental Go code review (new findings only, diff-based) + auto-fix in isolated git worktree. Integrates external linters via MCP shim.",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"description": "Review Go code changes — incremental (new findings only) or full audit with auto-fix in isolated worktree",
|
|
9
|
-
"path": "commands/go-review.md"
|
|
10
|
-
}
|
|
11
|
-
]
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Garuda Airlines Engineering"
|
|
7
|
+
}
|
|
12
8
|
}
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
"name": "go-scaffolder",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"description": "Interactive wizard that generates thin Go services backed by go-ga-lib. Asks service type, SQL, NoSQL, broker — imports ONLY chosen packages.",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"description": "Generate a new thin Go microservice wired to go-ga-lib",
|
|
9
|
-
"path": "commands/scaffold-service.md"
|
|
10
|
-
}
|
|
11
|
-
]
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Garuda Airlines Engineering"
|
|
7
|
+
}
|
|
12
8
|
}
|
|
@@ -2,21 +2,7 @@
|
|
|
2
2
|
"name": "go-standards",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"description": "Single source of truth for Go coding standards across all 30 migrated services.",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
{ "name": "http-chi", "path": "skills/http-chi.md" },
|
|
9
|
-
{ "name": "config", "path": "skills/config.md" },
|
|
10
|
-
{ "name": "logging-observability", "path": "skills/logging-observability.md" },
|
|
11
|
-
{ "name": "concurrency", "path": "skills/concurrency.md" },
|
|
12
|
-
{ "name": "testing", "path": "skills/testing.md" },
|
|
13
|
-
{ "name": "naming-and-style", "path": "skills/naming-and-style.md" }
|
|
14
|
-
],
|
|
15
|
-
"commands": [
|
|
16
|
-
{
|
|
17
|
-
"name": "go-standards-check",
|
|
18
|
-
"description": "Assess a Go file against GA coding standards",
|
|
19
|
-
"path": "commands/go-standards-check.md"
|
|
20
|
-
}
|
|
21
|
-
]
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Garuda Airlines Engineering"
|
|
7
|
+
}
|
|
22
8
|
}
|
|
@@ -2,20 +2,7 @@
|
|
|
2
2
|
"name": "java2go-porter",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"description": "Java→Go translation accelerator (DRAFT only — requires human review + green tests). Runs analyzer→translator→test-pairer→reviewer pipeline.",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"description": "Translate a Java/Spring Boot service to a Go draft using chi + go-ga-lib",
|
|
9
|
-
"path": "commands/port-java-service.md"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"agents": [
|
|
13
|
-
{ "name": "analyzer", "path": "agents/analyzer.md" },
|
|
14
|
-
{ "name": "translator", "path": "agents/translator.md" },
|
|
15
|
-
{ "name": "test-pairer", "path": "agents/test-pairer.md" },
|
|
16
|
-
{ "name": "reviewer", "path": "agents/reviewer.md" }
|
|
17
|
-
],
|
|
18
|
-
"skills": [
|
|
19
|
-
{ "name": "idiom-mapping", "path": "skills/idiom-mapping.md" }
|
|
20
|
-
]
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Garuda Airlines Engineering"
|
|
7
|
+
}
|
|
21
8
|
}
|
|
@@ -2,19 +2,7 @@
|
|
|
2
2
|
"name": "migration-safety",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"description": "Characterization/contract tests capturing old Java behavior + Strangler Fig guidance for incremental traffic cutover.",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"description": "Generate tests capturing the OLD Java service behavior for comparison with the new Go service",
|
|
9
|
-
"path": "commands/gen-characterization-test.md"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "strangler-plan",
|
|
13
|
-
"description": "Produce an incremental Strangler Fig traffic-cutover checklist for a domain",
|
|
14
|
-
"path": "commands/strangler-plan.md"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"skills": [
|
|
18
|
-
{ "name": "strangler-fig", "path": "skills/strangler-fig.md" }
|
|
19
|
-
]
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Garuda Airlines Engineering"
|
|
7
|
+
}
|
|
20
8
|
}
|