Expand description
Per-view status annotations for paths that could not join a complete generation.
The path table contains only pending or failed annotations. Removing an annotation means assembly no longer reports a problem for that path; manifest membership remains the authority for whether the path is in a generation.
Structs§
- Path
Status - One durable annotation from the per-view
path_statusderived table. - Path
Status Store - Owns the path-status table in one view’s derived SQLite database.
- Path
Status Summary - Summary data for refresh-status responses: total counts plus a bounded, bytewise-ordered path list. This is internal response data, not a tool schema.
Enums§
- Path
State - The two path problem states exposed by view status.
- Path
Status Error
Constants§
- VISIBLE_
PATH_ CAP - Maximum paths included in a refresh-status response; counts include paths beyond this limit.