@therocketcode/gsd-core 1.4.0 → 1.5.0
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/.claude-plugin/plugin.json +1 -1
- package/README.ja-JP.md +2 -2
- package/README.ko-KR.md +2 -2
- package/README.pt-BR.md +2 -2
- package/README.zh-CN.md +2 -2
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/scripts/sync-upstream.sh +56 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gsd-core",
|
|
3
3
|
"displayName": "GSD Core",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"description": "GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "TheRocketCodeMX",
|
package/README.ja-JP.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
**Claude Code、OpenCode、Gemini CLI、Kilo、Codex、Copilot、Cursor、Windsurf などに対応した、軽量なメタプロンプティング・コンテキストエンジニアリング・仕様駆動開発システムです。**
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
12
|
+
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
13
13
|
[](https://github.com/TheRocketCodeMX/gsd-core/actions/workflows/test.yml)
|
|
14
14
|
[](https://discord.gg/mYgfVNfA2r)
|
|
15
15
|
[](https://github.com/TheRocketCodeMX/gsd-core)
|
package/README.ko-KR.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
**Claude Code, OpenCode, Gemini CLI, Kilo, Codex, Copilot, Cursor, Windsurf 등을 위한 경량 메타 프롬프팅, 컨텍스트 엔지니어링, 스펙 기반 개발 시스템.**
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
12
|
+
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
13
13
|
[](https://github.com/TheRocketCodeMX/gsd-core/actions/workflows/test.yml)
|
|
14
14
|
[](https://discord.gg/mYgfVNfA2r)
|
|
15
15
|
[](https://github.com/TheRocketCodeMX/gsd-core)
|
package/README.pt-BR.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
**Um sistema leve de meta-prompting, engenharia de contexto e desenvolvimento orientado a especificações para Claude Code, OpenCode, Gemini CLI, Kilo, Codex, Copilot, Cursor, Windsurf e muito mais.**
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
12
|
+
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
13
13
|
[](https://github.com/TheRocketCodeMX/gsd-core/actions/workflows/test.yml)
|
|
14
14
|
[](https://discord.gg/mYgfVNfA2r)
|
|
15
15
|
[](https://github.com/TheRocketCodeMX/gsd-core)
|
package/README.zh-CN.md
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
**一套轻量级的元提示、上下文工程与规范驱动开发系统,适用于 Claude Code、OpenCode、Gemini CLI、Kilo、Codex、Copilot、Cursor、Windsurf 等 AI 编程工具。**
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
12
|
+
[](https://www.npmjs.com/package/@therocketcode/gsd-core)
|
|
13
13
|
[](https://github.com/TheRocketCodeMX/gsd-core/actions/workflows/test.yml)
|
|
14
14
|
[](https://discord.gg/mYgfVNfA2r)
|
|
15
15
|
[](https://github.com/TheRocketCodeMX/gsd-core)
|
package/gemini-extension.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gsd-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "GSD Core — a meta-prompting, context engineering, and spec-driven development system for AI coding agents. Loads gsd's operating context into every Gemini CLI session.",
|
|
5
5
|
"contextFileName": "GEMINI.md"
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
#
|
|
3
|
+
# Re-apply the @therocketcode fork rebrand over files touched by an upstream cherry-pick.
|
|
4
|
+
#
|
|
5
|
+
# Why: cherry-picking from `upstream` (open-gsd/gsd-core) reintroduces the upstream
|
|
6
|
+
# coordinate (@opengsd/gsd-core, open-gsd/gsd-core, the cache slug, the encoded npm badge).
|
|
7
|
+
# This script rewrites all six forms back to ours in one pass. The legacy migration package
|
|
8
|
+
# refs (the get-shit-done-* and gsd-sdk packages under the old scope) are NOT touched — the
|
|
9
|
+
# patterns only match the gsd-core coordinate, so install-migration code is preserved.
|
|
10
|
+
#
|
|
11
|
+
# Usage:
|
|
12
|
+
# git fetch upstream --tags
|
|
13
|
+
# git cherry-pick <sha> # resolve content conflicts, keep ours for branding
|
|
14
|
+
# ./scripts/sync-upstream.sh [file ...] # rebrand specific files, or the whole tree if no args
|
|
15
|
+
#
|
|
16
|
+
# After running:
|
|
17
|
+
# npm run generate:identity && npm run build:lib && \
|
|
18
|
+
# npm run test:unit && npm run check:identity-drift && npm run lint
|
|
19
|
+
#
|
|
20
|
+
set -euo pipefail
|
|
21
|
+
cd "$(git rev-parse --show-toplevel)"
|
|
22
|
+
|
|
23
|
+
rebrand() {
|
|
24
|
+
sed -i \
|
|
25
|
+
-e 's#@opengsd/gsd-core#@therocketcode/gsd-core#g' \
|
|
26
|
+
-e 's#@opengsd\\/gsd-core#@therocketcode\\/gsd-core#g' \
|
|
27
|
+
-e 's#open-gsd/gsd-core#TheRocketCodeMX/gsd-core#g' \
|
|
28
|
+
-e 's#open-gsd\\/gsd-core#TheRocketCodeMX\\/gsd-core#g' \
|
|
29
|
+
-e 's#opengsd-gsd-core#therocketcode-gsd-core#g' \
|
|
30
|
+
-e 's#%40opengsd%2Fgsd-core#%40therocketcode%2Fgsd-core#g' \
|
|
31
|
+
"$@"
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if [ "$#" -gt 0 ]; then
|
|
35
|
+
rebrand "$@"
|
|
36
|
+
echo "Rebranded $# file(s)."
|
|
37
|
+
else
|
|
38
|
+
# whole tree: text files only, excluding reference clones / deps / git
|
|
39
|
+
mapfile -t files < <(grep -rIlE 'opengsd|open-gsd' \
|
|
40
|
+
--exclude-dir=_reference --exclude-dir=node_modules --exclude-dir=.git . || true)
|
|
41
|
+
if [ "${#files[@]}" -gt 0 ]; then
|
|
42
|
+
rebrand "${files[@]}"
|
|
43
|
+
echo "Rebranded ${#files[@]} file(s) across the tree."
|
|
44
|
+
else
|
|
45
|
+
echo "Nothing to rebrand."
|
|
46
|
+
fi
|
|
47
|
+
fi
|
|
48
|
+
|
|
49
|
+
# package.json identity (name/author/repo) is ours by convention — verify it didn't drift back:
|
|
50
|
+
name="$(node -p "require('./package.json').name" 2>/dev/null || echo '')"
|
|
51
|
+
if [ "$name" != "@therocketcode/gsd-core" ]; then
|
|
52
|
+
echo "WARNING: package.json name is '$name' (expected @therocketcode/gsd-core) — fix it before publishing." >&2
|
|
53
|
+
fi
|
|
54
|
+
|
|
55
|
+
echo ""
|
|
56
|
+
echo "Next: npm run generate:identity && npm run build:lib && npm run test:unit && npm run check:identity-drift && npm run lint"
|