Files
bare-operating-system/kernel/share/agent-workspace/PROMPT.md
T
2026-04-27 01:00:06 -04:00

38 lines
1.4 KiB
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.
## /verify-hints
Pass `verification_hints` with the paths or topic you are about to edit (host checkout) to list suggested npm/node checks before leaving the agent.
## /diag-bundle
Run `runtime_diagnostic_bundle` once for live `/proc` and resource snapshot before deep P2P or booter debugging.
## Multi-agent handoff (human or tools)
Split work: one pass for repo/doc scout (read_skill + read_man_page), one for verification hints and smallest test lane, one for summarizing risks. Hand off structured JSON notes in MEMORY.md rather than repeating full logs.