Skip to content

Commit 9fc9b05

Browse files
chore(release): publish @tml/tmlspec-cli v0.2.1
1 parent d247b1a commit 9fc9b05

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

TMLSPEC-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ registry=https://registry.npmjs.org/
111111

112112
- `.claude/commands/tml-spec/project.md`
113113
- `.claude/commands/tml-spec/requirement.md`
114-
- `~/.codex/prompts/tml-spec/project.md`
115-
- `~/.codex/prompts/tml-spec/requirement.md`
116-
- `.github/prompts/tml-spec/project.prompt.md`
117-
- `.github/prompts/tml-spec/requirement.prompt.md`
114+
- `~/.codex/prompts/tml-spec/tml-spec-project.md`
115+
- `~/.codex/prompts/tml-spec/tml-spec-requirement.md`
116+
- `.github/prompts/tml-spec/tml-spec-project.prompt.md`
117+
- `.github/prompts/tml-spec/tml-spec-requirement.prompt.md`
118118
- `.trae/commands/tml-spec/project.md`
119119
- `.trae/commands/tml-spec/requirement.md`
120120
- Cursor、Gemini CLI、OpenCode 对应目录下的 `tml-spec/` 子目录中的同名命令文件

TMLSPEC-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TMLSPEC-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@tml/tmlspec-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Inject project and requirement command files for team workflows.",
55
"type": "module",
66
"bin": {
7-
"tml-spec": "./bin/tml-spec.js"
7+
"tml-spec": "bin/tml-spec.js"
88
},
99
"files": [
1010
"bin",
@@ -39,4 +39,4 @@
3939
"tsx": "^4.20.3",
4040
"typescript": "^5.9.2"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)