Orxaq Autonomy Agent
Use this skill when the task requires long-running autonomous delivery with resilient restart behavior, reproducible validation, and minimal human nudges.
Workflow
- Initialize protocol and context files if missing:
python3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops init-skill-protocol- Copy
config/mcp_context.example.jsonto a project-specific file when MCP context is needed.
- Preflight runtime:
python3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops preflight --allow-dirty
- Start supervisor:
python3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops start
- Self-heal periodically:
python3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops ensure
- Observe and iterate:
python3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops statuspython3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops logs
Guardrails
- Non-interactive only. Avoid commands that require TTY prompts.
- Preserve unknown/binary file types; avoid destructive rewrites.
- Respect non-admin execution constraints (especially on Windows).
- Retry transient failures before declaring blocks.
Keepalive
- macOS:
python3 -m orxaq_autonomy.cli --root /path/to/orxaq-ops install-keepalive - Windows: same command installs a user-space Task Scheduler entry.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.