Skip to content

Glossary

A short glossary of the terms used most across this site. Japanese translations are proposals — QA in progress.

Engine concepts

TermENJP (proposal)Where used
WakeupA scheduled or triggered invocation of an agent. Audit-tracked.ウェイクアップLIFEOSAI
RunOne actual agent invocation. queued → running → succeeded/failed.ランLIFEOSAI
IssueThe unit of work, Kanban-style. Only one agent runs against an issue at a time.イシューLIFEOSAI
RoutineA scheduled workflow that creates wakeups on a cadence.ルーチンLIFEOSAI
AdapterThe configuration that tells orchestration which runtime/SDK/LLM an agent uses.アダプターAgent SDKs
Coding agent / runtimeWhat actually executes an agent — a CLI (Claude Code, Pi Coding Agent, Codex) or an embedded SDK (Claude Agent SDK, OpenAI Agents).コーディング・エージェントCoding agents

Library concepts

TermENJP (proposal)Where used
CasefileA folder of related files about one topic/entity/event.ケースファイルOffice library
Post-itA structured note written by a Stage-3 analyzer agent.ポスト・イットMulti-perspective
StoryThe clustered narrative across all post-its for one casefile.ストーリーOffice library
Final storyOne document per day weaving all active stories — the agent’s cold-start fuel.ファイナルストーリーThree feeders
Perspective / LensA typed reading of source material (CA, Lawyer, Coach, Founder, Architect, …).パースペクティブ / レンズMulti-perspective
ProvenanceThe chain from claim → post-it → source → raw bytes.プロヴェナンスProvenance

Pipeline stages

TermENJP (proposal)
Puller (Stage 1)Fetches raw files from connectors.プラー
Converter (Stage 2)Reads raw → emits readable .md sidecar.コンバーター
Analyzer (Stage 3)Reads .md through one lens → writes one post-it.アナライザー
Story-builder (Stage 4)Clusters post-its by casefile → rebuilds story.ストーリービルダー
Person-watcher (Stage 5)Weaves all stories into the daily final story.パーソンウォッチャー

Hooks + memory

TermENJP (proposal)
SessionStartHook firing when an agent session begins. Tier-1 inject lives here.セッションスタート
PreCompactHook firing before context compaction. Save state here.プリコンパクト
PostCompactHook firing after context compaction. Recovery report here.ポストコンパクト
UserPromptSubmitHook firing on user input. Inject recent context here.ユーザープロンプトサブミット
Tier 1 / 2 / 3Cold-start inject / mid-conversation skill query / provenance walk.ティア1 / 2 / 3
Cold-start injectThe ~10K-token block injected at SessionStart.コールドスタート・インジェクト