Retornatus

Environments

Retornatus prefers native Environment capabilities over reimplementation.

Detection

retornatus wake
retornatus integrate
KindDetected whenBridges
cursor.cursor/ or Cursor env markersHub skill + retornatus.mdc (+ active Rules)
claude_codeCLAUDE.md or .claude/CLAUDE.md markers + Rules section
codexAGENTS.md or .codex/AGENTS.md markers + Rules section
genericnone of the above.retornatus/ only (+ hub install still available)

What “native first” means

CapabilityPreference
Rules / instructionsHost rule files
SkillsHost skill directories + skill export
IsolationHost worktree / sandbox / subagents (advisory Boundaries)
ExecutionHost agent runtime

Retornatus records HostExecutionRecord observations; it does not spawn agents.

Active Rule projection

When Rules are activated, bridges refresh so the host sees the same constraints. Markers:

<!-- retornatus-active-rules:begin -->
…
<!-- retornatus-active-rules:end -->

Canonical Rules remain in .retornatus/governance/.

Hub skill

integrate installs progressive disclosure text so the agent learns the construction loop without pasting the entire PRD each turn.

Source template: src/retornatus/infrastructure/environment/hub/SKILL.md.

← Docs hub Product site →