adspecs 0.1.16 → 0.1.18
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/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.qoder-plugin/plugin.json +31 -21
- package/README.md +121 -128
- package/package.json +2 -2
- package/scripts/sync-version.js +7 -11
- package/skills/project-init/SKILL.md +1289 -0
- package/src/commands/plugin.js +0 -1
package/src/commands/plugin.js
CHANGED
|
@@ -123,7 +123,6 @@ exports.install = async function install(options) {
|
|
|
123
123
|
console.log(chalk.green.bold(`✅ adspecs 插件已注册到 Claude Code (scope=${scope})`));
|
|
124
124
|
console.log('');
|
|
125
125
|
console.log(' 现在可以在 Claude Code 中使用以下技能:');
|
|
126
|
-
console.log(' /project-init — 初始化项目目录结构');
|
|
127
126
|
console.log(' /adspecs-prd — 生成 PRD');
|
|
128
127
|
console.log(' /adspecs-plan — 后端系统设计');
|
|
129
128
|
console.log(' /adspecs-tasks — TDD 任务清单');
|