|
|
e6c458021c
|
rename: adopt yoi identity
|
2026-06-01 18:49:23 +09:00 |
|
|
|
22d974a722
|
cli: move product entrypoint to insomnia
|
2026-05-31 22:07:52 +09:00 |
|
|
|
4f622b8e32
|
cli: spawn pods through insomnia pod
|
2026-05-31 14:20:00 +09:00 |
|
|
|
b981bbd87b
|
chore: remove legacy nix profile resources
|
2026-05-30 12:05:34 +09:00 |
|
|
|
cba46c6a39
|
feat: add lua profile authoring
|
2026-05-30 11:45:49 +09:00 |
|
|
|
e10b4ad4f0
|
refactor: move scope authority to pod store
|
2026-05-30 07:36:17 +09:00 |
|
|
|
20ac0c96a5
|
fix: remove generic overlay startup path
|
2026-05-30 04:34:27 +09:00 |
|
|
|
625730cb0a
|
feat: use builtin profile by default
|
2026-05-30 03:57:40 +09:00 |
|
|
|
4773be702a
|
fix: remove profile aliases
|
2026-05-30 03:20:34 +09:00 |
|
|
|
3f67c83d43
|
fix: move profile registry to profiles config
|
2026-05-30 03:10:46 +09:00 |
|
|
|
d77a86d550
|
fix: mark resolved default profile aliases
|
2026-05-30 02:43:46 +09:00 |
|
|
|
ba9e924c89
|
feat: add fresh spawn profile picker
|
2026-05-30 02:34:42 +09:00 |
|
|
|
ee7147b355
|
feat: add manifest profile discovery
|
2026-05-30 02:18:42 +09:00 |
|
|
|
5de31a9be2
|
feat: add nix manifest profile foundation
|
2026-05-30 01:41:06 +09:00 |
|
|
|
0b23aa8191
|
fix: rename installed binaries
|
2026-05-29 09:28:31 +09:00 |
|
|
|
405339fb04
|
fix: align spawn user manifest env overlay
|
2026-05-26 10:09:17 +09:00 |
|
|
|
a8b311bd1f
|
feat: restore tui sessions by pod
|
2026-05-23 09:13:06 +09:00 |
|
|
|
0e562dd4d9
|
feat: resume pods by name
|
2026-05-22 22:57:16 +09:00 |
|
|
|
5edc4d3b03
|
feat: Session(Segment 群の grouping)を導入
- SessionId 型を新設、各 SegmentStart に session_id を持たせる
- compaction / 内部 fork は同 SessionId を継承、fork() は新 Session を発行
- Store API を (SessionId, SegmentId) ベースに、FsStore layout は
<root>/<session_id>/<segment_id>.jsonl に
- Store::list_sessions / list_segments(session_id) / lookup_session_of を追加
- restore_by_segment shim を session-store に提供(pod-cli --session で使用)
- SegmentState に SegmentLocation (session_id, segment_id) を保持し ArcSwap で更新
- RestoredState に session_id: Option<SessionId> を追加
- Picker は Session 単位に列挙、leaf segment を解決して resume
|
2026-05-20 06:17:56 +09:00 |
|
|
|
c2b55a498b
|
update: 残存 Session 識別子の Segment 化(review follow-up)
レビュー指摘の通り、次の session-grouping-introduce で新 SessionId が
入る前に名称衝突を避けるため取り残しを掃除。
- PodError::Session{Empty,ScopeMissing} → Segment{Empty,ScopeMissing}
- ScopeLockError::SessionConflict → SegmentConflict
- Pod.session_state / SegmentState.set_session_id 系
- source_session_id / prev_session_id / ensure_session_head / short_session
- pod_cli の "Session ID:" 表示
- fs_store の sessions ローカル変数
|
2026-05-20 05:17:49 +09:00 |
|
|
|
22f5d02385
|
update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ
- Type/Function/Variantを Segment* 系へ統一
- SessionId/SessionStart/SessionOrigin/SessionStartState/SessionState/SessionLogSink/SessionLockInfo
- new_session_id / session_id / create_session* / list_sessions / lookup_session / update_session / find_by_session
- protocol Event::SessionRotated → SegmentRotated、CompactDone.new_session_id → new_segment_id
- Module: session_log → segment_log / session → segment (file mv 含む)
pod 側の session_log_sink → segment_log_sink も同様
- crate 名 (session-store)、CLI flag (--session)、ResumeWithSession (CLI tied) は据え置き
- session-tests/session_metrics_test 等の Store impl も追従
|
2026-05-20 05:06:04 +09:00 |
|
|
|
988495cfea
|
update: 書き込みの不要なasyncを削除
|
2026-05-14 19:16:48 +09:00 |
|
|
|
3def5edbdf
|
feat: client-crateの実装
|
2026-05-10 00:57:50 +09:00 |
|
|
|
b22b226fea
|
update: tuiからspawnする際にエラー詳細が落ちていた問題を修正
|
2026-05-03 21:47:54 +09:00 |
|
|
|
4e48f35e55
|
feat: resume時のscope claimを過去の有効scopeに揃える
|
2026-05-03 17:12:36 +09:00 |
|
|
|
cb5cd1e3d1
|
fix: tuiからのPod作成の挙動を修正・開発時にcargo runでpodを起動する経路を実装
|
2026-05-02 02:13:30 +09:00 |
|
|
|
5479b14411
|
fix: SpawnPodの起動経路の問題・を修正
|
2026-05-02 01:09:57 +09:00 |
|
|
|
f31c58dccd
|
cargo fmt
|
2026-04-29 23:20:25 +09:00 |
|
|
|
fd96a517bb
|
tuiからセッションを復帰する経路の実装
|
2026-04-29 19:03:03 +09:00 |
|
|
|
2b89bb6d2e
|
resumeの実装
|
2026-04-28 18:52:58 +09:00 |
|
|
|
7a0ed7d744
|
cargo fmt
|
2026-04-27 22:51:07 +09:00 |
|
|
|
bc9eb3aa1c
|
pod-spawn-ui完了・設定UI関連のチケット作成
|
2026-04-27 17:38:32 +09:00 |
|
|
|
9f1443b027
|
manifest側で設定ファイルの収集を行うようにした
|
2026-04-27 16:52:23 +09:00 |
|
|
|
c4ca9e1d89
|
tuiからSpawnする仮UI
|
2026-04-27 16:22:06 +09:00 |
|