Skip to content

Commit 10068e1

Browse files
committed
docs: README polish — problem hook, checkmarks, primitives copy, credibility signal
1 parent 6727293 commit 10068e1

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77

88
Hard execution and budget limits for autonomous agents — enforced locally.
99

10-
- No telemetry
11-
- Works fully offline
12-
- Fail-closed by default
13-
- Zero runtime dependencies
10+
Autonomous agents can silently burn thousands of dollars in token spend or enter infinite tool loops. AuthorityLayer enforces hard runtime limits so agents stop the moment a boundary is crossed.
11+
12+
✔ No telemetry
13+
✔ Works fully offline
14+
✔ Fail-closed by default
15+
✔ Zero runtime dependencies
1416

1517
---
1618

17-
## Live Enforcement Demo
19+
## Live Enforcement Demo (6-second example)
1820

1921
![AuthorityLayer enforcement demo](https://raw.githubusercontent.com/032383justin/authority-layer/main/docs/assets/enforcement-demo.svg)
2022

@@ -76,7 +78,9 @@ try {
7678

7779
## Enforcement Primitives
7880

79-
Three composable primitives. Each is independently opt-in — omit a config key to disable it entirely.
81+
AuthorityLayer V1 provides three composable enforcement primitives. Each is opt-in — omit a config key to disable it.
82+
83+
These primitives enforce boundaries directly inside the execution loop — not in dashboards or external monitoring.
8084

8185
| Primitive | Config key | What it enforces |
8286
|-----------|------------|------------------|
@@ -91,12 +95,16 @@ When a primitive breaches, AuthorityLayer throws a typed `EnforcementHalt` error
9195
## Documentation
9296

9397
| Topic | File |
94-
|-------|------|
98+
|------|------|
9599
| Concepts & philosophy | [docs/concepts.md](./docs/concepts.md) |
96-
| Enforcement primitives (full detail) | [docs/enforcement.md](./docs/enforcement.md) |
100+
| Enforcement primitives | [docs/enforcement.md](./docs/enforcement.md) |
97101
| API reference | [docs/api.md](./docs/api.md) |
98102
| Integrity chain | [docs/integrity.md](./docs/integrity.md) |
99-
| Live example | `npm run example` |
103+
| Example run | `npm run example` |
104+
105+
---
106+
107+
AuthorityLayer is designed as a minimal enforcement primitive — not a platform, dashboard, or governance system.
100108

101109
---
102110

0 commit comments

Comments
 (0)