01. Source of Truth
Fix the project, repository, branch, goal, and write set. This defines what is being handled.
OSIIX Library
A practical example for resuming work safely without mixing scope, evidence, execution paths, and approval boundaries
In this article, a handoff means preserving the scope, evidence, execution path, and approval boundaries needed to resume work safely—whether or not responsibility passes to someone else.
This article presents a practical framework drawn from experience developing and operating personal projects. It is not a general standard. It treats people, AI-assisted tools, repositories, read-only confirmation, authorized work locations, documents, approvals, runtime, and publication work as parts of one work system.
A handoff helps when resuming after an interruption, moving between tasks, waiting for review, shifting from investigation to editing, approaching a change decision, or nearing a runtime or publication boundary. It is useful whenever assumptions change, even if the same person continues the work.
These are not steps in a sequence. They are distinct boundaries that must be checked together: define the target, separate the place of execution, advance only through the approved stage, and record what was actually observed.
Fix the project, repository, branch, goal, and write set. This defines what is being handled.
Separate read-only locations, authorized work locations, and external operations performed by people. This defines where an action may happen.
Treat investigation, editing, review, commit, push, and publication as separate stages. This defines what may proceed.
Separate Observed, Inferred, and Unknown. This defines the current evidence and what needs another check.
How the map works: the Source of Truth fixes the target; the Execution Boundary limits where work occurs; the Approval Boundary limits the stage; and the Recorded / Observed State checks all three against current evidence.
| Category | Examples | Decision before starting |
|---|---|---|
| Fixed information | Target, branch, goal, write set | Obtain renewed approval if it changes. |
| Variable / current information | Revision, worktree, review state | Recheck at transitions and record the time. |
| Approval status | Investigation, editing, commit, publication | Advance only through the stage approved for this work. |
| Observed evidence | Observed, Inferred, Unknown | Record confirmed and unverified items separately. |
Starting with only “continue from last time,” “it is probably the same branch,” or “it should already be published” leaves the target, evidence, execution location, and approval stage unknown.
State the target, goal, Observed evidence, write set, execution boundary, approval boundary, stop condition, and next action briefly. The format itself is not approval.
Target: [project / repository / branch]
Goal: [what this work should complete]
Read set: [documents and state to inspect]
Write set: [files allowed to change]
Observed evidence: [directly checked facts and time]
Unverified: [items not yet checked]
Execution / approval boundary: [where work may occur and the approved stage]
Stop condition / next action: [when to stop and what follows]
This is not the only procedure. Add checks only as the size and boundaries of the work require.
This article is a general proposal for work design. It is not a security guarantee, legal advice, a runtime procedure, or a substitute for direct observation. Actual changes and external operations must follow each environment’s responsibilities, approval procedures, and direct observations.
The Japanese edition is the authoritative version of this article. Please consult it when quoting, republishing, or translating this article.
For a work handoff, separate the target, evidence, execution path, and approval boundaries. Check the four boundaries together, avoid mixing fixed and current information, and recheck only as changes and boundaries require.
AI-assisted structure and editing were used in preparing this article. The author, mars70, reviewed and revised the content before publication.