File size: 863 Bytes
25b7932 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | # Cross-User Workspace Policy v3.3
## Rule
The shared Substrate mechanism is not the same thing as a shared writable source.
Each user/session/GPT route receives a workspace boundary.
## Workspace layers
```text
Public read layer
Private user/session workspace
Collaborative overlay proposal queue
Human-reviewed canonical update route
```
## Writes allowed
Allowed:
```text
workspace output
audit logs
receipts
collaborative overlay proposals
lexicon overlay proposals
```
Not allowed:
```text
direct canonical artifact mutation
direct canonical Primordial Lexicon mutation
public contribution treated as accepted source
unreviewed AI output treated as closure
```
## Contributor credit
Every contribution capsule should preserve:
```text
human/session contributor
AI adapter contributor
source nodes referenced
review state
write scope
receipt
```
|