#73 Remove --permissions flag from share command

closed low · sable · 2026-03-02 23:37 · closed 2026-03-02 23:37 · Phase 2: Sharing

Comments — 1

sable note 2026-03-02 23:37

The permissions field on grant records is advisory-only — we can't write to someone else's PDS, so read is the only real option. Remove the --permissions/-p CLI flag to avoid confusion. The Grant record struct keeps permissions as Option<String> for forward compat, we just hardcode 'read' at creation time. Will re-add the flag when we have an AppView that can coordinate writes.

Generated 2026-03-03 02:53 UTC