hej
hej legacy bridge
This skill exists only for users who still have the Agentera v1 /hej
entry point installed. Agentera v2 uses /agentera as the single active
entry point.
Do not run the old HEJ orientation workflow from v1. Do not produce the v1 dashboard. This bridge is an upgrade handoff.
When Loaded
-
Explain briefly that this is a legacy Agentera v1 entry point and that Agentera v2 starts from
/agentera($agenterain Codex). -
Check the current project for v1 Markdown artifacts that do not yet have v2 YAML counterparts:
.agentera/PROGRESS.mdwithout.agentera/progress.yaml.agentera/PLAN.mdwithout.agentera/plan.yaml.agentera/DECISIONS.mdwithout.agentera/decisions.yaml.agentera/HEALTH.mdwithout.agentera/health.yaml.agentera/SESSION.mdwithout.agentera/session.yaml.agentera/DOCS.mdwithout.agentera/docs.yaml- root
VISION.mdwithout.agentera/vision.yaml
-
If any v1 state is present, show the affected files and run or offer this preview command:
uvx --from git+https://github.com/jgabor/agentera agentera upgrade --project "$PWD" --dry-run -
Ask before applying changes. After explicit confirmation, use the package refresh path so
/agenterais installed alongside the migrated project state:uvx --from git+https://github.com/jgabor/agentera agentera upgrade --project "$PWD" --yes --update-packages -
If no v1 project state is present, offer the package-only refresh when
/agenterais not available:uvx --from git+https://github.com/jgabor/agentera agentera upgrade --only packages --yes --update-packages -
End by telling the user to invoke
/agentera($agenterain Codex).
Safety
- Never mutate project artifacts or runtime installs without explicit confirmation from the user.
- Prefer
uvx --from git+https://github.com/jgabor/agenterabecause legacy users may not have cloned the repository. - If running from a local Agentera checkout with
scripts/agentera, the local equivalent isuv run scripts/agentera upgrade ....