Concepts/Concept

ADPS Engineering Concept Registry

Disk Fact Plane: Connect Runtime Stages through External Contracts

Keep stage facts, progress, and acceptance evidence in recoverable external contracts.

Start with recovery

A map dataset has passed validation, processing, and publication when the process stops. Recovery needs precise answers: what completed, where the artifacts are, and which stage can resume. In-memory objects and terminal logs do not provide a stable contract.

Definition

A disk fact plane stores stage facts, execution state, and acceptance evidence in versioned files. Processes exchange paths and references instead of depending on unrecoverable shared memory.

In the Xuanxu case, metadata.json holds dataset and artifact facts, run-state.json holds stage progress and the resume point, and verify_report.json holds external acceptance evidence. Each fact has one authoritative writer. The console is a projection over these files.

Boundary

The implementation fits a single host or controlled shared storage. Multi-host, multi-tenant concurrent writes require transactional storage, locking, and isolation. The durable concept is an external, versioned, recoverable fact contract; disk is the carrier used in this case.

Provenance

  • Initial case: Xuanxu Technology GIS publishing agent, contributed by Yuke Xiong.
  • Lineage: file-based IPC, single source of truth, append-only state, and materialized projections.
  • ADPS contribution: separate stage facts, runtime state, and acceptance evidence with one-writer ownership.
  • Definition status: case-coined concept.

Proposal and provenance

Initial source within ADPS
Initial practice: Yuke Xiong
First recorded in
Xuanxu GIS publishing-agent case ()
ADPS editorial work
ADPS separated stage facts, runtime state, and acceptance evidence, then added a single-writer constraint.
Current standing
Case-derived name

Initial source: Xuanxu Technology GIS publishing-agent case; contributed by Yuke Xiong.

Concept registry · CC BY 4.0

Chronicle

Recorded source
Xuanxu GIS publishing-agent case ()
Source date
First published on ADPS

View in the ADPS Chronicle