Add optimus community skill - #107
Open
bitphill wants to merge 1 commit into
Open
Conversation
Thin wrapper around the optimus Rust CLI (github.com/bitphill/optimus): persistent wiki, caveman ultra-compressed mode, aura repo fingerprinting, graphify knowledge graphs, and BYOK-driven init, all behind one binary. scripts/ensure-optimus.sh installs the binary on first use via whichever of cargo/npm/pip is available (crates.io/@bitphill/optimus/optimus-cli), falling back to the project's universal installer. Verified end-to-end in this environment: cargo path correctly no-ops when the crate isn't live yet, falls through to npm, and lands a working `optimus --version`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Community/optimus: a thin wrapper skill around the optimus Rust CLI — persistent wiki, "caveman" ultra-compressed mode, "aura" repo fingerprinting, "graphify" repo-fusing knowledge graphs, and BYOK-driveninit manual/init auto, all behind one binary and one sharedsledmemory store.scripts/ensure-optimus.shinstalls the binary on first use (cargo → npm → pip → universal installer fallback chain), so the skill works without asking the user to pre-install anything.Test plan
bun validate— zero new errors/warnings (only pre-existingExternal/*warnings unrelated to this change)scripts/ensure-optimus.shend-to-end in a clean shell: correctly no-ops whenoptimusisn't on crates.io yet, falls through to the npm path (@bitphill/optimus), and lands a workingoptimus --version