rename: adopt yoi identity
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! extract: 活動抽出。
|
||||
//!
|
||||
//! 通常 Pod の post-run hook で発火する disposable Worker と、その
|
||||
//! 出力を `<workspace>/.insomnia/memory/_staging/<id>.json` に書き出す
|
||||
//! 出力を `<workspace>/.yoi/memory/_staging/<id>.json` に書き出す
|
||||
//! ヘルパーを提供する。Pod 側はこのモジュールから:
|
||||
//!
|
||||
//! - [`build_extract_input`] を sub-Worker の最初の user 入力に
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//! `<workspace>/.insomnia/memory/_staging/<id>.json` への書き出しヘルパー。
|
||||
//! `<workspace>/.yoi/memory/_staging/<id>.json` への書き出しヘルパー。
|
||||
//!
|
||||
//! 1 件 1 ファイル、UUIDv7 命名(短命なので衝突回避と順序を兼ねる)。
|
||||
//! `source` を機械付与した [`StagingRecord`] 形式で保存する。
|
||||
|
||||
Reference in New Issue
Block a user