TODO.md in arborist-0.0.1.pre20160106113421 vs TODO.md in arborist-0.0.1.pre20160128152542

- old
+ new

@@ -3,10 +3,11 @@ ## Manager * Serialize nodes on shutdown * Include a node's subscriptions in its serialized data * Implement loading/reloading nodes. +* Implement the system events (sys.acked, sys.reloaded, etc.) ## Tree API * Add "grafting": node add/removal @@ -19,6 +20,14 @@ for matching nodes has to be separated from that which matches the delta pairs. ## Node -* Add a 'disabled' state, can be set on 'up' nodes by acking them. +* Allow (require?) node types to specify what kinds of nodes can be + their parent, and also adds the constructor DSL method to it + + +## Setup/Installation + +* Add a CLI for generating a basic setup and then adding + nodes/monitors/observers to it. +