Skip to content

Commit cb9fa69

Browse files
committed
wip
1 parent 774be66 commit cb9fa69

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/reference/specifications/PSP-1 - Capability Model and Grammar.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
4747

4848
PSP-1 provides the core capability model for Polykey: the program model and verification semantics that allow independent parties to mint, hold, present, and verify capabilities across boundaries.
4949

50-
What PCAP-01 defines:
50+
What PSP-1 defines:
5151

5252
- Capability Program (CPL/0): a monotone program with finite Declarations (PairSet/ActionSet/ResourceSet), normalized into a Program Canonical Form (PCF) for stable digests.
5353
- Grants and Presentations: Grants are signed, durable sigchain statements that carry the Program; Presentations are ephemeral PoP tokens bound to a live channel/context that reference a Grant.
@@ -257,7 +257,7 @@ Normative requirements:
257257
Extensions and vocabularies:
258258

259259
- Registries SHOULD be content-addressed (schemaRef/vocabRefs) to support anti-ossification and late-bound meaning.
260-
- Aliases/mappings MAY be provided via lenses in Views (per PRSC-01), not in PCAP-01.
260+
- Aliases/mappings MAY be provided via lenses in Views (per PSP-2), not in PSP-1.
261261
- Implementations resolve verb semantics via the versioned registry entries referenced by TAP and/or vocabRefs in Grants; unknown or mismatched entries MUST be denied unless TAP explicitly provides an alias/mapping.
262262

263263
### Resource addressing

docs/reference/specifications/PSP-3 - Sigchain and Envelope.md renamed to docs/reference/specifications/PSP-3 - Sigchain and Envelope.mdx

File renamed without changes.

sidebars.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ const sidebars: SidebarsConfig = {
103103
id: 'reference/specifications/README'
104104
},
105105
items: [
106-
'reference/specifications/capabilities/PCAP-01'
106+
'reference/specifications/PSP-1 - Capability Model and Grammar',
107+
'reference/specifications/PSP-2 - Receipt Model',
108+
'reference/specifications/PSP-3 - Sigchain and Envelope'
107109
],
108110
},
109111
{

0 commit comments

Comments
 (0)