Variable: maintenance

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / maintenance

Variable: maintenance

const maintenance: 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

TriggerAction

checkOutdated()

checkOutdated(): TriggerAction

Check for outdated dependencies.

Returns

TriggerAction

processCustomerReport()

processCustomerReport(): TriggerAction

Process a customer report into the expectation pipeline.

Returns

TriggerAction

processIncident()

processIncident(): TriggerAction

Process an incident into the hotfix fast-path.

Returns

TriggerAction