sentinelayer-cli 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -660,9 +660,17 @@ The CLI now includes policy-pack selection commands:
660
660
  Built-in packs: `community` (default), `strict`, `compliance-soc2`, `compliance-hipaa`.
661
661
  Policy selection is stored in config (`defaultPolicyPack`) and applied during `scan init` / `scan validate` / `scan precheck` profile resolution.
662
662
 
663
- ## AIdenID CLI foundation (Phase 11 foundation slice)
663
+ ## AIdenID CLI surface Clearance Layer for Agentic Access
664
664
 
665
- The CLI now includes an `sl ai` surface for AIdenID identity provisioning:
665
+ AIdenID is the **clearance layer for agentic access** the site-owned,
666
+ per-request decision layer for AI-agent traffic (`allow | throttle |
667
+ queue | sandbox | deny | price_required`). The `sl ai` CLI surface in
668
+ Sentinelayer drives the **identity-issuance side** of that layer:
669
+ scoped agent identities, intent-bound delegation, verification
670
+ interception, and lifecycle control. Sites that want to decide per
671
+ request consume the identities this CLI provisions.
672
+
673
+ The CLI includes an `sl ai` surface for AIdenID identity provisioning:
666
674
 
667
675
  - `sl ai provision-email --json` (dry-run artifact generation)
668
676
  - `sl ai provision-email --execute --api-key <key> --org-id <id> --project-id <id>` (live API call)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sentinelayer-cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "Scaffold Sentinelayer spec/prompt/guide artifacts with secure browser auth and token bootstrap.",
5
5
  "type": "module",
6
6
  "scripts": {