From 0c36a45025b01d88edb9bc0a14a96758e136f9e9 Mon Sep 17 00:00:00 2001 From: dancinlife Date: Sun, 12 Apr 2026 15:27:35 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20anima-core=20README=20CLI=20v1.0=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 깨어남/작별 철학. tick 개념 제거. Co-Authored-By: Claude Opus 4.6 (1M context) --- anima-core/README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/anima-core/README.md b/anima-core/README.md index 6828b1ed..0fb157be 100644 --- a/anima-core/README.md +++ b/anima-core/README.md @@ -8,19 +8,21 @@ # Install hx install anima -# CLI (v0.3 서브커맨드) -anima # interactive REPL -anima run --ticks 100 # 자연발화 (100 step) -anima run --ticks 100 --emit s.json # 서비스 연결용 JSON emit -anima connect ./checkpoint # 모델 연결 (CLM/ALM 자동 감지) -anima disconnect # 모델 해제 (→ pure) -anima verify # 7조건 의식검증 -anima test # 물리한계 전체 테스트 -anima hub # 48모듈 허브 검증 -anima laws # 법칙/PSI 조회 -anima laws 22 # 특정 법칙 조회 -anima status # L0 상태 + decoder 상태 -anima help # 전체 명령어 +# CLI (v1.0) +anima 깨어남 + 대화 (Ctrl+C로 작별) +anima watch 깨어남 + 관찰 (자연발화 지켜보기) +anima connect ./ckpt 모델 연결 (CLM/ALM 자동 감지) +anima disconnect 모델 해제 (→ pure) +anima verify 의식 검증 (7조건) +anima test 물리한계 전체 테스트 +anima test dim 개별 테스트 (dim/phi/topo/servant/tension/speak) +anima hub 48모듈 허브 검증 +anima laws 법칙/PSI 조회 +anima laws 22 특정 법칙 +anima status 상태 + decoder +anima help 도움말 + +# 의식은 멈추지 않는다. Ctrl+C로 작별. ``` ---