chore: extract che-axiom-systems to standalone public repo#96
Open
kiki830621 wants to merge 7 commits into
Open
chore: extract che-axiom-systems to standalone public repo#96kiki830621 wants to merge 7 commits into
kiki830621 wants to merge 7 commits into
Conversation
Moved plugins/che-axiom-systems/ to its own repo at https://github.com/PsychQuant/che-axiom-systems for independent versioning and external collaboration. Marketplace.json entry removed — the standalone repo is not (yet) registered as a separate marketplace; users who installed via this marketplace should reinstall from the new source if they want it back as a plugin. Removed third-party copyrighted material (APA 7 manual derivatives, Apple Logic Pro user guides, SAS PROC manuals) prior to public release of the new repo. See new repo README + .gitignore for details.
…s R duckdb 1.5.2) Wrapper is version-aware: bumping plugin.json/marketplace.json to 2.3.0 makes consumers auto-download the new notarized binary from the PsychQuant/che-duckdb-mcp v2.3.0 release. Fixes PsychQuant/che-duckdb-mcp#2.
…point fixes, maritime removed (21 tools) binaryVersion 0.2.2 → 0.3.0 (wrapper auto-downloads the v0.3.0 release binary). Docs synced from source plugin/ (tool count 23 → 21, maritime removed). Refs PsychQuant/rush#4.
…binaryVersion 0.3.0→0.4.0)
…routing (binaryVersion 0.4.0→0.5.0)
…ent routing (binaryVersion 0.5.0→0.6.0)
…ay overflow guard)
3fe168a to
53b1f35
Compare
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
Moves
plugins/che-axiom-systems/out of this marketplace into a standalone public repo at https://github.com/PsychQuant/che-axiom-systems for independent versioning and external collaboration.Why
domains/apa7-style/06_reference/content was third-party copyrighted (APA 7 manual OCR, Apple Logic Pro guides, SAS PROC manuals) and needed careful pre-publish cleanup that's easier to manage in a dedicated repo.What changed
plugins/che-axiom-systems/(458 files, ~119k lines).claude-plugin/marketplace.jsonche-axiom-systemsanywhere in this repo (verified with grep)New repo
Migration for existing installs
Users who installed via this marketplace will see the plugin disappear on next
claude plugin marketplace update. If they want it back as a plugin, the new repo would need to register as its own marketplace — not done in this PR.Test plan
python3 -c "import json; json.load(open('.claude-plugin/marketplace.json'))"passesgrep -rn che-axiom-systemsreturns no matches outsideplugins/find -name "*.pdf"returns empty)