commit - 131d1da5c4e2edb4a4f8634787dc9d7747fb9392
commit + 1f33b18b4fe2dabc832065e903422c1fda552319
blob - 69cfb6f6341485e4ec89dcf8fc330a79e825eeb6
blob + 999724aa8528e0c14f3412dad3a82eb35a1c8c83
--- goals.html
+++ goals.html
<li>Don't bother with Git-compatibility beyond this requirement.
</ul>
<li>
+Consider workflow requirements of OpenBSD developers.
+<ul>
+<li>Implement strictly required features only.
+</ul>
+<li>
Follow OpenBSD's security practices and coding style.
<ul>
<li>Use a development process based on code review.
Use privilege-separated programs running under <tt>pledge("stdio")</tt>
for parsing data from network or disk.
</ul>
-<li>
-Consider workflow requirements of OpenBSD developers.
-<ul>
-<li>Implement strictly required features only.
</ul>
-</ul>