Lifter
Extract legacy logic into reviewable PCD.
Point the Lifter at selected source logic, declare its boundary, and review the emitted blueprint before modernization.
Coverage
Documented source frontends route selected logic into one blueprint workflow.
JavaScript
.js
TypeScript
.ts/.tsx
Python
.py
Rust
.rs
C / C++
.c/.cpp
Go
.go
COBOL
.cob
PHP
.php
Java
.java
Kotlin
Planned
Extract
Find the business rule or pure function worth preserving.
Declare
Capture domains, side-effect edges, and rejection states.
Review
Emit PCD with diagnostics before modernization work continues.
Demonstration
The useful output is a bounded blueprint, not a blind rewrite.
Lift Evidence
The Lifter separates extracted computation from integration behavior.
Extracted rule
EvidenceThe selected computation becomes a reviewable PCD blueprint.
Side effects
EvidenceI/O and network behavior remain explicit contract edges.
Evidence
EvidenceDocumented liftability evidence stays benchmark-scoped.
Start with one legacy rule.
Extract the computational core, review the boundary, then decide what should be modernized.