From a5a4821522c5345d9cfa8795e501c16ca18d04bb Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 29 Aug 2012 10:39:07 -0400 Subject: [PATCH] Check off the finished goals, and add a new goal: stable API --- GOALS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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.