diff --git a/GOALS b/GOALS index b842ad0..d55745c 100644 --- a/GOALS +++ b/GOALS @@ -1,7 +1,8 @@ Cocaine hits 1.0.0 when: -* It can run command lines across all major unix platforms. -* It can run command lines on Windows. -* It takes advantage of OS-specific functionality to be thread-safe, - when possible. -* It handles quoting. +[*] It can run command lines across all major unix platforms. +[*] It can run command lines on Windows. +[*] It handles quoting. +[*] It takes advantage of OS-specific functionality to be thread-safe, + when possible. +[ ] It has a consistent and functioning API that pleases us.