Reworked intent states to the new set of states.
Separate intent state from intent event type.
Implemented new state transitions in IntentManager.
Implemented ObjectiveTracker.
Re-route now works.
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index 270370a..b44658d 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -89,5 +89,5 @@
 }
 
 function nuke {
-    spy | cut -c7-11 | xargs kill
+    spy "$@" | cut -c7-11 | xargs kill
 }