Remove DraftStore
It was recently discovered that the DraftStore’s only use is within the alpha implementation of reviewing code in the CLI. It carries the potential footgun of messing up a COB’s history, depending on how the developer “merges” the history of the draft into the regular namespace.
I recommend that we remove it since there’s no clean way of incorporating, as explored in:
rad patch show 90901528837e6c8898257965e2fe02b8128a12ff
this patch was rejected on the grounds that we shouldn’t be trying to shoehorn this concept into radicle-cob.
Likely, we need to revisit the COB architecture in general.