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.
@@ -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 任务清单');