Show autopoiesis loop status
Displays the current autopoiesis loop's active promise and status. Use to check ongoing self-improvement tasks.
/plugin marketplace add sancovp/autopoiesis-mcp/plugin install autopoiesis@twi-marketplaceif [[ -f /tmp/active_promise.md ]]; then
echo "=== AUTOPOIESIS ACTIVE ==="
echo ""
cat /tmp/active_promise.md
else
echo "No active autopoiesis loop."
fi
Report the status above to the user.