Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ Use the delegation policy simulator to translate those scores into a next-step a

[examples/reports/delegation-policy.html](examples/reports/delegation-policy.html)

Read the trust contract that explains how trace evidence becomes a score, a permission tier, and a stop condition:

[examples/reports/trust-contract.html](examples/reports/trust-contract.html)

See a failure replay that contrasts a good delegated run with a bad busywork run, then shows how the failed trace changes the next autonomy decision:

[examples/reports/failure-replay.html](examples/reports/failure-replay.html)
Expand Down
2 changes: 2 additions & 0 deletions examples/reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ PYTHONPATH=src python -m agent_scorecard.cli --batch-dir examples/traces --summa

Open `portfolio-viewer.html` for the public score summary, then use `delegation-policy.html` to turn the same sample data into an autonomy decision: give more permissions, keep supervised, or stop delegation until fixed.

Open `trust-contract.html` for the public trust contract that explains how trace evidence becomes a score, a permission tier, and a stop condition for Steven's personal AI OS.

Open `failure-replay.html` to see the public-safe contrast between a good delegated run and a bad busywork run, including the artifact, verification, privacy, handoff, and autonomy-decision differences.
Loading
Loading