ARMARA Course 08

Course 08 / Module 01

Your written operating policy

Turn six live inventories into a private one-page policy with emergency controls and a monthly review.

Level
All levels
Time
22 minutes
Commands
7
Finish
A handover-ready policy

Video / coming soon

The written lesson is complete now.

Create a private policy document

The verified course job was deleted after capture, returning the shared cron roster to thirteen. Keep your personal review job.

Use PowerShell to select JSON fields before pasting.
01

Turn inventory into policy

Your page must tell another operator what runs, who triggers it, what it reaches, what it costs, and how to stop it.

02

Run the six-part inventory

Run in your terminal
armaraos agent list --json
armaraos cron list --json
armaraos channel list
armaraos vault list
armaraos skill list
armaraos config show
Real summarized inventory of agents, cron, channels, vault, skills, Hands, and devices
Fresh live output / four agents / thirteen jobs / no external capability active
03

Answer three questions per item

QuestionPolicy answer
Who triggers it?Human, clock, channel, another agent, or device.
What can it reach?Files, shell, network, credentials, contacts, or other agents.
What does it cost?Measured provider cost, free-tier use, or explicitly unknown.
04

Record accepted caveats

  • Budget cap fields are not relied upon; provider limits are the ceiling.
  • The audit chain is invalid at sequence 513.
  • Broad agent profiles require procedural controls.
  • Pairing is disabled and cannot return a device roster.
05

Copy the emergency section

Include the five-rung containment ladder and the mission, cron, Hand, channel, and agent identifier lookup commands.

06

Run the human handover test

Ask what runs without you, what stops unexpected spending first, and where a provider key is revoked. Rewrite any missing answer.

07

Schedule the review and verify JSON

Run in your terminal
armaraos cron create <AGENT_UUID> "0 10 1 * *" "Remind me to re-run my six inventory commands and re-read my operating policy." --name policy-review
armaraos cron list --json
Real monthly policy review job verified after a false failure banner and then deleted by exact ID
Fresh live output / JSON is truth / course state restored

Create may print Failed: ? even when the row exists. Inspect before retrying.

Check it / hand the page to someone else

Can they answer all three questions?

Your personal install should retain its monthly policy-review job. The shared course job was removed after proof.

Safety note

The policy is a map of your credentials and attack surface. Keep it private and review storage permissions.

Back to Course 7 Capstone

Next / Module 8.2

The command index and the reference shelf

Lesson ready