ai-ops-cli 1.2.0 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-ops-cli",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "CLI for AI agent operating layers and global runtime integrations",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,17 +0,0 @@
1
- ---
2
- status: Active
3
- layer: agent
4
- owner: ai-ops
5
- read_when:
6
- - review
7
- - before_finish
8
- update_when:
9
- - checklist_changes
10
- ---
11
- # Review Checklist
12
-
13
- - 계획 문서의 의도와 실제 diff가 어긋나는 지점이 있는가?
14
- - 테스트가 잡지 못하는 런타임 회귀 위험이 있는가?
15
- - create-only 파일과 managed section 파일의 보존 정책이 섞이지 않았는가?
16
- - manifest, context-layer, 실제 파일 상태가 같은 기준으로 갱신되는가?
17
- - 검증 명령이 변경 범위에 충분히 직접적인가?