agent-rule-cli 0.1.0 → 0.2.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.
@@ -1280,7 +1280,7 @@ async function main() {
1280
1280
  if (!fs.existsSync(ROOT)) throw new Error(`项目目录不存在:${ROOT}`)
1281
1281
  if (VERIFY_ONLY) return verify()
1282
1282
 
1283
- note('企业级 AI 项目规则初始化向导')
1283
+ note('AI 项目规则脚手架')
1284
1284
  process.stdout.write(`项目目录:${ROOT}\n`)
1285
1285
  warn('shared 规则来自固定模板;project 规则由可追溯事实和用户策略生成。')
1286
1286
  if (!NON_INTERACTIVE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-rule-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "交互式扫描项目并生成可追溯的 AI Agent 项目规则",
5
5
  "keywords": [
6
6
  "agent",