Configure Visibility
Events carry a visibility property to control where content appears.
Visibility options
Section titled “Visibility options”public– visible in feeds and search.unlisted– not listed but accessible via permalink.private– kept in local tools only.secret– encrypted or restricted projections.
Set defaults
Section titled “Set defaults”Define a default in otsorc.yml:
defaults:  visibility: unlistedOverride per item
Section titled “Override per item”Pass a flag to the CLI when creating or importing:
otso publish note.md --visibility privateEffects
Section titled “Effects”- Only 
publicitems are syndicated or exposed via APIs. - Search indexes exclude 
privateandsecretcontent. - Changing visibility emits a new event, allowing audit of who saw what.