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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://github.com/BlockSiFr/ttp-protocol/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/BlockSiFr/ttp-protocol/actions/workflows/ci.yml/badge.svg"></a>
<img alt="tests" src="https://img.shields.io/badge/tests-123%20passing-00E676?style=flat-square&labelColor=0A0A0F">
<img alt="tests" src="https://img.shields.io/badge/tests-195%20passing-00E676?style=flat-square&labelColor=0A0A0F">
<a href="LICENSE"><img alt="license" src="https://img.shields.io/badge/license-Apache--2.0-0066CC?style=flat-square&labelColor=0A0A0F"></a>
<a href="https://www.npmjs.com/package/@blocksifr/pctr"><img alt="npm" src="https://img.shields.io/npm/v/@blocksifr/pctr?style=flat-square&labelColor=0A0A0F&color=00D4FF"></a>
<img alt="dependencies" src="https://img.shields.io/badge/dependencies-none-00B8A9?style=flat-square&labelColor=0A0A0F">
Expand Down Expand Up @@ -46,6 +46,9 @@ npx @blocksifr/pctr init # discover agents and tools, write pctr.json
npx @blocksifr/pctr scan # what consequences can they reach?
```

No agents in the project? `init` says so rather than inventing any; `--example` writes a
worked example that every view labels as made-up.

<p align="center">
<img src="assets/pctr-scan.svg" alt="pctr scan finds five agents, three tools and four potential actions, and reports one critical protected consequence" width="100%">
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run runtime authorization as a non-bypassable control plane with:
- Receipt persistence and integrity verification.

### Recommended environment topology
- Per-environment legacy FrontDesk (`dev`, `staging`, `prod`).
- Per-environment operator console (`dev`, `staging`, `prod`).
- Policy set versioning and promotion process.
- Centralized receipt retention with immutable controls.

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment-guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# legacy FrontDesk Deployment Guide (Runtime Authority Gate)
# Deployment Guide (Runtime Authority Gate)

This guide explains how to deploy the Runtime Authority Gate from local development to production.

Expand Down
Loading