← All activity records

FACTUAL ACTIVITY RECORD · An activity record based on work that took place

Adding a Completed archive to the activity ledger

Preserving the active-plus-completed union while moving rows without changing values

Activity period:

Purpose

As the central ledger grew, completed history needed separation to keep active work readable without losing record identity or content.

Implementation

The union of the active ledger and Completed archive is now the central source of truth, and the first sixteen rows were moved without changing values. Operating rules add cross-file ID uniqueness, no number reuse, atomic moves updating both files, and searches across both before additions.

AGENTS.md — primary excerpt adjusted to the public boundaryExcerpt sanitized for publication
- active historyとcompleted historyの和集合は、既存履歴を収録する中央台帳です。
- 既存行を完了済みへ移す場合は、同じ変更でactive historyから削除してcompleted historyへ追加し、片側だけの移動をmergeしてはなりません。
- 移動する行はIDと残りのカラム値を維持し、新しいIDは両方の最大IDに1を加え、空いた番号を再利用してはなりません。
Technical structure at the cutoff

Rendering diagram…

What was confirmed

Verification results

The 265 pre-move rows matched 249 active plus 16 completed rows, with content, nine columns, unique IDs, and allowed flags confirmed.

Although the Draft Target excluded publication, the archive and operating rules were applied, so applicationStatus is applied.

Basis for completion

The work was complete when records were separated into Completed without loss, duplication, or mutation and the union of both ledgers was verified.