Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ venv/
.pytest_cache/
.mypy_cache/
uv.lock
.firebase/
.planning/
.claude/
npm/.mcpregistry_*
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.15.0 — Remove NeuroStack Cloud (2026-06-03)

### Breaking changes

- **Removed NeuroStack Cloud.** The hosted service has been discontinued. All cloud client commands (`neurostack cloud *`), the `--cloud` flag, cloud sync, and the `neurostack.cloud` package have been removed. NeuroStack is now a purely local tool: it indexes a local Markdown vault into local SQLite, uses local Ollama for embeddings and summaries, and runs the MCP server and OpenAI-compatible API on your own machine. No data leaves your machine unless you configure a third-party LLM provider.

**Migration**: run `neurostack init` (or `--mode lite|full`) for local indexing. Connect AI clients to the local MCP server with `neurostack serve`. There is no hosted endpoint to connect to.

### Removed

- `neurostack cloud login/push/pull/sync/consent/install-hooks/auto-sync` CLI commands and the `--cloud` init flag
- `cloud` mode from `manifest.json` and the hosted remote endpoint from `server.json`
- `DPA.md` (Data Processing Agreement) and `docs/api-contract-v2.md` (hosted sync API contract)

## v0.13.0 — Remove vault_capture (2026-05-05)

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NeuroStack is a neuroscience-grounded knowledge management system. CLI + MCP ser

```bash
npm install -g neurostack # bootstraps CLI, Python, uv, deps
neurostack init # cloud/local → lite/full → vault setup → index
neurostack init # lite/full → vault setup → index
```

### MCP Server (recommended for Claude Code)
Expand Down Expand Up @@ -92,7 +92,7 @@ Models: `neurostack-ask` (RAG), `neurostack-search` (hybrid), `neurostack-tiered
### Setup & Diagnostics
| Command | Description |
|---------|-------------|
| `neurostack init [path]` | One-command setup: cloud/local, lite/full, deps, vault, index. `--mode lite\|full`, `--cloud`, `--profession`, `--pull-models` |
| `neurostack init [path]` | One-command setup: lite/full, deps, vault, index. `--mode lite\|full`, `--profession`, `--pull-models` |
| `neurostack scaffold [profession]` | Apply profession pack to existing vault. `--list` to see options |
| `neurostack onboard /path/to/notes` | Onboard existing Markdown notes. `--dry-run`, `--no-index` |
| `neurostack install` | **(Deprecated)** Use `neurostack init` instead |
Expand Down
277 changes: 0 additions & 277 deletions DPA.md

This file was deleted.

Loading
Loading