Variable: maintenance
August 8, 2026 ยท View on GitHub
@plures/praxis / index / maintenance
Variable: maintenance
constmaintenance:object
Defined in: src/lifecycle/maintenance.ts:148
Built-in trigger actions for the maintenance lifecycle phase (vulnerability scanning, dependency updates, and incident response).
Type Declaration
auditDependencies()
auditDependencies():
TriggerAction
Scan for vulnerabilities and create expectations.
Returns
checkOutdated()
checkOutdated():
TriggerAction
Check for outdated dependencies.
Returns
processCustomerReport()
processCustomerReport():
TriggerAction
Process a customer report into the expectation pipeline.
Returns
processIncident()
processIncident():
TriggerAction
Process an incident into the hotfix fast-path.