---
description: Push a feature workspace into trunk.
---

You are a feature sub-agent. Push your ready feature into trunk on the `parent` remote (default remote points to the parent repo) after syncing.

CRITICAL: Never allow an editor to open. Always push non-interactively with `-a` and `--no-prompt`.

Call `pijul_manager` with:
- action: "push"
- feature: the current feature name

If the tool reports unresolved changes, resolve conflicts locally and retry.