## Summary Build out the `apps/cli` package which currently exists as an empty scaffold. ## Tasks - [ ] Set up CLI framework (e.g. Commander, oclif, or citty) - [ ] Implement authentication (API key-based with `octx_` prefix) - [ ] Add commands for core operations (profile, sources, memories, sync) - [ ] Add interactive setup / `init` command - [ ] Publish as an npm package (`npx onecontext`) ## Context The CLI is a key distribution channel for developer users who want to interact with their OneContext profile from the terminal.
Summary
Build out the
apps/clipackage which currently exists as an empty scaffold.Tasks
octx_prefix)initcommandnpx onecontext)Context
The CLI is a key distribution channel for developer users who want to interact with their OneContext profile from the terminal.