Add configurable reasoning/process visibility to /bin/agent via ~/.agent/config.json and setup wizard prompts, including bounded output and optional tool trace display. Expand agent capabilities with operational tools for service/timer inspection, cron/audit log reads, boot policy and kernel extension resolution, plus a new seeded agent-ops skill and updated workspace docs/tests to support the new automation workflow.
1.1 KiB
1.1 KiB
name, version, description, tags, requires
| name | version | description | tags | requires | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| agent-ops | 1.0.0 | Diagnose Bare OS runtime state using agent operations tools for services, timers, logs, boot policy, and extension resolution. |
|
|
agent-ops
Use this skill for operational diagnostics and health checks inside Bare OS.
Workflow
- Start with service state:
list_servicesservice_statusfor any unit in failed/inactive phase.
- Inspect scheduling:
list_timersfor~/.config/bare-os/timers/*.timerread_cron_logfor runtime scheduler failures.
- Check security/provenance controls:
read_boot_policyread_kernel_extension_resolution
- If behavior looks suspicious, read
read_audit_log(bounded + redacted).
Output Contract
- Report observed state first (services, timers, policies, extension resolution).
- Separate confirmed facts from hypotheses.
- Suggest safe next actions with minimal blast radius.
- Avoid destructive recommendations unless explicitly requested.