ARMARA Course 05

Course 05 / Capstone

Memory evidence pack

Prove scoped knowledge and behavior with two named exports, then preview cleanup without deleting evidence.

Level
Intermediate
Time
10 minutes
Commands
6
Finish
brain.json and steps.jsonl

Video / coming soon

The written lesson is complete now.

Use the disposable course agent

The final verified graph has three prefixed facts across private, workspace, and organization scopes.

Use PowerShell to inspect file sizes and JSONL line count.
01

Prove each fact from storage

Run in your terminal
armaraos memory graph-inspect <AGENT> --scope agent_private --json
armaraos memory graph-inspect <AGENT> --scope workspace_shared --json
armaraos memory graph-inspect <AGENT> --scope org_shared --json
Real three-scope facts and a grounded three-bullet response
Fresh live output / three facts / three matching bullets
02

Ask for grounded recall

Run in your terminal
armaraos message <AGENT_UUID> "Use your stored Course 5 facts. Give me three short bullets."

Compare the answer with the graph. Fluent text alone is not storage evidence.

03

Export graph knowledge

Run in your terminal
armaraos memory graph-export <AGENT> -o brain.json

This is a readable, one-way record, not a restore file.

04

Analyze and export behavior

Run in your terminal
armaraos trajectory analyze <AGENT>
armaraos trajectory export <AGENT> -o steps.jsonl
Real trajectory analysis, zero-row prune preview, and final export file sizes
Fresh live output / four successes / six steps / zero to prune
05

Preview cleanup and stop

Run in your terminal
armaraos trajectory prune <AGENT> --dry-run --older-than-days 30

The verified count was zero. No capstone deletion is required.

06

Open the two named files

FileContains
brain.jsonGraph nodes and edges in one JSON document.
steps.jsonlOne trajectory object per line.
07

Store the evidence pack privately

Both files can contain learned content, prompts, and local paths. Protect and redact them.

Course 5 completion check

Reconcile every final count.

Show three facts, four trajectory rows, six successful steps, two output files, and a zero-row prune preview.

Safety note

Keep both exports private and stop at dry-run. The capstone does not need a real deletion.

Troubleshooting the evidence pack
What you seeLikely causeWhat to do
A fact is missingWrong scope or directory ID.Inspect every intended scope.
Answer differs from graphRecall was not grounded reliably.Trust inspection.
JSONL has several linesOne line is one row.Parse line by line.
Preview is nonzeroOlder rows exist.Stop and review timestamps.

Back to Module 5.8

Next / Course 6

Skills and Hands: Installing Things You Did Not Write

Lesson ready