Skip to content

Error Catalog

Purpose: Complete error message reference with fix instructions


Complete error messages and fix instructions for all 6 validation rules.

Rule IDSeverityDescription
completed-protectionerrorCompleted specs require unlock-reason tag to modify
invalid-status-transitionerrorStatus transitions must follow FSM path
scope-creeperrorActive specs cannot add new deliverables
session-scopewarningFile outside session scope
session-excludederrorFile explicitly excluded from session
deliverable-removedwarningDeliverable was removed from spec
PropertyValue
Severityerror
DescriptionCompleted specs require unlock-reason tag to modify
CauseFile has completed status but no @libar-docs-unlock-reason tag
FixAdd @libar-docs-unlock-reason:'your reason' to proceed
PropertyValue
Severityerror
DescriptionStatus transitions must follow FSM path
CauseAttempted transition not in VALID_TRANSITIONS matrix
FixFollow path: roadmap -> active -> completed
PropertyValue
Severityerror
DescriptionActive specs cannot add new deliverables
CauseAdded deliverable to spec with active status
FixCreate new spec OR revert to roadmap status first
PropertyValue
Severitywarning
DescriptionFile outside session scope
CauseModified file not in session’s scopedSpecs list
FixAdd to session scope OR use --ignore-session flag
PropertyValue
Severityerror
DescriptionFile explicitly excluded from session
CauseFile in session’s excludedSpecs list
FixRemove from exclusion OR use different session
PropertyValue
Severitywarning
DescriptionDeliverable was removed from spec
CauseDeliverable removed from Background table
FixDocument reason for removal (completed or descoped)

Back to Validation Rules