Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ mcp/bundle/
harnesses/pi/bundle/
evals/
.cursor/
cursor_hivemind_environment_variables_c.md
cursor_hivemind_environment_variables_c.md
cursor-extension/node_modules/
cursor-extension/dist/
9 changes: 9 additions & 0 deletions cursor-extension/.vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.vscode/**
.vscode-test/**
src/**
node_modules/**
**/*.map
**/*.ts
webpack.config.js
tsconfig.json
.gitignore
27 changes: 27 additions & 0 deletions cursor-extension/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Hivemind for Cursor

VS Code / Cursor extension that surfaces Hivemind health, authentication, dashboard KPIs, codebase graph, rules, and skill sync inside the editor.

## Development

```bash
cd cursor-extension
npm install
npm run watch # or npm run compile
```

Press F5 in VS Code with the extension folder open, or install the VSIX after packaging.

## Features

- Status bar health indicator (CLI, cursor-agent, hooks, login)
- One-click hook auto-wiring to `~/.cursor/hooks.json`
- Browser and API-key Hivemind login
- Dashboard webview: KPIs, settings, sessions, graph, rules, skills
- Cursor skill symlink bridge (`~/.cursor/skills-cursor/` and project `.cursor/skills/`)

## Requirements

- Hivemind CLI on PATH
- `cursor-agent` for session summaries
- Built hivemind bundle at `harnesses/cursor/bundle/` (run `npm run build` in repo root)
4 changes: 4 additions & 0 deletions cursor-extension/media/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading