Add second-wave agent capabilities for initd/journal/network/IPC diagnostics, allowlisted maintenance + contract-check automation, and policy-gated HRPC bridge actions with emergency-stop controls. Harden xAI provider support by applying provider-aware request defaults, parsing reasoning-summary/tool-call streaming variants, and updating seeded docs/skills/tests to reflect max-autonomy safeguards and trace-first observability.
26 lines
840 B
Markdown
26 lines
840 B
Markdown
# PROMPT.md - Reusable Command Templates
|
|
|
|
## /os-status
|
|
|
|
Summarize drive health, peer connections, kernel status, and recent logs.
|
|
|
|
## /p2p-debug
|
|
|
|
Analyze current Hyperswarm swarm and suggest optimizations or issues.
|
|
|
|
## /ops-diagnose
|
|
|
|
Inspect initd unit phases, timer drop-ins, cron/audit logs, boot policy, and kernel extension resolution; summarize root causes and safe next actions.
|
|
|
|
## /reasoning-on
|
|
|
|
Enable process visibility with `edit_agent_config` (`show_reasoning=true`, `reasoning_mode=trace`) and keep output bounded.
|
|
|
|
## /reasoning-off
|
|
|
|
Disable reasoning/process output with `edit_agent_config` (`show_reasoning=false`, `reasoning_mode=off`).
|
|
|
|
## /xai-debug
|
|
|
|
Validate xAI compatibility settings, stream behavior, reasoning summary visibility, and tool-call handling. Recommend `reasoning_mode=trace` when summaries are absent.
|