Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
178 stars 11 forks source link

`oxen rm --staged` should also delete `schema` #363

Open Bit0r opened 3 months ago

Bit0r commented 3 months ago

When running oxen add, both data and schema will be automatically added to the staging area, but when running oxen rm --staged, only the data will be removed from the staging area, while the schema will still be staged. In theory, the schema should also be unstaged, which would be a more reasonable approach. image