Refine Status
Check the current state of the PMPO refinement loop.
Instructions
Read and report on the following state files (if they exist):
- •
artifact_manifest.json— List generated artifacts and their paths - •
constraints.json— Show constraint satisfaction status - •
refinement_log.md— Display iteration history summary - •
decisions.md— Show latest convergence decision - •
dist/— List all generated output files with sizes
Output Format
code
📊 Refinement Status
━━━━━━━━━━━━━━━━━━━
Artifact Type: {type}
Iteration: {current} / {max}
Status: {active | paused | complete}
Constraints:
✅ Blocking: {satisfied}/{total}
⚠️ High: {satisfied}/{total}
ℹ️ Medium: {satisfied}/{total}
Generated Files:
- {file} ({size})
...
Last Decision: {continue | terminate} — {reason}
If no state files exist, report that no refinement session is active.