Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 00:57
· 17 commits to main since this release
962763c

Changelog

Removed

  • MCP server management (config, validation, state reading, diff, sync, export, schema)
  • CLIReader code path and --cli flag (GitHub issue #34 resolved by deletion)
  • clew add and clew remove stub commands
  • -f/--filesystem/--read-from-filesystem deprecated flags
  • Project scope support (scope: project now rejected; user scope only)
  • ScopeProject constant and IsProject() method
  • TransportType constants and validation
  • getStateReader() helper (replaced with direct FilesystemReader construction)

Changed

  • Unicode symbols replaced with ASCII: ->, OK, FAILED
  • "Need attention" renamed to "Unmanaged" in status and diff output
  • InferScope() always returns "user"
  • All plugin installs explicitly pass --scope user to Claude CLI
  • JSON Schema: removed additionalProperties: false at top level
  • Root command description updated to "plugins and marketplaces"

Fixed

  • E2e test fixtures updated: project scope entries changed to user scope
  • All e2e tests pass without --filesystem flag

Commits

Changes since v0.9.2:

962763c Merge pull request #98 from adamancini/epic/CL-dcmj
3c6271f test(e2e): add capstone tests for removed commands, scope rejection, help text
19ec1d0 fix: skip local marketplaces in export, fix lint warnings
f0cf2e1 chore: bump version to 1.0.0 and update changelog for release
4823ec1 docs: update README and CLAUDE.md for 1.0 scope
0fa19c2 fix(test): repair e2e tests for Phase 1-5 refactoring
f436e02 Merge branch 'story/CL-2rm6' into epic/CL-dcmj
755ba20 refactor: simplify scope to user-only for clew 1.0
f3db805 refactor: replace Unicode symbols with ASCII and rename Attention to Unmanaged
5c2b8fb refactor: remove MCP references from command layer and schema
1fb1c21 refactor: remove MCP server types and logic from data layer
ba02bf7 refactor: remove CLIReader, stub commands, and dead flags

Installation

Download the binary for your platform:

macOS

  • clew-darwin-arm64 - Apple Silicon (M1/M2/M3)
  • clew-darwin-amd64 - Intel Mac

Linux

  • clew-linux-amd64 - 64-bit
  • clew-linux-arm64 - ARM64

Checksums

ff51281ec9336efb0c0a0deb79ff1dd6d450c27846d96e7575133bdf6d7c3113  clew-darwin-amd64
d50a1455b4d084b3e650a98a2f9b595ee4d008ce3a73fd60808fda8705388b89  clew-darwin-arm64
2d5f22b89f2b05191ee2bdc37c4a64bf84b5b0488b199b77ac6824c3e7428133  clew-linux-amd64
175d2fe3532518843e52591bbaf36ea6fb30e5e83983f1de43d70f25d9f77d52  clew-linux-arm64