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
35 changes: 0 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,3 @@ jobs:

- name: Run pytest
run: pytest tests/ -v --maxfail=5

extension-build:
name: VSCode extension build
runs-on: ubuntu-latest
defaults:
run:
working-directory: vscode-extension
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
cache-dependency-path: vscode-extension/package-lock.json

- name: Install dependencies
run: npm ci

- name: Type-check
run: npx tsc --noEmit

- name: Bundle with esbuild
run: npm run build

- name: Package VSIX (sanity check)
run: npx vsce package --allow-missing-repository

- name: Upload VSIX artifact
uses: actions/upload-artifact@v4
with:
name: canopy-vsix
path: vscode-extension/*.vsix
if-no-files-found: error
retention-days: 14
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ canopy doctor # diagnose drift / staleness
<img src="docs/cli-state.svg" alt="canopy state" width="720">
</p>

The CLI and MCP server are thin wrappers over the same actions — `canopy state X` and `mcp__canopy__feature_state(feature='X')` return identical bytes. There's also a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=SingularityInc.canopy) reading the same state the agent reads.
The CLI and MCP server are thin wrappers over the same actions — `canopy state X` and `mcp__canopy__feature_state(feature='X')` return identical bytes. There's also a [VSCode extension](https://marketplace.visualstudio.com/items?itemName=SingularityInc.canopy) (source at [`ashmitb95/canopy-dashboard`](https://github.com/ashmitb95/canopy-dashboard)) reading the same state the agent reads.

Full CLI reference: [docs/commands.md](docs/commands.md).

Expand Down
5 changes: 0 additions & 5 deletions vscode-extension/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions vscode-extension/.vscodeignore

This file was deleted.

128 changes: 0 additions & 128 deletions vscode-extension/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions vscode-extension/LICENSE

This file was deleted.

Loading
Loading