mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
28 lines
489 B
Plaintext
28 lines
489 B
Plaintext
/- *resource, *group
|
|
^?
|
|
|%
|
|
::
|
|
+$ action
|
|
$% :: host side
|
|
[%create name=term =policy title=@t description=@t]
|
|
[%remove =resource]
|
|
:: client side
|
|
[%join =resource =ship]
|
|
[%leave =resource]
|
|
::
|
|
[%invite =resource ships=(set ship) description=@t]
|
|
==
|
|
|
|
::
|
|
+$ progress
|
|
?(%start %added final)
|
|
::
|
|
+$ final
|
|
?(%no-perms %strange %done)
|
|
::
|
|
+$ update
|
|
$% [%initial initial=(map resource progress)]
|
|
[%progress =resource =progress]
|
|
==
|
|
--
|