(Tentative)

Definition Functional Requirements Syntax Semantics

Definition

DA Action Status (PGM-DAS)

  • Is produced by Domain Access (PGM-DAC) after evaluating or executing a DA Action Directive.
  • Represents the outcome of domain arbitration, including feasibility, referential clarity, and constraint validation.
  • Includes execution result, referent resolution status, constraint feedback, and trace metadata for reporting to A-User Control.

Functional Requirements

Function Description
Execution Result Indicates whether the action was feasible, executed, or blocked.
Referent Resolution Reports whether referents were valid, ambiguous, or substituted.
Constraint Feedback Details any violated or satisfied constraints.
Fallback Report Indicates whether fallback logic was applied.
Trace Metadata Provides provenance for auditability and directive linkage.

Syntax

https://schemas.mpai.community/PGM1/V1.0/data/DAActionStatus.json

 

Semantics

Label Description
Header DA Action Status Header
– Standard-DAS The characters “PGM-DAS-V” indicating schema family and type
– Version Major version – 1 or 2 characters
– Dot-separator The character “.” separating version components
– Subversion Minor version – 1 or 2 characters
StatusID Unique identifier for this DA Action Status instance
ExecutionResult Feasibility and execution outcome (executed, blocked, invalid, deferred)
ReferentResolution Referent resolution outcome
– Status Resolution status (valid, ambiguous, substituted, missing)
– ResolvedEntityID ID of resolved entity (if applicable)
ConstraintFeedback Feedback on constraints
– Reachable Whether the target was reachable
– OcclusionLevel Level of visual obstruction
– ConstraintViolated Whether any constraint was violated
FallbackReport Fallback logic application
– Used Whether fallback was used
– FallbackEntityID ID of fallback entity (if used)
Trace Provenance metadata for DA Action Status
– DirectiveID Reference to the originating DA Action Directive
– Timestamp Time of status emission