Remove NeuroStack Cloud#43
Open
raphasouthall wants to merge 1 commit into
Open
Conversation
The hosted service has been discontinued. This removes all cloud client code and documentation, leaving a purely local tool. Code: - Delete the neurostack.cloud package and cli/cloud.py - Unwire cloud from cli/__init__.py, setup.py, mcp_adapter.py, watcher.py, config.py and index.py (drop --cloud flag, cloud mode, CloudPusher, is_cloud dispatch, device-code login and sync) - Remove 11 cloud test modules and the firestore/firebase mocks in conftest Docs: - Delete DPA.md and docs/api-contract-v2.md (governed/described the defunct hosted service only) - Rewrite PRIVACY.md to a local-only statement and trim TERMS.md to software terms - Scrub cloud install/commands/pricing/endpoints from README, CLAUDE.md, manifest.json, server.json, pyproject.toml, npm/, SECURITY.md - Point homepage/reporting links at GitHub; drop .firebase/ from gitignore - Add a v0.15.0 CHANGELOG entry; keep prior history 423 tests pass, ruff clean.
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.
The hosted NeuroStack Cloud service has been discontinued. This removes all cloud client code and documentation, leaving a purely local open-source tool.
Code
neurostack.cloudpackage andcli/cloud.pycli/__init__.py,setup.py,mcp_adapter.py,watcher.py,config.py,index.py— drops the--cloudflag, cloud "mode",CloudPusher, theis_clouddispatch path, device-code login, and synctest_cloud_*modules and the orphaned Firestore/Firebase mocks inconftest.pyDocs
DPA.mdanddocs/api-contract-v2.md(both governed/described the defunct hosted service only)PRIVACY.mdto a local-only statement; trimTERMS.mdto software/OSS termsneurostack cloudcommands, hosted pricing, and*.neurostack.shendpoints fromREADME.md,CLAUDE.md,manifest.json,server.json,pyproject.toml,npm/,SECURITY.md.firebase/from.gitignoreRelease
pyproject.toml,npm/package.json,manifest.json,server.json(breaking removal)v0.15.0CHANGELOG entry with a migration note; prior history keptVerification
neurostack cloudis no longer a valid commandNet: 40 files changed, ~179 insertions, ~8.4k deletions.