From ae0da741c2c348c4b804806ef7d16e7f38b49c13 Mon Sep 17 00:00:00 2001 From: Coden Date: Sat, 13 Jun 2026 19:10:01 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.7.0=20-=20FP-free=20walk-u?= =?UTF-8?q?p=20(repo=20=ED=95=98=EC=9C=84=20dir=20git=20branch=20=EB=8F=84?= =?UTF-8?q?=EC=B6=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.6.0 이후 누적분 출하: P1 FP-free 디렉터리 체인 walk-up(W-A v2) — codex를 repo 하위 dir에서 시작해도 부모로 올라가 repo 루트 git branch를 statusline에 표시. canonicalize 1회·첫 .git 정지·depth cap 3대 불변식으로 false-positive 차단. 3종 버전 범프(Cargo.toml/npm/package.json/npm/install.js) + Cargo.lock 갱신. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/install.js | 2 +- npm/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8210807..c08cc7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "understatus" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "libc", diff --git a/Cargo.toml b/Cargo.toml index 591b847..a68ce8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "understatus" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "A calm, unobtrusive macOS statusline addon for AI coding CLIs (Claude Code): CPU/memory/disk/network + session info with a quiet glyph theme." # macOS 전용 크레이트 (host_processor_info / sysctl / IOKit FFI 의존) diff --git a/npm/install.js b/npm/install.js index 0bed876..1f45af1 100644 --- a/npm/install.js +++ b/npm/install.js @@ -22,7 +22,7 @@ const path = require('path'); // npm 래퍼 패키지 버전(package.json)과는 분리되어 있습니다 — // 래퍼(이 스크립트/런처)만 패치 게시될 수 있으므로, 바이너리는 항상 // 아래 고정된 릴리스에서 받습니다. 새 바이너리 릴리스를 낼 때 이 값을 올리세요. -const VERSION = '0.6.0'; +const VERSION = '0.7.0'; // 플랫폼 확인: macOS 전용 패키지 if (process.platform !== 'darwin') { diff --git a/npm/package.json b/npm/package.json index 6532f98..ace3822 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "understatus", - "version": "0.6.0", + "version": "0.7.0", "description": "Claude Code statusline addon for macOS — CPU, memory, session info with a calm glyph theme", "bin": { "understatus": "bin/understatus.js"