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.
- package/agent-rules-init.cjs +1 -1
- package/package.json +1 -1
package/agent-rules-init.cjs
CHANGED
|
@@ -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('
|
|
1283
|
+
note('AI 项目规则脚手架')
|
|
1284
1284
|
process.stdout.write(`项目目录:${ROOT}\n`)
|
|
1285
1285
|
warn('shared 规则来自固定模板;project 规则由可追溯事实和用户策略生成。')
|
|
1286
1286
|
if (!NON_INTERACTIVE) {
|