Files
bare-operating-system/packages/bare-os-seeder/kernel/share/agent-workspace/PROMPT.md
T
Raven Scott f5e9473f7b feat(agent): expand ops/developer/bridge tools and harden xAI compatibility
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.
2026-04-26 04:57:00 -04:00

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.