Skip to content

Initial Release

Choose a tag to compare

@seankonig seankonig released this 10 May 23:27
· 4 commits to main since this release

🧵 Weave CLI v1.0.0 — Exploration Release

This is the first public version of Weave, an AI-first developer CLI built to explore the principles of the Model Context Protocol (MCP).

✨ Features

  • weave init to initialize workspace structure
  • weave new to scaffold new projects
  • generate-tasks powered by GPT for epic-level planning
  • breakdown to convert epics into subtasks
  • ai-help to get GPT-driven implementation ideas and code
  • export to generate clean Markdown or JSON for sharing
  • Local project tracking with .mcp/ and ~/.weave/config.json

This release is designed for learning and experimentation. Feedback welcome!

npm install -g weave-cli